public function actionImportFiles() { set_time_limit(0); $this->importService->import(); $this->terminate(); }
public function handleProjectScan() { $this->importService->importProjects(); $this->redrawControl(); }