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