Exemple #1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->input = $this->command->input;
     $this->output = $this->command->output;
 }