BaseballPlayer
Used to create a BaseballPlayer object in the Sports Bench Plugin.
To create a new baseball player object, you’ll need to use the Sports_Bench\Classes\Sports\Baseball\Baseball
namespace and then use Player
new BaseballPlayer( $player_selector )
. If you’re using the player_id to create the team 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 baseball as your sport, you should use the BaseballPlayer class in your customizations.
Class Methods
- BaseballPlayer::get_ERA
- BaseballPlayer::get_batting_average
- BaseballPlayer::get_pitcher_losses
- BaseballPlayer::get_pitcher_record
- BaseballPlayer::get_pitcher_saves
- BaseballPlayer::get_pitcher_wins
- BaseballPlayer::get_seasons_stats
Parameters
- string|int $player_selector — The slug or id of the team player create the object for.
Since: 2.0
Source
- /includes/classes/sports/baseball/baseball-player.php — 31