Sylius\Bundle\MoneyBundle\Templating\Helper\FormatMoneyHelper::formatAmount PHP Method

formatAmount() public method

public formatAmount ( $amount, $currencyCode, $localeCode )
    public function formatAmount($amount, $currencyCode, $localeCode)
    {
        return $this->moneyFormatter->format($amount, $currencyCode, $localeCode);
    }