contents = $contents; return $this; } /** * {@inheritdoc} */ protected function render(HttpResponseInterface $response) { $response->setBody($this->contents); return $this; } }