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