ReflectionMethod
PHP Manual

ReflectionMethod::isPublic

(PHP 5)

ReflectionMethod::isPublicChecks if method is public

Descrição

public bool ReflectionMethod::isPublic ( void )

Checks if the method is public.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

TRUE if the method is public, otherwise FALSE

Veja Também


ReflectionMethod
PHP Manual