Beispiel #1
0
 /**
  * Remove comanda
  *
  * @param \AppBundle\Entity\Pedido $comanda
  */
 public function removeComanda(\AppBundle\Entity\Pedido $comanda)
 {
     $this->comanda->removeElement($comanda);
 }
Beispiel #2
0
 /**
  * Remove pedidos
  *
  * @param \AppBundle\Entity\Pedido $pedidos
  */
 public function removePedido(\AppBundle\Entity\Pedido $pedidos)
 {
     $this->pedidos->removeElement($pedidos);
 }