Re: [PHP-DEV] Traits and static variables

2010-06-09 Thread Lukas Kahwe Smith
On 05.06.2010, at 22:47, Stefan Marr wrote: > Hi: > > Was just thinking about some details of the traits implementation. > > From my perspective, static variables in methods should work like the method > would have been actually implemented in the class using the traits. Thus, > static variab

[PHP-DEV] Traits and static variables

2010-06-05 Thread Stefan Marr
Hi: Was just thinking about some details of the traits implementation. From my perspective, static variables in methods should work like the method would have been actually implemented in the class using the traits. Thus, static variables should be independent for the different traits usages.