Exemplo n.º 1
0
 /**
  * @param ChildSubcategories $subcategories The ChildSubcategories object to add.
  */
 protected function doAddSubcategories(ChildSubcategories $subcategories)
 {
     $this->collSubcategoriess[] = $subcategories;
     $subcategories->setCategories($this);
 }