PHP マニュアル
関数リファレンス
変数・データ型関連
リフレクション
ReflectionProperty
ReflectionProperty::__clone
ReflectionProperty::__construct
ReflectionProperty::export
ReflectionProperty::getAttributes
ReflectionProperty::getDeclaringClass
ReflectionProperty::getDefaultValue
ReflectionProperty::getDocComment
ReflectionProperty::getModifiers
ReflectionProperty::getName
ReflectionProperty::getType
ReflectionProperty::getValue
ReflectionProperty::hasDefaultValue
ReflectionProperty::hasType
ReflectionProperty::isDefault
ReflectionProperty::isInitialized
ReflectionProperty::isLazy
ReflectionProperty::isPrivate
ReflectionProperty::isPromoted
ReflectionProperty::isProtected
ReflectionProperty::isPublic
ReflectionProperty::isReadOnly
ReflectionProperty::isStatic
ReflectionProperty::setAccessible
ReflectionProperty::setRawValueWithoutLazyInitialization
ReflectionProperty::setValue
ReflectionProperty::skipLazyInitialization
ReflectionProperty::__toString
ReflectionProperty::getAttributes
ReflectionProperty::getDefaultValue
ReflectionProperty
PHP マニュアル
ReflectionProperty::getDeclaringClass
宣言しているクラスを取得する
説明
public
ReflectionClass
ReflectionProperty::getDeclaringClass
()
宣言しているクラスを取得します。
パラメータ
この関数にはパラメータはありません。
戻り値
ReflectionClass
オブジェクトを返します。
参考
ReflectionProperty::getName