Example #1
0
 /**
  * Remove quoteProductOffer
  *
  * @param QuoteProductOffer $quoteProductOffer
  * @return QuoteProduct
  */
 public function removeQuoteProductOffer(QuoteProductOffer $quoteProductOffer)
 {
     if ($this->quoteProductOffers->contains($quoteProductOffer)) {
         $this->quoteProductOffers->removeElement($quoteProductOffer);
     }
     return $this;
 }