Class Currency
Methods | ||
---|---|---|
public
|
__construct(Registry $registry)
|
# |
public
|
format(float $number, string $currency, float $value = 0, bool $format = true): float|string
|
# |
public
|
convert(float $value, string $from, string $to): float
|
# |
public
|
getId(string $currency): int
|
# |
public
|
getSymbolLeft(string $currency): string
|
# |
public
|
getSymbolRight(string $currency): string
|
# |
public
|
getDecimalPlace(string $currency): int
|
# |
public
|
getValue(string $currency): float
|
# |
public
|
has(string $currency): bool
|
# |