class UrlGenerator
Properties
protected array | $routes |
|
||
protected Application | $app |
|
Methods
addCollection(string $key, RouteCollection $routes, string $prefix = null)
Register a named route collection for URL generation.
RouteCollectionUrlGenerator
to(string $collection)
Retrieve an URL generator instance for the given named route collection.
Details
at
line 29
__construct(Application $app)
at
line 42
UrlGenerator
addCollection(string $key, RouteCollection $routes, string $prefix = null)
Register a named route collection for URL generation.
at
line 58
RouteCollectionUrlGenerator
to(string $collection)
Retrieve an URL generator instance for the given named route collection.