• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/outgoingsectionmanager.php
  • Класс: BitrixCalendarSyncManagersOutgoingSectionManager
  • Вызов: OutgoingSectionManager::prepareContextForUpdate
private function prepareContextForUpdate(SyncEntitiesSyncSection $syncSection)
{
	return (new SyncUtilSectionContext())->setSectionConnection($syncSection->getSectionConnection());
}