Example #1
0
 public function addCollection(Collection $l)
 {
     $this->collCollections[] = $l;
     $l->setCatalog($this);
 }