Esempio n. 1
0
 /**
  * @return bool
  */
 private function getDebugOption()
 {
     if ($this->consoleIO->getInput() && $this->consoleIO->getInput()->hasOption('debug')) {
         return $this->consoleIO->getInput()->getOption('debug');
     } else {
         return false;
     }
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 public function run(InputInterface $input = null, OutputInterface $output = null)
 {
     return parent::run($this->io->getInput(), $this->io->getOutput());
 }