CurrencyMapper
extends Mapper
Table of Contents
Methods
-
getCurrenciesData()
: mixed
-
getCurrencyData()
: mixed
-
mapper()
: mixed
-
getData()
: mixed
getCurrenciesData()
public
static getCurrenciesData(mixed $currencies) : mixed
Parameters
-
$currencies
: mixed
-
getCurrencyData()
public
static getCurrencyData(Currency $currency) : mixed
Parameters
-
$currency
: Currency
-
mapper()
public
static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
-
$map
: array<string|int, mixed>
-
-
$original
: array<string|int, mixed>
-
-
$reverse
: bool
= true
-
getData()
private
static getData(Currency $currency) : mixed
Parameters
-
$currency
: Currency
-