Internal
Less than 1 minute
Internal
Internal support controller dispatcher.
class Internal extends \Hazaar\Controller\ControllerThis controller resolves and executes framework-provided internal actions, typically addressed through internal/* routes. It can dynamically map an internal controller/action pair, execute the target controller, and return a standard response object.
When an internal action does not resolve to a controller response, it falls back to serving support files from the framework support path.
Methods
__default
Executes the action associated with the given route and returns the response.
public __default(string $controller, string $action): ResponseParameters
| Parameter | Type | Description |
|---|---|---|
$controller | string | |
$action | string |
runInternalControllerAction
Executes an internal controller action based on the provided action name.
public runInternalControllerAction(string $action): ResponseParameters
| Parameter | Type | Description |
|---|---|---|
$action | string |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000