getAttribute('name', 'Stranger'); $body = $this->response->getBody(); $body->write('Hello ' . $name . '!'); return $this->response->withBody($body) ->withStatus(200); } }