News Feed
Jobs Feed
Sections




News Archive
Stubbles Blog:
Extending objects with new methods at runtime
September 01, 2009 @ 09:05:46

On the Stubbles blog today Frank Kleine looks at a cool trick that the features of PHP 5.3 now make possible - extending objects at runtime by adding in new methods and functionality.

With the advent of PHP 5.3 adding new methods to an instance of a class at runtime becomes possible with PHP as well, using anonymous functions and a little bit of __call() magic.

He illustrates with a bit of code - defining the base class and using a __call method to catch any undefined method calls. Using this in conjunction with closures makes it possible to call the method internally, avoiding the usual error that could result from setting it like you would a class property.

0 comments voice your opinion now!
extend object closure call


blog comments powered by Disqus

Similar Posts

Paul Jones\' Blog: PHPBlox from Zend?

Dzone.com: Object Calisthenics

ProDevTips Blog: Extending Zend DB Table

DevShed: Introducing the Composite Pattern in PHP 5

DevShed: Design Patterns and PHP 5


Community Events











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


phpunit zendframework2 opinion introduction podcast database testing api community unittest development series interview language framework code release example composer functional

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