The ReflectionProperty class ReflectionProperty
&reftitle.intro; The ReflectionProperty class reports information about classes properties.
&reftitle.classsynopsis; ReflectionProperty ReflectionProperty Reflector &Constants; const integer ReflectionProperty::IS_STATIC 1 const integer ReflectionProperty::IS_PUBLIC 256 const integer ReflectionProperty::IS_PROTECTED 512 const integer ReflectionProperty::IS_PRIVATE 1024 &Properties; public name public class &Methods;
&reftitle.properties; name Name of the property. Read-only, throws ReflectionException in attempt to write. class Name of the class where the property is defined. Read-only, throws ReflectionException in attempt to write.
&reftitle.constants;
ReflectionProperty Modifiers ReflectionProperty::IS_STATIC Indicates static properties. ReflectionProperty::IS_PUBLIC Indicates public properties. ReflectionProperty::IS_PROTECTED Indicates protected properties. ReflectionProperty::IS_PRIVATE Indicates private properties.
&reference.reflection.entities.reflectionproperty;