ReflectionMethod::isAbstract
(PHP 5)
ReflectionMethod::isAbstract — Checks if method is abstract
Descrição
public bool ReflectionMethod::isAbstract
( void
)
Checks if the method is abstract.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
TRUE if the method is abstract, otherwise FALSE