Set application instance
| Parameters: | ApplicationInterface – |
|---|---|
| Return type: | MvcEvent |
Get application instance
| Return type: | ApplicationInterface |
|---|
Set router
| Parameters: | RouterRouteStackInterface – |
|---|---|
| Return type: | MvcEvent |
Set route match
| Parameters: | RouterRouteMatch – |
|---|---|
| Return type: | MvcEvent |
Set the view model
| Parameters: | Model – |
|---|---|
| Return type: | MvcEvent |
Set the error message (indicating error in handling request)
| Parameters: | string – |
|---|---|
| Return type: | MvcEvent |
Get the currently registered controller name
| Return type: | string |
|---|