VolleyballPlayer

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

To create a new volleyball player object, you’ll need to use the Sports_Bench\Classes\Sports\Volleyball\VolleyballPlayer namespace and then use new VolleyballPlayer( $player_selector ). If you’re using the player_id to create the player object, you must place (int) before the id number.

This class is a child class of the Player class and inherits all of the properties and methods of the Player class. If you’re using volleyball as your sport, you should use the VolleyballPlayer class in your customizations.

Class Methods

Parameters

  • string|int $player_selector — The slug or id of the team player create the object for.

Returns

  • 2.0

Since: 2.0

Source

  • /includes/classes/sports/volleyball/volleyball-player.php — 31