ReflectionMethod::isPublic
(PHP 5)
ReflectionMethod::isPublic — Checks if method is public
Beschreibung
public bool ReflectionMethod::isPublic
( void
)
Checks if the method is public.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
TRUE if the method is public, otherwise FALSE