Example #1
0
 /**
  * @param Output\OutputInterface $output
  *
  * @return $this
  */
 public function setOutput(\Parable\Http\Output\OutputInterface $output)
 {
     $this->output = $output;
     $this->output->init($this);
     return $this;
 }