Clase ReflectionObject
ReflectionObject
&reftitle.intro;
La clase ReflectionObject muestra información
sobre un object.
&reftitle.classsynopsis;
ReflectionObject
ReflectionObject
extends
ReflectionClass
Reflector
&Constants;
const
integer
ReflectionObject::IS_IMPLICIT_ABSTRACT
16
const
integer
ReflectionObject::IS_EXPLICIT_ABSTRACT
32
const
integer
ReflectionObject::IS_FINAL
64
&Properties;
public
name
&Methods;
&InheritedMethods;
&reftitle.properties;
name
Nombre de la clase del objeto. De sólo lectura, lanza una
ReflectionException en el intento de escribir .
&reference.reflection.entities.reflectionobject;