The ReflectionObject class
ReflectionObject
&reftitle.intro;
The ReflectionObject class reports
information about an 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
Name of the object's class. Read-only, throws
ReflectionException in attempt to write.
&reference.reflection.entities.reflectionobject;