Function DecisionTree->render
Definitions
sources/decision_tree.php
- Render out decision tree screen.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$tree_position | ID_TEXT | No | No | required parameter | N/A | N/A | Tree position at |
Returns
- Screen output
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Render out decision tree screen.
*
* @param ID_TEXT $tree_position Tree position at
* @return Tempcode Screen output
*/
protected function render(string $tree_position) : object
* Render out decision tree screen.
*
* @param ID_TEXT $tree_position Tree position at
* @return Tempcode Screen output
*/
protected function render(string $tree_position) : object