Re: [PHP-DEV] Re: RFC: Traits for PHP

2008-02-23 Thread Stefan Marr
Hi, I came across one piece of information on aliasing that may not be obvious at first and therefore should probably be explicitly stated in the RFC and in the manual when this makes it into the core. Quoting : "Note that because

Re: [PHP-DEV] Re: RFC: Traits for PHP

2008-02-20 Thread Marcus Boerger
Hello Stefan, the biggest issue here is that renaming is still possible. So meanwhile I think that the best approach would be to only allow a method to be inherited as private. So instead of hiding a method completely you get it as a private one. Thus if it collides with an interface you get an