Function Module_admin_setupwizard->get_rules_file
Definitions
adminzone/pages/modules/admin_setupwizard.php
- Get Comcode to save as the rules.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $code | ID_TEXT | No | No | required parameter | N/A | N/A | A code relating to which rules set to get |
Returns
- The Comcode
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get Comcode to save as the rules.
*
* @param ID_TEXT $code A code relating to which rules set to get
* @return string The Comcode
*/
protected function get_rules_file(string $code) : string
* Get Comcode to save as the rules.
*
* @param ID_TEXT $code A code relating to which rules set to get
* @return string The Comcode
*/
protected function get_rules_file(string $code) : string
