ReflectionMethod::isFinal
PHP Manual
PHP Manual»ReflectionMethod»ReflectionMethod::isFinal

ReflectionMethod::isFinal

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isFinalChecks if method is final

Descrizione

public function ReflectionMethod::isFinal(): bool

Checks if the method is final.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if the method is final, otherwise false

Vedere anche:

  • ReflectionMethod::isStatic()

To Top