ReflectionMethod::isPrivate
(PHP 5)
ReflectionMethod::isPrivate — Checks if method is private
Descrição
public bool ReflectionMethod::isPrivate
( void
)
Checks if the method is private.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
TRUE if the method is private, otherwise FALSE
There are no user contributed notes for this page.
