[TYPO3-core] Adding visibility to methods and variables within t3lib_tcemain?

Christian Kuhn lolli at schwarzbu.ch
Thu Jun 14 22:12:31 CEST 2012


Hey,

On 06/14/2012 10:03 PM, Philipp Gampe wrote:
> How about using magic methods?
>
> __get()

and __call() for methods:

"__call() is triggered when invoking inaccessible methods in an object 
context."

Idea looks clever at first thought, could be analyzed on eg. performance 
impact if we have lots of classes that implement those magics, even if 
they are not called.


Regards
Christian


More information about the TYPO3-team-core mailing list