Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function addItem(ItemInterface $item)
 {
     $item->setParent($this);
     $this->items[] = $item;
 }