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::getModifiers
ReflectionProperty::getType
ReflectionProperty
PHP マニュアル
ReflectionProperty::getName
プロパティ名を取得する
説明
public
string
ReflectionProperty::getName
()
プロパティ名を取得します。
パラメータ
この関数にはパラメータはありません。
戻り値
調べているプロパティの名前を返します。
参考
ReflectionProperty::getValue