ReflectionMethod::isProtected

(PHP 5, PHP 7)

ReflectionMethod::isProtectedChecks if method is protected

Descrierea

public ReflectionMethod::isProtected ( void ) : bool

Checks if the method is protected.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the method is protected, otherwise FALSE

A se vedea și