URL::setRoutes PHP Méthode

setRoutes() public static méthode

Set the route collection.
public static setRoutes ( Illuminate\Routing\RouteCollection $routes )
$routes Illuminate\Routing\RouteCollection
        public static function setRoutes($routes)
        {
            return \Illuminate\Routing\UrlGenerator::setRoutes($routes);
        }