ReflectionMethod::isProtected

(PHP 5, PHP 7)

ReflectionMethod::isProtectedVérifie si la méthode est protégée

Description

public ReflectionMethod::isProtected ( void ) : bool

Vérifie si la méthode est protégée.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

TRUE si la méthode est protégée, FALSE sinon.

Voir aussi