ReflectionMethod
PHP Manual

ReflectionMethod::isFinal

(PHP 5)

ReflectionMethod::isFinalChecks if method is final

Descrierea

public bool ReflectionMethod::isFinal ( void )

Checks if the method is final.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the method is final, otherwise FALSE

Vedeți de asemenea


ReflectionMethod
PHP Manual