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