ReflectionObject クラス
ReflectionObject
&reftitle.intro;
ReflectionObject クラスは
オブジェクトについての情報を報告します。
&reftitle.classsynopsis;
ReflectionObject
ReflectionObject
extends
ReflectionClass
Reflector
&Constants;
const
integer
ReflectionObject::IS_IMPLICIT_ABSTRACT
16
const
integer
ReflectionObject::IS_EXPLICIT_ABSTRACT
32
const
integer
ReflectionObject::IS_FINAL
64
&Properties;
public
name
&Methods;
&InheritedMethods;
&reftitle.properties;
name
オブジェクトのクラス名。読み込み専用で、書き込もうとすると
ReflectionException をスローします。
&reference.reflection.entities.reflectionobject;