The ReflectionProperty classReflectionProperty
&reftitle.intro;
The ReflectionProperty class reports
information about classes properties.
&reftitle.classsynopsis;
ReflectionPropertyReflectionPropertyReflector&Constants;constintegerReflectionProperty::IS_STATIC1constintegerReflectionProperty::IS_PUBLIC256constintegerReflectionProperty::IS_PROTECTED512constintegerReflectionProperty::IS_PRIVATE1024&Properties;publicnamepublicclass&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 ModifiersReflectionProperty::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;