ReflectionProperty::isProtected

(PHP 5, PHP 7)

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

Description

public ReflectionProperty::isProtected ( void ) : bool

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