/** * @inheritdoc */ public function addItem(ItemInterface $item) { $item->setParent($this); $this->items[] = $item; }