ReflectionMethod::isFinal
(PHP 5)
ReflectionMethod::isFinal — Checks if method is final
Descrição
public bool ReflectionMethod::isFinal
( void
)
Checks if the method is final.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
TRUE if the method is final, otherwise FALSE