• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/managerbase.php
  • Класс: BitrixSaleExchangeManagerBase
  • Вызов: ManagerBase::getImportByType
protected function getImportByType($typeId)
{
	static::IsDefinedTypeId($typeId);

	$import = static::getInstance();
	return isset($import[$typeId]) ? $import[$typeId] : null;
}