ReflectionMethod::isAbstract
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Checks if method is abstract
Description
ReflectionMethod::isAbstract(): bool
Checks if the method is abstract.
Parameters Parameters
Return Values
true if the method is abstract, otherwise false
See Also
ReflectionMethod::getDeclaringClass