Пример #1
0
 public function removeBill(Bill $bill)
 {
     $this->bills->removeElement($bill);
     return $this;
 }
Пример #2
0
 /**
  * Remove bill
  *
  * @param \WW\Gastro\ApiBundle\Entity\Bill $bill
  */
 public function removeBill(\WW\Gastro\ApiBundle\Entity\Bill $bill)
 {
     $this->bills->removeElement($bill);
 }