ReflectionConstant::__construct
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.4.0)
Constructs a ReflectionConstant
Description
ReflectionConstant::__construct(string $name)
Constructs a new ReflectionConstant object.
Parameters
nameThe name of the constant.
Errors/Exceptions
Throws a ReflectionException in case the given constant does not exist.