function($type = 'root') { if ($this->check()) { $routes = $this->router->getRoutes(); return $routes[$type] ?? false; } return false; }