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