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

	return $this;
}