ReflectionMethod::isFinal
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isFinal — Checks if method is final
Beschreibung
Checks if the method is final.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
true
if the method is final, otherwise false