ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstractChecks 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

Veja Também


ReflectionMethod
PHP Manual