News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw's Blog:
Extension methods for PHP
May 18, 2010 @ 09:41:24

In his most recent blog post Maarten Balliauw proposes an idea of something to be included into PHP that .NET developers are used to as commonplace in their language - extension methods.

For the PHP-related audience, this is probably something new. Let's start with the official definition for extension methods: Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type.

He gives a code example of the concept, showing how you could add this sort of functionality to a PHP class with the help of the __call magic method and some of the Reflection features. The real usefulness, he notes, would be if the idea made it into the core rather than having to do it with the hack he's shown.

0 comments voice your opinion now!
extension method example dotnet static method


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: PHP OAuth Provider: Request Tokens

Stoyan Stefanov's Blog: Reusing an existing database connection with MDB2

Maarten Balliauw's Blog: Extension methods for PHP

Danne Lundqvist's Blog: Site architecture based on Zend Framework

Fernando Bassani's Blog: Putting the PHP/Java Bridge to work - I


Community Events









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


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

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