Roster
extends BaseComponent
in package
Table of Contents
Properties
- $coaches : CoachCollection
- $id : int
- $players : PlayerCollection
- $fields : array<string|int, string>
Properties
$coaches
public
CoachCollection
$coaches
A Collection
$id
public
int
$id
The Team ID
$players
public
PlayerCollection
$players
A Collection
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "coaches" => "\\Blackbaud\\SKY\\School\\Components\\CoachCollection", "players" => "\\Blackbaud\\SKY\\School\\Components\\PlayerCollection"]