View helper for formatting currency.
Methods
Format a number.
__invoke(float $number, string $currencyCode, bool $showDecimals, string $locale) : string
Parameters
$number
float
$currencyCode
string
$showDecimals
bool
$locale
string
Returns
string
Get the 3-letter ISO 4217 currency code indicating the currency to use.
getCurrencyCode() : string
Get the locale to use.
getLocale() : string | null
The 3-letter ISO 4217 currency code indicating the currency to use.
setCurrencyCode(string $currencyCode) : \Zend\I18n\View\Helper\CurrencyFormat
Parameters
$currencyCode
string
Returns
Set the View object
setView(\Zend\View\Renderer\RendererInterface $view) : \Zend\View\Helper\AbstractHelper
Inherited
inherited_from |
\Zend\View\Helper\AbstractHelper::setView() |
Parameters
Returns
Get if the view helper should show two decimals
shouldShowDecimals() : bool
Properties
The 3-letter ISO 4217 currency code indicating the currency to use.
$currencyCode : string
Locale to use instead of the default.
$locale : string
If set to true, the currency will be returned with two decimals
$showDecimals : bool