コード例 #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);
 }