(PHP 5, PHP 7)
Checks if method is final
public bool ReflectionMethod::isFinal ( void )
Checks if the method is final.
Returns:
TRUE
if the method is final, otherwise FALSE
See also:
Please login to continue.