The ReflectionClassConstant class
ReflectionClassConstant
&reftitle.intro;
The ReflectionClassConstant class reports
information about a class constant.
&reftitle.classsynopsis;
ReflectionClassConstant
ReflectionClassConstant
Reflector
&Properties;
public
name
public
class
&Methods;
&reftitle.properties;
name
Name of the class constant. Read-only, throws
ReflectionException in attempt to write.
class
Name of the class where the class constant is defined. Read-only, throws
ReflectionException in attempt to write.
&reference.reflection.entities.reflectionclassconstant;