ReflectionClassConstant::__constructConstructs a ReflectionClassConstant
&reftitle.description;
publicReflectionClassConstant::__constructmixedclassstringname
Constructs a new ReflectionClassConstant object.
&reftitle.parameters;
class
Either a string containing the name of the class to
reflect, or an object.
name
The name of the class constant.
&reftitle.returnvalues;
Returns constructed ReflectionClassConstant instance.
&reftitle.errors;
Throws an Exception in case the given class constant does not exist.
&reftitle.seealso;
Constructors