• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/crm/estimationmessage.php
  • Класс: BitrixSaleDeliveryServicesCrmEstimationMessage
  • Вызов: EstimationMessage::setAuthorId
public function setAuthorId(?int $authorId): EstimationMessage
{
	$this->authorId = $authorId;

	return $this;
}