RouteUri
class RouteUri (View source)
Properties
string | $uri | The route URI. | |
array | $bindingFields | The fields that should be used when resolving bindings. |
Methods
void | __construct(string $uri, array $bindingFields = []) Create a new route URI instance. | |
static RouteUri | parse(string $uri) Parse the given URI. |
Details
void __construct(string $uri, array $bindingFields = [])
Create a new route URI instance.
static RouteUri parse(string $uri)
Parse the given URI.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Routing/RouteUri.html