• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/services/company/restrictions/currency.php
  • Класс: Bitrix\Sale\Services\Company\Restrictions\Currency
  • Вызов: Currency::getParamsStructure
static function getParamsStructure($entityId = 0)
{
	return array(
		"CURRENCY" => array(
			"TYPE" => "ENUM",
			'MULTIPLE' => 'Y',
			"LABEL" => Loc::getMessage("SALE_COMPANY_RULES_BY_CURRENCY"),
			"OPTIONS" => CurrencyManager::getCurrencyList()
		)
	);
}