Hi Nikita 2013/6/3 Nikita Popov <[email protected]>: > PHP does not support multiple inheritance. So no, this doesn't solve really > the issue.
This is also why this makes a lot more sense to implement as an Interface as we can implement more than one per class, much like we do with ArrayAccess. -- regards, Kalle Sommer Nielsen [email protected] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
