• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Context.php
  • Класс: Bitrix\Crm\Service\Context
  • Вызов: Context::setEventId
public function setEventId(?string $eventId): Context
{
	$this->eventId = $eventId;
	return $this;
}