Function __global->tc_add_to_current_level_data
Definitions
sources/tempcode_compiler.php
- Append some data to the current level of the Tempcode stack.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$current_level_data | array | required parameter | N/A | N/A | The data being appended together on the current level of the stack |
$just_done_string | boolean | required parameter | N/A | N/A | Whether the most recent thing appended to $current_level_data was a simple string literal |
$new_line | string | required parameter | N/A | N/A | More data to be appended on the current level of the stack (not technically a line, but we call it that) |
$doing_string | boolean | False | N/A | N/A | Whether the new data is known to be a simple string literal |