ReflectionMethod
PHP Manual

ReflectionMethod::isFinal

(PHP 5)

ReflectionMethod::isFinalChecks 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

Veja Também


ReflectionMethod
PHP Manual