• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/entitycollisiontype.php
  • Класс: BitrixSaleExchangeEntityCollisionType
  • Вызов: EntityCollisionType::getErrorGroup
static function getErrorGroup($typeId)
{
	$typeId = intval($typeId);
	$all = self::getAllErrorGroups();
	return isset($all[$typeId]) ? $all[$typeId] : null;
}