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