Class LocalizedCurrencyFormatter
Formats currencies using locale conventions.
- ICanBoogie\CLDR\LocalizedObject uses ICanBoogie\Accessor\AccessorTrait (not available) ICanBoogie\CLDR\LocalePropertyTrait
- ┗ ICanBoogie\CLDR\LocalizedCurrencyFormatter implements ICanBoogie\CLDR\Formatter
Methods summary
public
__invoke( number $number
, ICanBoogie\CLDR\Currency
|string $currency
, string $pattern
= self::PATTERN_STANDARD, array $symbols
= [] )
: string
Formats currency using localized conventions.
public
format( number $number
, ICanBoogie\CLDR\Currency
|string $currency
, string $pattern
= self::PATTERN_STANDARD, array $symbols
= [] )
: string
Formats currency using localized conventions.
Methods inherited from ICanBoogie\CLDR\LocalizedObject
__construct()
,
from()
,
get_target()