ReflectionMethod
PHP Manual

ReflectionMethod::isProtected

(PHP 5)

ReflectionMethod::isProtectedChecks if method is protected

Descripción

public bool ReflectionMethod::isProtected ( void )

Checks if the method is protected.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if the method is protected, otherwise FALSE

Ver también


ReflectionMethod
PHP Manual