FootballGame

Used to create a FootballGame object in the Sports Bench Plugin.

To create a new football game object, you’ll need to use the Sports_Bench\Classes\Sports\Football\FootballGame namespace and then use new FootballGame( $team_selector ).

This class is a child class of the Game class and inherits all of the properties and methods of the Game class. If you’re using football as your sport, you should use the FootballGame class in your customizations.

Class Methods

Parameters

  • @param string|int $player_selector — The slug or id of the team player create the object for.

Since: 2.0

Source

  • /includes/classes/sports/football/football-game.php — 31