ReflectionMethod
PHP Manual

ReflectionMethod::isPublic

(PHP 5, PHP 7)

ReflectionMethod::isPublicChecks 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

Siehe auch


ReflectionMethod
PHP Manual