Function __global->_load_blank_output_state
Definitions
sources/global3.php
- Load a fresh output state.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$just_tempcode | boolean | False | N/A | N/A | Whether to only restore the Tempcode execution part of the state |
$true_blank | boolean | False | N/A | N/A | Whether to go for a completely blank state (no defaults!), not just a default fresh state |
$initial | boolean | False | N/A | N/A | Whether this is an initial state, and we can leave anything that is already set as set (handled on case-by-case basis) |