___init(); parent::__construct($cache, $cleanupFiles, $composer, $maintenanceMode, $dependencyChecker, $themeCollection, $backupRollbackFactory, $themeValidator, $themePackageInfo, $themeUninstaller, $themeDependencyChecker, $maintenanceModeEnabler); } /** * {@inheritdoc} */ public function run(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'run'); return $pluginInfo ? $this->___callPlugins('run', func_get_args(), $pluginInfo) : parent::run($input, $output); } }