Function DecisionTree->run
Definitions
sources/decision_tree.php
- Start the decision tree process, returning Tempcode for the screen currently on.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$recurse | boolean | False | N/A | N/A | Whether we are running recursively, after just processing a prior result |
Return
- Screen output
- Type: Tempcode
- Set: N/A
- Range: N/A