• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_report_helper.php
  • Класс: \CCrmReportHelperBase
  • Вызов: CCrmReportHelperBase::getActivityDirectionName
static function getActivityDirectionName($code, $typeID, $htmlEncode = false)
{
	$name = CCrmActivityDirection::ResolveDescription($code, $typeID);
	return $htmlEncode ? htmlspecialcharsbx($name) : $name;
}