interface FormatterInterface

Methods

string
format(float $value, string $code = null)

Format the value into the desired currency.

Details

at line 15
string format(float $value, string $code = null)

Format the value into the desired currency.

Parameters

float $value
string $code

Return Value

string