kernel/shop/classes/ezcurrencyconverter.php
\eZCurrencyConverter
Package:
Constants
Properties
Methods

convert(
$fromCurrency, $toCurrency, $value, $applyRounding
=
true
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $fromCurrency | ||
| $toCurrency | ||
| $value | ||
| $applyRounding |

convertFromLocaleCurrency(
$toCurrency, $value, $applyRounding
=
true
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $toCurrency | ||
| $value | ||
| $applyRounding |

crossRate(
$fromCurrency, $toCurrency
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $fromCurrency | ||
| $toCurrency |

instance(
)
:
\eZCurrencyConverter
static
Returns a shared instance of the eZCurrencyConverter class.
Returns
| Type | Description |
|---|---|
| \eZCurrencyConverter |