News Feed
Jobs Feed
Sections




News Archive
Tobias Schlitt's Blog:
Virtual Properties
May 10, 2007 @ 07:57:00

In response to this previous post from Jeff Moore, Tobias Schlitt shares some of his own comments on the subject - mainly that he wholeheartedly agrees.

The usage of interceptors (__get()/__set()/__isset()/__call()) makes your API a lot more readable and comfortable, while maintaining the purpose behind getters and setters: Checking the correctness of values assigned to a property and wrapping around retrieval mechanisms for a property. I personally call the way of maintaining value-correctness for properties through interceptors virtual properties, which fits quite nice I think.

Tobias gives an example of what he means by these "virtual properties" with an illustration from something widely used on the eZ Components libraries - comparing one method of setting text to an object to another (just setting versus the wrappers).

0 comments voice your opinion now!
virtual properties setter getter interceptor ezcomponents virtual properties setter getter interceptor ezcomponents


blog comments powered by Disqus

Similar Posts

Mike Wallner's Blog: __get() and array rumors

NetTuts.com: Dependency Injection: Huh?

Justin Carmony: Vagrant & PHP: Our Success Story at the Deseret News

Juan Terminio's Blog: Setting Up a Debian VM, Step by Step

Community News: eZ Components Website Launched


Community Events









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


database zendframework2 release development podcast tool introduction language community example code framework phpunit object interview composer unittest opinion testing event

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