ReflectionMethod::isAbstract

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isAbstractChecks if method is abstract

Beschreibung

publicReflectionMethod::isAbstract(): 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

To Top