ReflectionClass Sınıfı ReflectionClass
&reftitle.intro; ReflectionClass sınıfı bir sınıf hakkında bilgi edinilmesini sağlar.
&reftitle.classsynopsis; ReflectionClass implements Reflector &Constants; public const int ReflectionClass::IS_IMPLICIT_ABSTRACT public const int ReflectionClass::IS_EXPLICIT_ABSTRACT public const int ReflectionClass::IS_FINAL public const int ReflectionClass::IS_READONLY &Properties; public string name &Methods;
&reftitle.properties; name Sınıfın ismi. Salt-okunur olup, yazılmaya çalışılırsa ReflectionException istisnası oluşur.
&reftitle.constants;
ReflectionClass Değiştiricileri ReflectionClass::IS_IMPLICIT_ABSTRACT Bazı soyut yöntemler içerdiğinden sınıfın soyut olduğunu belirtir. ReflectionClass::IS_EXPLICIT_ABSTRACT Sınıfın tanımından dolayı soyut olduğunu belirtir. ReflectionClass::IS_FINAL Sınıfın bir final sınıf olduğunu belirtir. ReflectionClass::IS_READONLY Sınıfın salt okunur olduğunu belirtir.
&reftitle.changelog; &Version; &Description; 8.0.0 ReflectionClass::export kaldırıldı.
&reference.reflection.entities.reflectionclass;