ReflectionProperty::getModifiers
(PHP 5, PHP 7)
ReflectionProperty::getModifiers — Gets the property modifiers
説明
public ReflectionProperty::getModifiers
( void
) : int
Gets the modifiers.
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
この関数にはパラメータはありません。
返り値
A numeric representation of the modifiers.
参考
- ReflectionProperty::isPrivate() - private プロパティであるかどうかを調べる
- Reflection::getModifierNames() - Gets modifier names