ReflectionProperty::isProtectedSet

Checks whether the property is protected for writing

説明

public bool ReflectionProperty::isProtectedSet()

Checks whether the property is protected for writing.

パラメータ

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

戻り値

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

参考

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