CCrmActivityNotifyType::ResolveDescription

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmActivityNotifyType
  4. ResolveDescription
  • Модуль: 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];
}

Добавить комментарий