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