SportsLevel
extends BaseComponent
in package
Table of Contents
Properties
- $description : string|null
- $gender : string|null
- $id : int|null
- $level_of_play : string|null
- $name : string|null
- $season : string|null
- $season_id : int|null
- $sport : string|null
- $sport_id : int|null
- $fields : array<string|int, string>
Properties
$description
public
string|null
$description
A description of the sport level
$gender
public
string|null
$gender
Gender classification associated with this sport level ("M" or "F" et al)
$id
public
int|null
$id
The ID of the sport level
$level_of_play
public
string|null
$level_of_play
Indicates where this sport competes (e.g. varsity or JV)
$name
public
string|null
$name
The name of the sport level
$season
public
string|null
$season
Name of the season during which the sport competes
$season_id
public
int|null
$season_id
ID of the season during which the sport competes
$sport
public
string|null
$sport
Name of the sport
$sport_id
public
int|null
$sport_id
ID of the sport
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "description" => "string", "gender" => "string", "level_of_play" => "string", "sport_id" => "int", "sport" => "string", "season_id" => "int", "season" => "string"]