Makes the constant protected.
$this The builder instance (for fluid interface)
public function makeProtected() { $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::PROTECTED); return $this; }