ReflectionMethod
PHP Manual

ReflectionMethod::isPrivate

(PHP 5)

ReflectionMethod::isPrivateChecks 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

Veja Também


ReflectionMethod
PHP Manual