Am 06.03.2015 20:14 schrieb "Philip Sturgeon" <pjsturg...@gmail.com>: > > Right, this here RFC has been drastically improved. > > https://wiki.php.net/rfc/anonymous_classes > > Anyone got any doubts or troubles at this point?
Can we / could we do "extends self", "extends static", or even "extends $someclassname" ? The first two could be handy in factory like object methods, and the last one generally in factory methods. best regards Patrick