Format a numerical value. Especially useful for currency.
Located at culturehosts-importer/src/Service/Formatters/Format_Number.php
| Methods |
public
|
__construct(int $decimal_places, string $point = '.', string $thousands = ',')
Choose the number_format parameters to use.
Choose the number_format parameters to use.
|
#
|
public
|
run(mixed $value): mixed
Called for each field value being converted.
Called for each field value being converted.
Parameters
| $value |
The current value of the field.
|
Returns
Implements
|
#
|