コード例 #1
0
ファイル: PriceFilter.php プロジェクト: spryker/Price
 /**
  * @param int $price
  *
  * @return string
  */
 public function getConvertedPrice($price)
 {
     return $this->currencyManager->format($this->currencyManager->convertCentToDecimal($price));
 }