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

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