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