コード例 #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();
 }