Sport
extends BaseComponent
in package
Sports Model
Table of Contents
Properties
Properties
$id
public
int
$id
The ID of the sport
$level
public
Level
$level
An object with school level information
$name
public
string|null
$name
The name of the sport
$season
public
Season
$season
Season Model
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "level" => "\\Blackbaud\\SKY\\School\\Components\\Level", "name" => "string", "season" => "\\Blackbaud\\SKY\\School\\Components\\Season"]