RugbyGame
Used to create a RugbyGameobject in the Sports Bench Plugin.
To create a new rugby game object, you’ll need to use the Sports_Bench\Classes\Sports\Rugby\
namespace and then use RugbyGame
new RugbyGame( $game_id )
.
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 rugby as your sport, you should use the RugbyGame class in your customizations.
Class Methods
- RugbyGame::get_linescore_display
- RugbyGame::game_box_score_away_team_stats
- RugbyGame::get_away_individual_stats
- RugbyGame::game_box_score_home_team_stats
- RugbyGame::get_home_individual_stats
Parameters
- int $game_id — The id of the game player create the object for.
Since: 2.0
Source
- /includes/classes/sports/rugby/rugby-game.php — 32