ReflectionConstant クラス
ReflectionConstant
&reftitle.intro;
ReflectionConstant クラスは、グローバル定数に関する情報を報告します。
&reftitle.classsynopsis;
ReflectionConstant
implements
Reflector
&Properties;
public
string
name
&Methods;
&reftitle.properties;
name
定数の名前。読み取り専用です。
書き込もうとすると ReflectionException がスローされます。
&reftitle.changelog;
&Version;
&Description;
8.5.0
このクラスは、final ではなくなりました。
&reftitle.seealso;
ReflectionClassConstant
&reference.reflection.entities.reflectionconstant;