/** * @return StreamInterface */ public function compileContent() { $output = $this->responseBody->getOutput(); $this->getBody()->write($output); return $this->getBody(); }