Example #1
0
 /**
  * Remove category
  *
  * @param ProductBundle\Document\Category $category
  */
 public function removeCategory(\ProductBundle\Document\Category $category)
 {
     $this->category->removeElement($category);
 }