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

Ivo Jansch's Blog: Validating OCL constraints in PHP objects

AskAboutPHP.com: CodeIgniter: Extending the native 'Model' and make it your own.

Kevin Schroeder's Blog: ZF2 Dependency Injection - Multiple Object Instances

Chris Hartjes' Blog: Metatesting: Testing Constructors

PHPImpact Blog: Static Factories vs Public Constructors


Community Events









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


api community development framework conference event interview object opinion testing unittest example zendframework2 tool functional release composer language introduction code

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