Money
extends Value
implements
Nameable
Table of Contents
Interfaces
- Nameable
Methods
-
getCurrencySymbol()
: false|string
-
getLangName()
: string
-
toString()
: string
getCurrencySymbol()
public
static getCurrencySymbol(string $currencyId, string $languageId) : false|string
Parameters
-
$currencyId
: string
-
-
$languageId
: string
-
Return values
false|string
getLangName()
public
static getLangName() : string
toString()
public
toString([string $modifier = null ]) : string
Parameters
-
$modifier
: string
= null
-