コード例 #1
0
ファイル: DiscountsTable.php プロジェクト: spryker/Discount
 /**
  * @param \Orm\Zed\Discount\Persistence\SpyDiscount $discountEntity
  *
  * @return string
  */
 protected function getFormattedAmount(SpyDiscount $discountEntity)
 {
     return $this->getCalculatorPlugin($discountEntity->getCalculatorPlugin())->getFormattedAmount($discountEntity->getAmount());
 }