Bracket Result API Functions
Detailed Description
Results
Bracket results contain the ultimate winner and runner(s)-up of the bracket. They are updated by the results of the final round(s).
Function Documentation
bracket_api_get_results |
( |
$ |
node |
) |
|
Return an associative array of all bracket results
- Parameters:
-
- Returns:
- the array of results
bracket_api_set_result_comment |
( |
&$ |
node, |
|
|
$ |
result_index, |
|
|
$ |
comment | |
|
) |
| | |
Set a result comment
- Parameters:
-
| $node | the bracket node |
| $result_index | the result index that should be updated |
| $comment | the new comment for the round |