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