|
static | getCurrency (string $currency, array $languages, ?string $b24Area=null) |
|
static | get (array $languageIds, string $baseLanguageId, ?string $b24Area=null) |
|
Class CurrencyClassifier
См. определение в файле currencyclassifier.php строка 14
◆ get()
static get |
( |
array |
$languageIds, |
|
|
string |
$baseLanguageId, |
|
|
?string |
$b24Area = null |
|
) |
| |
|
static |
Return classifier
- Аргументы
-
array | $languageIds | Array of languages. |
string | $baseLanguageId | Base language. |
string | null | $b24Area | Specific Bitrix24 parameter. |
- Возвращает
- array
См. определение в файле currencyclassifier.php строка 61
◆ getCurrency()
static getCurrency |
( |
string |
$currency, |
|
|
array |
$languages, |
|
|
?string |
$b24Area = null |
|
) |
| |
|
static |
Returns currency description with language settings.
- Аргументы
-
string | $currency | Currency identifier. |
array | $languages | Language id list. |
string | null | $b24Area | Specific Bitrix24 parameter. |
- Возвращает
- array|null
См. определение в файле currencyclassifier.php строка 41
◆ DECIMAL_POINT_COMMA
const DECIMAL_POINT_COMMA = ',' |
◆ DECIMAL_POINT_DOT
const DECIMAL_POINT_DOT = '.' |
◆ SEPARATOR_COMMA
const SEPARATOR_COMMA = 'C' |
◆ SEPARATOR_DOT
const SEPARATOR_DOT = 'D' |
◆ SEPARATOR_EMPTY
const SEPARATOR_EMPTY = 'N' |
◆ SEPARATOR_NBSPACE
const SEPARATOR_NBSPACE = 'B' |
◆ SEPARATOR_SPACE
const SEPARATOR_SPACE = 'S' |