메소드 |
설명 |
|
__construct ( WellCommerce\Bundle\CurrencyBundle\Helper\CurrencyHelperInterface $helper, WellCommerce\Component\DataSet\DataSetInterface $dataset ) |
Constructor |
|
convertPrice ( float $price, null | string $baseCurrency = null, null | string $targetCurrency = null, integer $quantity = 1 ) : string |
Converts the given amount |
|
formatPrice ( float $price, null | string $baseCurrency = null, null | string $targetCurrency = null, null | string $locale = null, $quantity = 1 ) : string |
Formats the given amount |
|
getCurrencies ( ) : array |
Returns an array of currencies |
|
getFunctions ( ) |
|
|
getName ( ) |
|
|