kernel/shop/classes/ezcurrencyconverter.php
File containing the eZCurrencyConverter class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\eZCurrencyConverter
Package: kernel
File containing the eZCurrencyConverter class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
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 |