Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function removeCoupon(PromotionCouponInterface $coupon)
 {
     $coupon->setPromotion(null);
     $this->coupons->removeElement($coupon);
 }