ReflectionMethod::isPublic
PHP Manual
PHP Manual»ReflectionMethod»ReflectionMethod::isPublic

ReflectionMethod::isPublic

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isPublicChecks if method is public

Descrizione

public function ReflectionMethod::isPublic(): bool

Checks if the method is public.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if the method is public, otherwise false

Vedere anche:

To Top