Clase ReflectionPropertyReflectionProperty
&reftitle.intro;
La clase ReflectionProperty muestra
información sobre las propiedades de una clase.
&reftitle.classsynopsis;
ReflectionPropertyReflectionPropertyReflector&Constants;constintegerReflectionProperty::IS_STATIC1constintegerReflectionProperty::IS_PUBLIC256constintegerReflectionProperty::IS_PROTECTED512constintegerReflectionProperty::IS_PRIVATE1024&Properties;publicnamepublicclass&Methods;
&reftitle.properties;
name
Nombre de la propiedad. De sólo lectura, lanza una
ReflectionException en un intento de escribir.
class
Nombre de la clase donde se define la propiedad. De sólo lectura, lanza una
ReflectionException en un intento de escribir.
&reftitle.constants;
Modificadores ReflectionPropertyReflectionProperty::IS_STATIC
Indica las propiedades static.
ReflectionProperty::IS_PUBLIC
Indica las propiedades public.
ReflectionProperty::IS_PROTECTED
Indica las propiedades protected.
ReflectionProperty::IS_PRIVATE
Indica las propiedades private.
&reference.reflection.entities.reflectionproperty;