Adds an item.
$this
public function add(AcceptHeaderItem $item) : static { $this->items[$item->getValue()] = $item; $this->sorted = false; return $this; }