The ReflectionClass classReflectionClass
&reftitle.intro;
La classe ReflectionClass rapporte des
informations sur une classe.
&reftitle.classsynopsis;
ReflectionClassimplementsReflector&Constants;publicconstintReflectionClass::IS_IMPLICIT_ABSTRACTpublicconstintReflectionClass::IS_EXPLICIT_ABSTRACTpublicconstintReflectionClass::IS_FINALpublicconstintReflectionClass::IS_READONLY&Properties;publicstringname&Methods;
&reftitle.properties;
name
Nom de la classe. En lecture seule, lance une
ReflectionException lors d'une tentative d'écriture.
&reftitle.constants;
Modificateurs de ReflectionClassReflectionClass::IS_IMPLICIT_ABSTRACT
Indique si la classe est
abstraite car elle contient des méthodes abstraites.
ReflectionClass::IS_EXPLICIT_ABSTRACT
Indique si la classe est
abstraite en raison de sa définition.
ReflectionClass::IS_FINAL
Indique si la classe est finale.
ReflectionClass::IS_READONLY
Indique si la classe est readonly.
&reftitle.changelog;
&Version;&Description;8.0.0ReflectionClass::export a été supprimée.
&reference.reflection.entities.reflectionclass;