ReflectionProperty
PHP Manual

ReflectionProperty::isProtected

(PHP 5)

ReflectionProperty::isProtectedChecks if property is protected

Descrizione

public bool ReflectionProperty::isProtected ( void )

Checks whether the property is protected.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if the property is protected, FALSE otherwise.

Vedere anche:


ReflectionProperty
PHP Manual