ReflectionClassConstant::isPrivate

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPrivateChecks if class constant is private

Beschreibung

public ReflectionClassConstant::isPrivate ( void ) : bool

Checks if the class constant is private.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

TRUE if the class constant is private, otherwise FALSE

Siehe auch