The ReflectionClass class ReflectionClass
&reftitle.intro; The ReflectionClass class reports information about a class.
&reftitle.classsynopsis; ReflectionClass ReflectionClass Reflector &Constants; const integer ReflectionClass::IS_IMPLICIT_ABSTRACT 16 const integer ReflectionClass::IS_EXPLICIT_ABSTRACT 32 const integer ReflectionClass::IS_FINAL 64 &Properties; public name &Methods;
&reftitle.properties; name Name of the class. Read-only, throws ReflectionException in attempt to write.
&reftitle.constants;
ReflectionClass Modifiers ReflectionClass::IS_IMPLICIT_ABSTRACT Indicates class that is abstract because it has some abstract methods. ReflectionClass::IS_EXPLICIT_ABSTRACT Indicates class that is abstract because of its definition. ReflectionClass::IS_FINAL Indicates final class.
&reference.reflection.entities.reflectionclass;