ReflectionClassConstant::isPublic

Checks if class constant is public

Description

public bool ReflectionClassConstant::isPublic()

Checks if the class constant is public.

Parameters

This function has no parameters.

Return Values

true if the class constant is public, otherwise false

See Also

  • ReflectionClassConstant::isFinal
  • ReflectionClassConstant::isPrivate
  • ReflectionClassConstant::isProtected