Function Tempcode->_mark_all_as_escaped
Definitions
sources/tempcode.php
- Recursively mark all parameters in this Tempcode as escaped. This is needed when loading from cache, as escape tainting data would have been lost.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$top_level | boolean | True | N/A | N/A | Whether this is the top-level call |