Пример #1
0
 /**
  * @return StreamInterface
  */
 public function compileContent()
 {
     $output = $this->responseBody->getOutput();
     $this->getBody()->write($output);
     return $this->getBody();
 }