예제 #1
0
파일: Item.php 프로젝트: patrova/omeka-s
 public function __construct()
 {
     parent::__construct();
     $this->media = new ArrayCollection();
     $this->siteBlockAttachments = new ArrayCollection();
     $this->itemSets = new ArrayCollection();
 }
예제 #2
0
파일: ItemSet.php 프로젝트: patrova/omeka-s
 public function __construct()
 {
     parent::__construct();
     $this->items = new ArrayCollection();
 }