Gives the property protected(set) visibility.
$this The builder instance (for fluid interface)
public function makeProtectedSet() { $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::PROTECTED_SET); return $this; }