ReflectionProperty
PHP Manual

ReflectionProperty::isProtected

(PHP 5)

ReflectionProperty::isProtectedVérifie si la propriété est protégée

Description

public bool ReflectionProperty::isProtected ( void )

Vérifie si la propriété est protégée.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

TRUE si la propriété est protégée, FALSE sinon.

Voir aussi


ReflectionProperty
PHP Manual