ReflectionClass::getTraitNames
(PHP >= 5.4.0)
ReflectionClass::getTraitNames — Returns an array of names of traits used by this class
Descrição
public array ReflectionClass::getTraitNames
( void
)
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Returns an array with trait names in values.
Returns NULL in case of an error.
There are no user contributed notes for this page.
