Example #1
0
 /**
  * Remove articles
  *
  * @param \Softlogo\CMSBundle\Entity\Article $articles
  */
 public function removeArticle(\Softlogo\CMSBundle\Entity\Article $articles)
 {
     $this->articles->removeElement($articles);
 }