Esempio n. 1
0
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $this->readEPOption($input);
     $this->loadAppConfig();
     return $this->_execute($input, $output);
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
 }