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\
namespace and then use FootballGame
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
- FootballGame::get_linescore_display
- FootballGame::game_box_score_away_team_stats
- FootballGame::get_away_individual_stats
- FootballGame::game_box_score_home_team_stats
- FootballGame::get_home_individual_stats
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