• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/Note.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\Note
  • Вызов: Note::getProperties
public function getProperties(): array
{
	return [
		'id' => $this->getId(),
		'text' => $this->getText(),
		'deleteConfirmationText' => Loc::getMessage('CRM_NOTE_DELETE_CONFIRMATION'),
		'updatedBy' => $this->updatedBy,
		'saveNoteAction' => $this->buildSaveAction(),
		'deleteNoteAction' => $this->buildDeleteAction(),
	];
}