• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/NoteModel.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\NoteModel
  • Вызов: NoteModel::__construct
public function __construct(?int $id, int $itemType, int $itemId, string $text, ?array $updatedBy)
{
	$this->text = $text;
	$this->updatedBy = $updatedBy;
	$this->id = $id;
	$this->itemId = $itemId;
	$this->itemType = $itemType;
}