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::getDocComment
ReflectionProperty::getName
ReflectionProperty
PHP マニュアル
ReflectionProperty::getModifiers
プロパティの修飾子を取得する
説明
public
int
ReflectionProperty::getModifiers
()
修飾子を取得します。
パラメータ
この関数にはパラメータはありません。
戻り値
修飾子の数値表現を返します。 これらの修飾子の実際の意味は、
定義済みの定数
で説明しています。
参考
ReflectionProperty::isPrivate
Reflection::getModifierNames