Documentation

Team extends BaseComponent
in package

Team Model

Table of Contents

Properties

$id  : int
$name  : string|null
$sport  : Sport
$fields  : array<string|int, string>

Properties

$id

public int $id

The ID of the team

$name

public string|null $name

The name of the team

$fields

protected static array<string|int, string> $fields = ["id" => "int", "name" => "string", "sport" => "\\Blackbaud\\SKY\\School\\Components\\Sport"]

        
On this page

Search results