Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $this->executeGeneration($input, $output);
 }
Exemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $dont_affix_type = true;
     $this->executeGeneration($input, $output, $dont_affix_type);
 }