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