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