Exemplo n.º 1
0
 /**
  * Render current layout
  *
  * @param ResponseInterface $response
  * @return $this
  */
 protected function render(ResponseInterface $response)
 {
     $output = $this->layout->getOutput();
     $this->translateInline->processResponseBody($output);
     $response->appendBody($output);
     return $this;
 }