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