• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/importsectionmanager.php
  • Класс: BitrixCalendarSyncManagersImportSectionManager
  • Вызов: ImportSectionManager::import
public function import(): ImportSectionManager
{
	$result = $this->importManager->getSections();
	if ($result->isSuccess())
	{
		$this->externalSyncSectionMap = $result->getData()['externalSyncSectionMap'];
	}

	return $this;
}