ReflectionProperty::isProtected

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

説明

public bool ReflectionProperty::isProtected()

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

パラメータ

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

戻り値

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

参考

  • ReflectionProperty::isPublic
  • ReflectionProperty::isPrivate
  • ReflectionProperty::isReadOnly
  • ReflectionProperty::isStatic