ReflectionMethod::isAbstract

(PHP 5, PHP 7)

ReflectionMethod::isAbstractChecks if method is abstract

Beschreibung

public ReflectionMethod::isAbstract ( void ) : bool

Checks if the method is abstract.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

TRUE if the method is abstract, otherwise FALSE

Siehe auch