ReflectionMethod::isPublic

(PHP 5, PHP 7)

ReflectionMethod::isPublicChecks if method is public

Beschreibung

public ReflectionMethod::isPublic ( void ) : bool

Checks if the method is public.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

TRUE if the method is public, otherwise FALSE

Siehe auch