ReflectionMethod::isFinal

(PHP 5, PHP 7)

ReflectionMethod::isFinalChecks if method is final

Descrierea

public ReflectionMethod::isFinal ( void ) : bool

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