News Feed
Jobs Feed
Sections




News Archive
Refulz.com:
Traits - Method Precedence and Conflict resolution
May 31, 2012 @ 10:07:25

On the Refulz.com site today they've posted a new tutorial looking at the use of traits and how to resolve conflicts and work with method precedence.

In our previous post about the multiple and nested traits, we read how nested and multiple traits can be used in a class. In such cases, there is a possibility of the same method name existing in the trait, and the class using the trait. Furthermore, the same method name might also be present in the parent class of the class using traits. It is important to understand how the precedence order works for such cases.

First they look at the precedence between classes and traits with the class always winning...unless the method is inherited from a parent class. They also mention the order when it comes to using the "insteadof" and "as" operators as a way to get around conflicts between traits.

0 comments voice your opinion now!
traits conflict resolution inheritance precedence insteadof as tutorial


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: PHP OAuth Provider: Initial Requirements

IBM developerWorks: Get started with Project Zero and PHP

Community News: Latest Releases from PHPClasses.org

Juozas Kaziukenas' Blog: Zend Framework and Doctrine. Part 2

Site News: Blast from the Past - One Year Ago in PHP


Community Events











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


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

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