ReflectionProperty::isProtected
(PHP 5)
ReflectionProperty::isProtected — Checks if property is protected
Descrição
public bool ReflectionProperty::isProtected
( void
)
Checks whether the property is protected.
Parâmetros
Esta função não contém parâmetros.
Valor Retornado
TRUE if the property is protected, FALSE otherwise.
There are no user contributed notes for this page.
