ReflectionMethod::isPublic
(PHP 5)
ReflectionMethod::isPublic — Checks 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
There are no user contributed notes for this page.
