GoLang ReflectionMethod::isFinal

request it (279)
GoLang replacement for PHP's ReflectionMethod::isFinal [edit | history]



Do you know a GoLang replacement for PHP's ReflectionMethod::isFinal? Write it!

PHP ReflectionMethod::isFinal

PHP original manual for ReflectionMethod::isFinal [ show | php.net ]

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