AcceptHeaderItem[] $items:
public function __construct(array $items) { foreach ($items as $item) { $this->add($item); } }