ReflectionMethod
PHP Manual

ReflectionMethod::isProtected

(PHP 5, PHP 7)

ReflectionMethod::isProtectedChecks if method is protected

Descrierea

public bool ReflectionMethod::isProtected ( void )

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


ReflectionMethod
PHP Manual