ReflectionMethod
PHP Manual

ReflectionMethod::isProtected

(PHP 5)

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

Vedeți de asemenea


ReflectionMethod
PHP Manual