示例#1
0
 /**
  * @param int $price
  *
  * @return string
  */
 public function getConvertedPrice($price)
 {
     return $this->currencyManager->format($this->currencyManager->convertCentToDecimal($price));
 }