• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/CalendarSharing/InvitationSent.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\CalendarSharing\InvitationSent
  • Вызов: InvitationSent::getCommunicationChannelContentBlock
private function getCommunicationChannelContentBlock(): Layout\Body\ContentBlock
{
	return (new Layout\Body\ContentBlock\ContentBlockWithTitle())
		->setInline()
		->setTitle(
			$this->getMessage('CRM_TIMELINE_CALENDAR_SHARING_COMMUNICATION_CHANNEL')
		)
		->setContentBlock(
			(new Layout\Body\ContentBlock\Text())
				->setValue($this->getChannelNameFromHistoryModel())
		)
	;
}