Series
Used to create a Series object in the Sports Bench Plugin.
To create a new series object, you’ll need to use the Sports_Bench\Classes\Base\Series
namespace and then use new Series( $series_id )
.
Properties
- $series_id
- $bracket_id
- $series_format
- $team_one_id
- $team_one_seed
- $team_two_id
- $team_two_seed
- $game_ids
- $playoff_round
- $opposite_series
Class Methods
- get_series_id
- get_bracket_id
- get_series_format
- get_playoff_round
- get_team_one_id
- get_team_one_seed
- get_team_two_id
- get_team_two_seed
- get_game_ids
- get_series_score
- get_series_winner
- get_team_score
Parameters
- int $series_id — The ID of the playoff series to create the object for.
Since: 2.0
Source
- /includes/classes/base/class-series.php — 30