ReflectionClass::getTraits
(PHP >= 5.4.0)
ReflectionClass::getTraits — Returns an array of traits used by this class
Beschreibung
public array ReflectionClass::getTraits
( void
)
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
Returns an array with trait names in keys and instances of trait's
ReflectionClass in values.
Returns NULL in case of an error.
There are no user contributed notes for this page.
