getRouter(); // TODO: Implement setHandler() method. $node = $router->addRoute($this->uri, $handler, $this->method); return $this->add($node); } }