Interface Formatter
A Formatter implements a format()
method and is invokable. The implementation of the
format()
method should follow the "subject, pattern" signature.
Direct known implementers
ICanBoogie\CLDR\DateTimeFormatter
,
ICanBoogie\CLDR\ListFormatter
,
ICanBoogie\CLDR\LocalizedListFormatter
,
ICanBoogie\CLDR\LocalizedNumberFormatter
,
ICanBoogie\CLDR\NumberFormatter
Indirect known implementers
ICanBoogie\CLDR\CurrencyFormatter
,
ICanBoogie\CLDR\DateFormatter
,
ICanBoogie\CLDR\TimeFormatter