Advanced
Less than 1 minute
Advanced
Properties
actionArgs
protected array $actionArgsMethods
evaluateRequest
Evaluates the request and sets the controller, action, and arguments based on the request path.
public evaluateRequest(Request $request): ?RouteParameters
| Parameter | Type | Description |
|---|---|---|
$request | Request | the request object |
evaluateAliases
Evaluates the request and sets the controller, action, and arguments based on the request path.
private evaluateAliases(string $route, array $aliases): stringParameters
| Parameter | Type | Description |
|---|---|---|
$route | string | the request path |
$aliases | array | the aliases |
findController
Finds the controller based on the given parts.
private findController(string $path, array $controllerParts): ?stringParameters
| Parameter | Type | Description |
|---|---|---|
$path | string | the name of the controller |
$controllerParts | array |
Generated by Hazaar API Doc Generator on Sun, 01 Mar 2026 09:22:26 +0000