Function __global->load_minimodule_page
Definitions
sources/zones.php
- Runs the specified mini-module.The module result is returned.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $string | PATH | No | No | required parameter | N/A | N/A | The relative path to the module file |
Returns
- The result of executing the module
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Runs the specified mini-module.The module result is returned.
*
* @param PATH $string The relative path to the module file
* @return Tempcode The result of executing the module
*/
function load_minimodule_page(string $string) : object
* Runs the specified mini-module.The module result is returned.
*
* @param PATH $string The relative path to the module file
* @return Tempcode The result of executing the module
*/
function load_minimodule_page(string $string) : object
