예제 #1
0
파일: Response.php 프로젝트: devvoh/parable
 /**
  * @param Output\OutputInterface $output
  *
  * @return $this
  */
 public function setOutput(\Parable\Http\Output\OutputInterface $output)
 {
     $this->output = $output;
     $this->output->init($this);
     return $this;
 }