ReflectionMethod
PHP Manual

ReflectionMethod::isFinal

(PHP 5, PHP 7)

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

A se vedea și


ReflectionMethod
PHP Manual