• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_report_helper.php
  • Класс: \CCrmReportHelperBase
  • Вызов: CCrmReportHelperBase::prepareContactTitleHtml
static function prepareContactTitleHtml($contactID, $title)
{
	$url = \CCrmOwnerType::GetEntityShowPath(\CCrmOwnerType::Contact, $contactID, false);
	return ''.htmlspecialcharsbx($title).'';
}