Example #1
0
 /**
  * Add categories
  *
  * @param \Koopa\PostBundle\Entity\Category $categories
  * @return Info
  */
 public function addCategory(\Koopa\PostBundle\Entity\Category $category)
 {
     $this->categories[] = $category;
     $category->addInfo($this);
     return $this;
 }