Example #1
0
 public function removeCategory(Category $category)
 {
     $this->categories->removeElement($category->removeArticle($this));
     return $this;
 }