ResolvedRoute
An object representing a resolved route.
| since |
2.0.0 |
|---|---|
| package |
Joomla Framework |
Methods
__construct
Constructor.
__construct(mixed controller, array routeVariables, string uri) : mixed
| since |
2.0.0 |
|---|
Arguments
- controller
mixedThe controller which handles this route- routeVariables
arrayThe variables matched by the route- uri
stringThe URI for this route
Response
mixed
getController
Retrieve the controller which handles this route
getController() : mixed
| since |
2.0.0 |
|---|
Response
mixed
getRouteVariables
Retrieve the variables matched by the route
getRouteVariables() : array
| since |
2.0.0 |
|---|
Response
array
getUri
Retrieve the URI for this route
getUri() : string
| since |
2.0.0 |
|---|
Response
string
Properties
controller
The controller which handles this route
| since |
2.0.0 |
|---|
Type(s)
mixed
routeVariables
The variables matched by the route
| since |
2.0.0 |
|---|
Type(s)
array
uri
The URI for this route
| since |
2.0.0 |
|---|
Type(s)
string