VolleyballTeam
Used to create a VolleyballTeam object in the Sports Bench Plugin.
To create a new volleyball team object, you’ll need to use the Sports_Bench\Classes\Sports\Volleyball\
namespace and then use VolleyballTeam
new VolleyballTeam( $team_selector )
. If you’re using the team_id to create the team object, you must place (int) before the id number.
This class is a child class of the Team class and inherits all of the properties and methods of the Team class. If you’re using volleyball as your sport, you should use the VolleyballTeam class in your customizations.
Class Methods
Parameters
- string|int $team_selector — The slug or id of the team to create the object for.
Since: 2.0
Source
- /includes/classes/sports/volleyball/volleyball-team.php — 31