Controller
Less than 1 minute
Controller
Methods
run
Run the controller.
public run(): Response
runRoute
Evaluate a route and run the controller.
public runRoute(?Route $route): Response
Parameters
Parameter | Type | Description |
---|---|---|
$route | Route |
runAction
public runAction(string $actionName, array $actionArgs): Response
Parameters
Parameter | Type | Description |
---|---|---|
$actionName | string | |
$actionArgs | array |
Generated by Hazaar API Doc Generator