flight\net\Router::getRoutes PHP Méthode

getRoutes() public méthode

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