PHP 7.0.6 Released

ReflectionMethod::isFinal

(PHP 5, PHP 7)

ReflectionMethod::isFinalChecks if method is final

Description

public bool ReflectionMethod::isFinal ( void )

Checks if the method is final.

Parameters

This function has no parameters.

Return Values

TRUE if the method is final, otherwise FALSE

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top