News Feed
Jobs Feed
Sections




News Archive
PHP 10.0 Blog:
duck operator
June 05, 2008 @ 14:36:31

In this new post to the PHP 10.0 blog today, Stas talks about duck typing, a method that lets the code decide the functionality to use rather than a direct relation to a parent.

Well, if you are into duck typing style of programming, it may be interesting for you to have an object that implements certain set of functions, but not necessary declares it at class definition. Languages like Smalltalk do it all day along, so why PHP couldn't?

His example defines an interface Cow and a class MooingGrassEater and a function, CowConsumer, that does the work. A classname is passed in and an instance of that class is checked with "implements" rather than "instanceof" to see if it uses the Cow interface. He points out a place where PHP itself uses something similar in user defined streams.

0 comments voice your opinion now!
duck operator instanceof implements class interface relation


blog comments powered by Disqus

Similar Posts

TotalPHP: Using an autoload function to make your life easier

Josh Gilman's Blog: HTTPSock Class

DevShed: Processing File Data with Template Classes in PHP 5

Ivo Jansch\'s Blog: The danger of Fluent interfaces

Douglas Brown's Blog: Twitter Tag Cloud Service


Community Events











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


interview framework release symfony2 development community database opinion conference testing symfony language zendframework2 podcast usergroup series phpunit introduction rest functional

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