• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/factory.php
  • Класс: BitrixCalendarSyncGoogleFactory
  • Вызов: Factory::getImportManager
public function getImportManager(): SyncManagersIncomingSectionManagerInterface
{
	return new ImportManager($this->getConnection(), $this->getConnection()->getOwner()->getId());
}