getRouter(); var_dump($this->uri); $router->addRoute($this->uri, $handler, $this->method); return $router; } }