ReflectionProperty
PHP Manual

ReflectionProperty::isProtected

(PHP 5)

ReflectionProperty::isProtectedChecks if property is protected

Descrição

public bool ReflectionProperty::isProtected ( void )

Checks whether the property is protected.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

TRUE if the property is protected, FALSE otherwise.

Veja Também


ReflectionProperty
PHP Manual