...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/currency.php
- Класс: Bitrix\Crm\Currency
- Вызов: Currency::getCurrencyList
static function getCurrencyList(): array { static $currencyList; if (is_null($currencyList)) { $currencyList = \CCrmCurrencyHelper::PrepareListItems(); } return $currencyList; }