ReflectionClass::isTrait

(PHP > 5.4.0)

ReflectionClass::isTraitReturns whether this is a trait

Descrição

public bool ReflectionClass::isTrait ( void )

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

Returns TRUE if this is a trait, FALSE otherwise. Returns NULL in case of an error.



User Contributed Notes
ReflectionClass::isTrait
There are no user contributed notes for this page.