ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5, PHP 7)

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

Siehe auch


ReflectionMethod
PHP Manual