News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso:
Multiple inheritance with PHP and Traits
December 19, 2012 @ 13:17:48

Gonzalo Ayuso has a new post today showing how you can use traits in PHP to simulate a kind of multiple inheritance.

Multiple inheritance isn't allowed in PHP. [It's not] possible with PHP (in Java is not possible either), but today we can do something similar (is not the exactly the same) with Traits. Let me explain that: Instead of classes we can create Traits.

He includes a code example showing the creation of two traits, "Base1" and "Base2", that are implemented (via "use") and the calls to methods on each. He also points out the error condition and message that can come up when there's a conflict in the method names between two or more traits. This is relatively easy to solve with the mapping ability of the "use" statement (code example included for that too).

0 comments voice your opinion now!
multiple inheritance traits python example mapping use


blog comments powered by Disqus

Similar Posts

Michael Dowling's Blog: Cron Expression Parsing in PHP

C7Y: Reflections on Designing an IRC Bot in PHP, Part 2

Chris Roane's Blog: The Last Few Years: What a PHP Programmer Has Learned

Sebastian Bergmann's Blog: Map and Reduce in PHP

Ernies Blog: Switching Between Multiple php Versions Using Apache on Windows


Community Events











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


unittest interview zendframework2 application language series community release opinion tool podcast code development example phpunit framework testing introduction functional conference

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