예제 #1
0
 /**
  * @param ProductPrice $productPrice The productPrice object to add.
  */
 protected function doAddProductPrice($productPrice)
 {
     $this->collProductPrices[] = $productPrice;
     $productPrice->setProductSaleElements($this);
 }
예제 #2
0
파일: Currency.php 프로젝트: shirone/thelia
 /**
  * @param ProductPrice $productPrice The productPrice object to add.
  */
 protected function doAddProductPrice($productPrice)
 {
     $this->collProductPrices[] = $productPrice;
     $productPrice->setCurrency($this);
 }