Public Member Functions | |
| Bracket_Match () | |
Data Fields | |
| $id | |
| $compid | |
| $cname | |
| $comp_comment | |
| $score | |
| $home | |
| $win | |
| $comment | |
| $winner_match | |
| $winner_comp | |
| $loser_match | |
| $loser_comp | |
| $winner_result | |
| $loser_result | |
| $win_use_result | |
Class to contain match info
| Bracket_Match | ( | ) |
Constructs a Bracket_Match object
| $cname |
array of match competitor names
| $comment |
array of match comments
| $comp_comment |
array of match competitor comments
| $compid |
array of match competitors
| $home |
array of match home indicators
| $id |
match id (unique across entire bracket)
| $loser_comp |
competitor index of loser's next match
| $loser_match |
pointer to loser's next match
| $loser_result |
loser's result index
| $score |
array of match scores
| $win |
array of match win indicators
| $win_use_result |
use result if winner is this index
| $winner_comp |
competitor index of winner's next match
| $winner_match |
pointer to winner's next match
| $winner_result |
winner's result index
1.6.3