ReflectionMethod
PHP Manual

ReflectionMethod::isProtected

(PHP 5, PHP 7)

ReflectionMethod::isProtectedComprueba si el método está protegido

Descripción

public bool ReflectionMethod::isProtected ( void )

Comprueba si el método está protegido.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE si el método está protegido, o si no FALSE

Ver también


ReflectionMethod
PHP Manual