\App\HelpersMoney

A single class to provide both a money parser and a money formatter

Summary

Methods
Properties
Constants
__construct()
getDecimalParser()
getFormatter()
getCurrencies()
No public properties found
No constants found
No protected methods found
$decimalParser
$formatter
$currencies
N/A
No private methods found
No private properties found
N/A

Properties

$decimalParser

$decimalParser : \Money\MoneyParser

Type

\Money\MoneyParser

$formatter

$formatter : \Money\MoneyFormatter

Type

\Money\MoneyFormatter

$currencies

$currencies : \Money\Currencies\AggregateCurrencies

Type

\Money\Currencies\AggregateCurrencies

Methods

__construct()

__construct(string  $locale) 

Money constructor.

Parameters

string $locale

getDecimalParser()

getDecimalParser() : \Money\MoneyParser

Returns

\Money\MoneyParser

getFormatter()

getFormatter() : \Money\MoneyFormatter

Returns

\Money\MoneyFormatter

getCurrencies()

getCurrencies() : \Money\Currencies\AggregateCurrencies

Returns

\Money\Currencies\AggregateCurrencies