ReflectionProperty::isPrivate
(PHP 5)
ReflectionProperty::isPrivate — Checks if property is private
Descrizione
public bool ReflectionProperty::isPrivate
( void
)
Checks whether the property is private.
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
TRUE if the property is private, FALSE otherwise.
There are no user contributed notes for this page.
