ReflectionProperty::isProtected
(PHP 5)
ReflectionProperty::isProtected — Checks if property is protected
Descripción
public bool ReflectionProperty::isProtected
( void
)
Checks whether the property is protected.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if the property is protected, FALSE otherwise.
There are no user contributed notes for this page.
