The ReflectionClass classReflectionClass
&reftitle.intro;
The ReflectionClass class reports
information about a class.
&reftitle.classsynopsis;
ReflectionClassReflectionClassReflector&Constants;publicconstintReflectionClass::IS_IMPLICIT_ABSTRACTpublicconstintReflectionClass::IS_EXPLICIT_ABSTRACTpublicconstintReflectionClass::IS_FINALpublicconstintReflectionClass::IS_READONLY&Properties;publicstringname&Methods;
&reftitle.properties;
name
Name of the class. Read-only, throws
ReflectionException in attempt to write.
&reftitle.constants;
ReflectionClass ModifiersReflectionClass::IS_IMPLICIT_ABSTRACT
Indicates the class is
abstract because it has some abstract methods.
ReflectionClass::IS_EXPLICIT_ABSTRACT
Indicates the class is
abstract because of its definition.
ReflectionClass::IS_FINAL
Indicates the class is final.
ReflectionClass::IS_READONLY
Indicates the class is readonly.
&reference.reflection.entities.reflectionclass;