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