Function __global->record_template_tree_used
Definitions
sources/themes_meta_tree.php
- Save screen template tree into the database.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $out | Tempcode | No | No | required parameter | N/A | N/A | Tempcode structure |
Preview
Code (PHP)
/**
* Save screen template tree into the database.
*
* @param Tempcode $out Tempcode structure
*/
function record_template_tree_used(object $out)
* Save screen template tree into the database.
*
* @param Tempcode $out Tempcode structure
*/
function record_template_tree_used(object $out)

