• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/onec/importcollision.php
  • Класс: BitrixSaleExchangeOneCImportCollision
  • Вызов: ImportCollision::getCurrent
static function getCurrent($entityTypeId)
    {
        if(!EntityType::IsDefined($entityTypeId))
        {
            throw new ArgumentOutOfRangeException('Is not defined', EntityType::FIRST, EntityType::LAST);
        }

        $criterion =  new static();

        return $criterion;
    }