Example #1
0
 /**
  * Remove bill
  *
  * @param \WW\Gastro\ApiBundle\Entity\Bill $bill
  */
 public function removeBill(\WW\Gastro\ApiBundle\Entity\Bill $bill)
 {
     $this->bills->removeElement($bill);
 }
Example #2
0
 /**
  * Remove worktime
  *
  * @param \WW\Gastro\ApiBundle\Entity\WorkTime $worktime
  */
 public function removeWorktime(\WW\Gastro\ApiBundle\Entity\WorkTime $worktime)
 {
     $this->worktimes->removeElement($worktime);
 }