On Sat, May 5, 2012 at 1:38 AM, Stefan Marr <p...@stefan-marr.de> wrote:
>
> On 04 May 2012, at 21:46, Hannes Magnusson wrote:
>
>> On Fri, May 4, 2012 at 8:30 PM, Scott MacVicar <sc...@macvicar.net> wrote:
>>> This caused a few bugs for us / confusion. The final keyword is accepted 
>>> inside a trait but it the class also defines a method without the final 
>>> keyword this takes precedence.
>
> The methods in the class always take precedency.
>
> However, the final keyword might just be something I overlooked.
> It sounds sensible that if the final is not explicitly removed during 
> composition to treat it as what final was meant for and check it against the 
> methods defined in the class body as well.
>
> Scott, could you elaborate a bit of the use case of final in a trait?

Here is an example:
http://stackoverflow.com/questions/7104957/building-a-singleton-trait-with-php-5-4

Not the best things to use traits for, but probably something people
*will* try to do.

Nikita

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to