ReflectionMethod::isAbstract
(PHP 5)
ReflectionMethod::isAbstract — Checks 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::getDeclaringClass() - Gets declaring class for the reflected method.
There are no user contributed notes for this page.
