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