Sports_Bench_Bracket
Type
Classes
Section
Playoffs
Sports Bench core class to implement the Sports Bench Bracket object.
Attributes
- $bracket_id, integer, the id of the bracket
- $num_teams, integer, the number of teams in the bracket
- $bracket_format, string, the format of the bracket
- $bracket_title, string, the title of the bracket
- $bracket_season, string, the season for the bracket
Constructor
- Accepts $bracket_id, integer, parameter
- Creates the Sports Bench Bracket object
Class Methods
Since: 1.2
Source: sports-bench-bracket.php, line 16