[TYPO3-core] Adding visibility to methods and variables within t3lib_tcemain?
Jigal van Hemert
jigal.van.hemert at typo3.org
Fri Jun 15 00:27:12 CEST 2012
Hi,
On 14-6-2012 22:03, Philipp Gampe wrote:
> How about using magic methods?
>
> __get()
> __set()
> __isset()
> __unset()
I never liked those methods. They completely hide the available data
members and methods (an IDE can not check if a variable or getter/setter
is actually valid), and it is not possible to pass data by reference.
--
Jigal van Hemert
TYPO3 Core Team member
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the TYPO3-team-core
mailing list