Esempio n. 1
0
 public function addProductCategoryI18n(ProductCategoryI18n $l)
 {
     $this->collProductCategoryI18ns[] = $l;
     $l->setProductCategory($this);
 }