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