ReflectionMethod::isAbstract
(PHP 5)
ReflectionMethod::isAbstract — Checks if method is abstract
Beschreibung
public bool ReflectionMethod::isAbstract
( void
)
Checks if the method is abstract.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
TRUE if the method is abstract, otherwise FALSE