execute() защищенный Метод

См. также: Symfony\Component\Console\Command\Command
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     DoctrineOXMCommand::setApplicationXmlEntityManager($this->getApplication(), $input->getOption('xem'));
     return parent::execute($input, $output);
 }