ReflectionProperty::isPrivateSet

Checks if property is private for writing

説明

public bool ReflectionProperty::isPrivateSet()

Checks whether the property is private for writing.

パラメータ

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

戻り値

true if the property is private(set), false otherwise.

参考

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