Function DecisionTree->process_input
Definitions
sources/decision_tree.php
- Process a step within the decision tree, making decisions and substitutions based on the past step's input.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$tree_position | ID_TEXT | required parameter | N/A | N/A | Tree position coming from |
Return
- Tree position going to or Tempcode URL
- Type: mixed
- Set: N/A
- Range: N/A