10 use Symfony\Component\Console\Input\ArrayInput;
11 use Symfony\Component\Console\Output\OutputInterface;
43 \Symfony\Component\Console\Output\OutputInterface
$output,
63 $this->queue->addJobs(
67 $this->queue->addJobs(
70 $this->params[
'command'] =
'setup:upgrade';
71 $this->command->run(
new ArrayInput($this->params), $this->
output);
73 $this->status->toggleUpdateError(
true);
74 throw new \RuntimeException(sprintf(
'Could not complete %s successfully: %s', $this, $e->getMessage()));
output($string, $level=INFO, $label='')
const JOB_MAINTENANCE_MODE_DISABLE
__construct(\Magento\Setup\Console\Command\AbstractSetupCommand $command, \Magento\Setup\Model\ObjectManagerProvider $objectManagerProvider, \Symfony\Component\Console\Output\OutputInterface $output, \Magento\Setup\Model\Cron\Queue $queue, \Magento\Setup\Model\Cron\Status $status, $name, $params=[])
const JOB_STATIC_REGENERATE