ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstractChecks if method is abstract

Descrizione

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if the method is abstract, otherwise FALSE

Vedere anche:


ReflectionMethod
PHP Manual