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

	return $this;
}