• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/synchronization.php
  • Класс: BitrixCalendarSyncManagersSynchronization
  • Вызов: Synchronization::prepareSectionContext
private function prepareSectionContext(Section $section, Context $context, FactoryInterface $factory)
{
	$sectionLink = $context->sync['sectionLink'] ?? $this->getSectionConnection($section, $factory);

	return (new SectionContext())
		->merge($context)
		->setSectionConnection($sectionLink)
	;
}