• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_activity.php
  • Класс: \CCrmActivityNotifyType
  • Вызов: CCrmActivityNotifyType::ResolveDescription
static function ResolveDescription($notifyTypeID)
{
	$notifyTypeID = intval($notifyTypeID);
	$all = self::GetAllDescriptions();
	return  isset($all[$notifyTypeID]) ? $all[$notifyTypeID] : $all[self::None];
}