/**
  * @param ProductPrice $productPrice The productPrice object to add.
  */
 protected function doAddProductPrice($productPrice)
 {
     $this->collProductPrices[] = $productPrice;
     $productPrice->setProductSaleElements($this);
 }
Exemple #2
0
 /**
  * @param ProductPrice $productPrice The productPrice object to add.
  */
 protected function doAddProductPrice($productPrice)
 {
     $this->collProductPrices[] = $productPrice;
     $productPrice->setCurrency($this);
 }