ReflectionMethod::isPrivate
(PHP 5)
ReflectionMethod::isPrivate — Checks if method is private
Descrição
public bool ReflectionMethod::isPrivate
( void
)
Checks if the method is private.
Warning
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