ReflectionProperty::isPrivate
private プロパティであるかどうかを調べる
説明
public bool ReflectionProperty::isPrivate()
戻り値
private プロパティである場合に true
、それ以外の場合に false
を返します。
注意:
これはデフォルトの可視性のみを参照します。set
の可視性は指定されていても無視されることに注意してください。
参考
- ReflectionProperty::isPublic
- ReflectionProperty::isProtected
- ReflectionProperty::isReadOnly
- ReflectionProperty::isStatic