ReflectionProperty
PHP Manual

ReflectionProperty::isProtected

(PHP 5, PHP 7)

ReflectionProperty::isProtectedComprueba si la propiedad es protegida

Descripción

public bool ReflectionProperty::isProtected ( void )

Comprueba si la propiedad es protegida.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE si la propiedad está protegida, o FALSE en caso contrario.

Ver también


ReflectionProperty
PHP Manual