• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/CalendarSharing/InvitationSent.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\CalendarSharing\InvitationSent
  • Вызов: InvitationSent::getChannelNameFromHistoryModel
private function getChannelNameFromHistoryModel(): string
{
	$channelName = $this->getHistoryItemModel()->get('CHANNEL_NAME');

	return $channelName ?? $this->getMessage('CRM_TIMELINE_CALENDAR_SHARING_COMMUNICATION_CHANNEL_VALUE');
}