ReflectionClass
PHP Manual

ReflectionClass::getTraits

(PHP >= 5.4.0)

ReflectionClass::getTraitsReturns an array of traits used by this class

Opis

public array ReflectionClass::getTraits ( void )

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns an array with trait names in keys and instances of trait's ReflectionClass in values. Returns NULL in case of an error.


ReflectionClass
PHP Manual