ReflectionMethod::isFinal

Checks if method is final

Description

public bool ReflectionMethod::isFinal()

Checks if the method is final.

Parameters

This function has no parameters.

Return Values

true if the method is final, otherwise false

See Also

  • ReflectionMethod::isStatic