• Модуль: currency
  • Путь к файлу: ~/bitrix/modules/currency/lib/integration/iblockmoneyproperty.php
  • Класс: BitrixCurrencyIntegrationIblockMoneyProperty
  • Вызов: IblockMoneyProperty::getListCurrency
static function getListCurrency()
{
	$result = Editor::getListCurrency();
	return (empty($result) ? array() : $result);
}