ReflectionClass::isTrait
(PHP >= 5.4.0)
ReflectionClass::isTrait — Returns whether this is a trait
Descrição
public bool ReflectionClass::isTrait
( void
)
Warning
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 TRUE if this is a trait, FALSE otherwise.
Returns NULL in case of an error.