ReflectionProperty::isProtectedSet

Checks whether the property is protected for writing

Description

public bool ReflectionProperty::isProtectedSet()

Checks whether the property is protected for writing.

Parameters

This function has no parameters.

Return Values

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

See Also

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