예제 #1
0
파일: Itemable.php 프로젝트: vespolina/core
 /**
  * @inheritdoc
  */
 public function addItem(ItemInterface $item)
 {
     $item->setParent($this);
     $this->items[] = $item;
 }