The ReflectionConstant class
Guide
Edit on GitHub ✎
The ReflectionConstant class reports information about a global constant.
Intro
The ReflectionConstant class reports information about a global constant.
Class synopsis
class ReflectionConstant implements Reflector { }
Properties
nameName of the constant. Read-only, throws
ReflectionExceptionin attempt to write.
Changelog
| Version | Description |
|---|---|
| 8.5.0 | The class is no longer final. |
See Also
ReflectionClassConstant
Reflectionconstant