• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/util/eventcontext.php
  • Класс: BitrixCalendarSyncUtilEventContext
  • Вызов: EventContext::setEventConnection
public function setEventConnection(?EventConnection $eventConnection): EventContext
{
	$this->eventConnection = $eventConnection;

	return $this;
}