• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_crm_helper.php
  • Класс: CVoxImplantCrmHelper
  • Вызов: CVoxImplantCrmHelper::getTypeDescription
static function getTypeDescription($typeName)
{
	if(!BitrixMainLoader::includeModule('crm'))
		return '';

	return CCrmOwnerType::GetDescription(CCrmOwnerType::ResolveID($typeName));
}