ReflectionProperty::isPrivate

private プロパティであるかどうかを調べる

説明

public bool ReflectionProperty::isPrivate()

private プロパティであるかどうかを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

private プロパティである場合に true、それ以外の場合に false を返します。

参考

  • ReflectionProperty::isPublic
  • ReflectionProperty::isProtected
  • ReflectionProperty::isReadOnly
  • ReflectionProperty::isStatic