Example #1
0
 /**
  * @param Command $command
  * @param InputInterface $input
  * @param OutputInterface $output
  */
 public function __construct(Command $command, InputInterface $input, OutputInterface $output)
 {
     parent::__construct($command);
     $this->input = $input;
     $this->output = $output;
 }