__construct()
public function __construct(?string $module_name = null)
Description
Constructor for the Trongate Control module. Calls the parent constructor and blocks direct URL access to the module.
Parameters
| Parameter | Type | Description | Default | Required |
|---|---|---|---|---|
| module_name | string|null | The module name (passed by framework). | null | No |
Return Value
| Type | Description |
|---|---|
| void | Constructor does not return a value. |