Scenario is : I have downloaded the open source code of a HR portal. That code uses ORM framework which has some pre-defined methods like getContactNumber(), setConatctNumber(), and hundreds of methods like these. I need to add some more methods for which I need to get the body definitions of the mentioned methods first. and what do you exactly mean by proxies??
On Sunday, June 8, 2014 2:45:38 AM UTC+5:30, Marco Pivetta wrote: > > Do you mean proxies? Proxies are by no mean editable. > > Marco Pivetta > > http://twitter.com/Ocramius > > http://ocramius.github.com/ > > > On 6 June 2014 15:11, Megha Agarwal <[email protected] <javascript:>> > wrote: > >> Hi all, >> >> In my project's source code, there are some classes having some methods >> and variables that are auto-generated by *Doctrine ORM Framework*, whose >> definition are difficult to find. >> >> Is anyone having any idea of how to find the body definitions of the >> methods provided by ORM Doctrine Framework ? >> >> Regards, >> >> Megha >> >> -- >> You received this message because you are subscribed to the Google Groups >> "doctrine-user" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/doctrine-user. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
