flight\net\Router::getRoutes PHP Method

getRoutes() public method

Gets mapped routes.
public getRoutes ( ) : array
return array Array of routes
    public function getRoutes()
    {
        return $this->routes;
    }