PHP マニュアル
関数リファレンス
変数・データ型関連
リフレクション
ReflectionClassConstant
ReflectionClassConstant::__construct
ReflectionClassConstant::export
ReflectionClassConstant::getAttributes
ReflectionClassConstant::getDeclaringClass
ReflectionClassConstant::getDocComment
ReflectionClassConstant::getModifiers
ReflectionClassConstant::getName
ReflectionClassConstant::getType
ReflectionClassConstant::getValue
ReflectionClassConstant::hasType
ReflectionClassConstant::isDeprecated
ReflectionClassConstant::isEnumCase
ReflectionClassConstant::isFinal
ReflectionClassConstant::isPrivate
ReflectionClassConstant::isProtected
ReflectionClassConstant::isPublic
ReflectionClassConstant::__toString
ReflectionClassConstant::getAttributes
ReflectionClassConstant::getDocComment
ReflectionClassConstant
PHP マニュアル
ReflectionClassConstant::getDeclaringClass
定数を宣言しているクラスを取得する
説明
public
ReflectionClass
ReflectionClassConstant::getDeclaringClass
()
定数を宣言しているクラスを取得します。
パラメータ
この関数にはパラメータはありません。
戻り値
ReflectionClass
オブジェクトを返します。