Gibt es eigentlich sowas wie die "Class Helper" auch für PHP ?
Um mal das Ergebnis einer Suche zu zitieren:
Zitat:
Class helpers are a way to extend a class without using inheritance. A class helper simply introduces a wider scope for the compiler to use when resolving identifiers. [...] Very simply, they allow you to add your own code to existing objects without requiring the source code or recompiling. The new code only has public
access to the original object, so it cannot
access private or protected data.
(
Quelle)
Um das kurz zu beantworten: nein. Dem Himmel (oder der Hoelle, je nachdem woran man lieber glaubt) sei Dank. Ich wuesste auch nicht wozu sowas gut sein sollte.
Greetz
alcaeus