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