コード例 #1
0
ファイル: ApiResponse.php プロジェクト: refinery29/piston
 /**
  * @return StreamInterface
  */
 public function compileContent()
 {
     $output = $this->responseBody->getOutput();
     $this->getBody()->write($output);
     return $this->getBody();
 }