ReflectionProperty::isPrivateSet

プロパティが書き込みについて private かどうかを調べる

説明

public bool ReflectionProperty::isPrivateSet()

プロパティが書き込みについて private かどうかを調べます。

パラメータ

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

戻り値

プロパティが private(set) の場合 true を返します。 そうでない場合、false を返します。

参考

  • ReflectionProperty::isPublic
  • ReflectionProperty::isProtected
  • ReflectionProperty::isProtectedSet
  • ReflectionProperty::isPrivate
  • ReflectionProperty::isReadOnly
  • ReflectionProperty::isStatic