SoccerGame

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

To create a new soccer game object, you’ll need to use the Sports_Bench\Classes\Sports\Soccer\SoccerGame namespace and then use new SoccerGame( $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 soccer as your sport, you should use the SoccerGame class in your customizations.

Class Methods

Parameters

  • int $game_id — The id of the game player create the object for.

Returns

  • 2.0

Since: 2.0

Source

  • /includes/classes/sports/soccer/soccer-game.php — 32