Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function hasPromotionCoupon($coupon)
 {
     return $this->promotionCoupons->contains($coupon);
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 public function hasPromotionCoupon(BaseCouponInterface $coupon)
 {
     return $this->promotionCoupons->contains($coupon);
 }