The ReflectionClass classReflectionClass
&reftitle.intro;
The ReflectionClass class reports
information about a class.
&reftitle.classsynopsis;
ReflectionClassReflectionClassReflector&Constants;constintegerReflectionClass::IS_IMPLICIT_ABSTRACT16constintegerReflectionClass::IS_EXPLICIT_ABSTRACT32constintegerReflectionClass::IS_FINAL64&Properties;publicname&Methods;
&reftitle.properties;
name
Name of the class. Read-only, throws
ReflectionException in attempt to write.
&reftitle.constants;
ReflectionClass ModifiersReflectionClass::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;