Exemplo n.º 1
0
 /**
  * Remove item
  *
  * @param \Omid\ShopBundle\Entity\Product $item
  */
 public function removeItem(\Omid\ShopBundle\Entity\Product $item)
 {
     $this->items->removeElement($item);
 }