ReflectionProperty::isStatic
(PHP 5)
ReflectionProperty::isStatic — Vérifie si la propriété est statique
Description
public bool ReflectionProperty::isStatic
( void
)
Vérifie si la propriété est statique.
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
TRUE
si la propriété est statique, FALSE
sinon.