• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Model.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Model
  • Вызов: Model::setAuthorId
public function setAuthorId(?int $authorId): self
{
	$this->authorId = $authorId;

	return $this;
}