Exemplo n.º 1
0
 /**
  * (non-PHPdoc)
  *
  * @see \Symfony\Component\Console\Command\Command::execute()
  */
 public function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $this->setDest($input->getArgument('dest'));
     $this->setDataCount($input->getArgument('dataCount'));
 }