Exemplo n.º 1
0
 /**
  * Remove address
  *
  * @param \Store\BackendBundle\Entity\UserAdress $address
  */
 public function removeAddress(\Store\BackendBundle\Entity\UserAddress $address)
 {
     $this->address->removeElement($address);
 }
Exemplo n.º 2
0
 /**
  * Remove detail
  *
  * @param \Store\BackendBundle\Entity\OrderDetail $detail
  */
 public function removeDetail(\Store\BackendBundle\Entity\OrderDetail $detail)
 {
     $this->detail->removeElement($detail);
 }