Category
Reflecting private properties - Tobias Schlitt
I recently stumbled over reflecting private properties in PHP again. As you might know, this was not possible until now and if you tried this:
PHP thanked it to you with this:
ReflectionException: Cannot access non-public member Foo::bar in /home/dotxp/dev/ez/ezcomponents/trunk/reflection.php on line 12
While it is absolutly correct that direct access to private properties is strictly forbidden, it […]
Popularity: unranked [?]
Accessing object properties by reference - Harrie Verveer
Popularity: unranked [?]
Stefan Mischook’s Blog: A Question about object properties in PHP Classes
Popularity: unranked [?]
Ibuildings Blog: Accessing object properties by reference
Popularity: unranked [?]
Cal Evans’ Blog: I called Zend_Json::encode(), so WTH are all my properties?
Popularity: unranked [?]
Tobias Schlitt’s Blog: Reflecting private properties
Popularity: unranked [?]