Sets adapted method protected.
$this The builder instance (for fluid interface)
public function makeProtected() { $this->setModifier(Modifiers::PROTECTED); return $this; }