Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function render(ResponseInterface $response)
 {
     $this->translateInline->processResponseBody($this->json, true);
     $response->representJson($this->json);
     return $this;
 }