Internal
Less than 1 minute
Internal
Class Internal.
This class extends the base Controller class and provides methods to execute actions associated with routes and handle internal controller actions.
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 Sun, 01 Mar 2026 09:22:26 +0000