ReflectionMethod
PHP Manual

ReflectionMethod::isPublic

(PHP 5)

ReflectionMethod::isPublicChecks if method is public

Descripción

public bool ReflectionMethod::isPublic ( void )

Checks if the method is public.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if the method is public, otherwise FALSE

Ver también


ReflectionMethod
PHP Manual