• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/importeventmanager.php
  • Класс: BitrixCalendarSyncManagersImportEventManager
  • Вызов: ImportEventManager::__construct
public function __construct(SyncFactoriesFactoryBase $factory, CoreBaseMap $syncSectionCollection)
{
	$this->importManager = $factory->getIncomingEventManager();
	$this->syncSectionCollection = $syncSectionCollection;
	$this->externalEventMap = new SyncEntitiesSyncEventMap();
	$this->mapperFactory = ServiceLocator::getInstance()->get('calendar.service.mappers.factory');
}