Ejemplo n.º 1
0
 /**
  * @param CategoryImage $categoryImage The categoryImage object to add.
  */
 protected function doAddCategoryImage($categoryImage)
 {
     $this->collCategoryImages[] = $categoryImage;
     $categoryImage->setCategory($this);
 }