Function __global->_close_open_lists
Definitions
sources/comcode_compiler.php
- Get HTML to close any open lists.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$list_indent | integer | required parameter | N/A | N/A | The depth level of lists that we need to close |
$list_type | string | required parameter | N/A | N/A | List-type code |
Return
- The output needed to close the lists, and the new list indentation (always zero). Done like this so we can use 'list' to set both at once in the main parser.
- Type: array
- Set: N/A
- Range: N/A