ReflectionClassConstant::isPublic

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPublicChecks if class constant is public

Beschreibung

public ReflectionClassConstant::isPublic ( void ) : bool

Checks if the class constant is public.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

TRUE if the class constant is public, otherwise FALSE

Siehe auch