Ejemplo n.º 1
0
 /**
  * @param Category $category
  *
  * @return \ServerGrove\KbBundle\Document\Article
  */
 public function addCategory(Category $category)
 {
     $category->addArticle($this);
     $this->categories->add($category);
     return $this;
 }