Класс ReflectionClassConstant ReflectionClassConstant
&reftitle.intro; Класс ReflectionClassConstant используется для получения информации о константах класса.
&reftitle.classsynopsis; ReflectionClassConstant ReflectionClassConstant Reflector &Constants; const int ReflectionClassConstant::IS_PUBLIC const int ReflectionClassConstant::IS_PROTECTED const int ReflectionClassConstant::IS_PRIVATE &Properties; public name public class &Methods;
&reftitle.properties; name Имя константы класса. Только чтение. В случае попытки изменения выбрасывает исключение ReflectionException. class Имя класса, в котором определена константа. Только чтение. В случае попытки изменения выбрасывает исключение ReflectionException.
&reftitle.constants;
ReflectionClassConstant Modifiers ReflectionClassConstant::IS_PUBLIC Indicates public constants. ReflectionClassConstant::IS_PROTECTED Indicates protected constants. ReflectionClassConstant::IS_PRIVATE Indicates private constants.
&reference.reflection.entities.reflectionclassconstant;