• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_activity.php
  • Класс: \CCrmActivityNotifyType
  • Вызов: CCrmActivityNotifyType::GetAllDescriptions
static function GetAllDescriptions()
{
	if(!self::$ALL_DESCRIPTIONS)
	{
		self::$ALL_DESCRIPTIONS = array(
			self::None => '',
			self::Min => GetMessage('CRM_NOTIFY_TYPE_MIN'),
			self::Hour => GetMessage('CRM_NOTIFY_TYPE_HOUR'),
			self::Day => GetMessage('CRM_NOTIFY_TYPE_DAY')
		);
	}

	return self::$ALL_DESCRIPTIONS;
}