ReflectionMethod::isFinal

( excerpt from http://php.net/manual/en/reflectionmethod.isfinal.php )

public function isFinal(): bool;

Checks if the method is final.

Returns

  • bool - TRUE if the method is final, otherwise FALSE