Function DecisionTree->build_url
Definitions
sources/decision_tree.php
- Build out a URL to a particular 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 |
---|---|---|---|---|---|---|---|
$target_position | ID_TEXT | No | No | required parameter | N/A | N/A | Tree position to go to |
Returns
- URL
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Build out a URL to a particular decision tree screen.
*
* @param ID_TEXT $target_position Tree position to go to
* @return Tempcode URL
*/
protected function build_url(string $target_position) : object
* Build out a URL to a particular decision tree screen.
*
* @param ID_TEXT $target_position Tree position to go to
* @return Tempcode URL
*/
protected function build_url(string $target_position) : object