News Feed
Jobs Feed
Sections




News Archive
Wojciech Sznapka's Blog:
Accessing private object property from other object in PHP
November 16, 2010 @ 12:25:53

Wojciech Sznapka has a new post to his blog showing an interesting OOP programming strick related to accessing private properties in one object from another if they're derived from the same class.

Last time I wrote about Weirdest PHP construction I've ever seen, now I found another unusual PHP solution. PHP offers 3 visibility modifiers: private, protected and public. Private properties and methods can't be accessed outside the object, as well as from inherited classes. With one exception... They can be accessed by other instances of the same class. You can read more about it in the PHP manual.

In his code example he shows how to create two objects of the Foo class and, using getters and setters change the value of a private property from the first object on the second object.

0 comments voice your opinion now!
private property object exmaple object


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: PHP REST Server (Part 3 of 3)

Derick Rethans' Blog: Overloaded properties (__get)

DevShed: An Introduction to Building Proxy Classes with PHP 5

DevShed: Design Patterns and PHP 5

Zend Developer Zone: ZendCon 2010 Podcast - A New Approach to Object Persistence in PHP


Community Events











Don't see your event here?
Let us know!


framework introduction conference tool example opinion community series composer interview testing release code zendframework2 development language database podcast functional object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework