runUpdaterAndExit() public method

public runUpdaterAndExit ( $doDryRun = null )
Example #1
0
 protected function makeUpdate(InputInterface $input, OutputInterface $output, $doDryRun)
 {
     $this->checkAllRequiredOptionsAreNotEmpty($input);
     $updateController = new Controller();
     echo $updateController->runUpdaterAndExit($doDryRun);
 }