ReflectionMethod::isPrivate
(PHP 5)
ReflectionMethod::isPrivate — Checks if method is private
Descrizione
public bool ReflectionMethod::isPrivate
( void
)
Checks if the method is private.
Avviso
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
TRUE if the method is private, otherwise FALSE
There are no user contributed notes for this page.
