Team
extends BaseComponent
in package
Team Model
Table of Contents
Properties
Properties
$id
public
int
$id
The ID of the team
$name
public
string|null
$name
The name of the team
$sport
public
Sport
$sport
Sports Model
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "sport" => "\\Blackbaud\\SKY\\School\\Components\\Sport"]