Documentation

Sport extends BaseComponent
in package

Sports Model

Table of Contents

Properties

$id  : int
$level  : Level
$name  : string|null
$season  : Season
$fields  : array<string|int, string>

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

$fields

protected static array<string|int, string> $fields = ["id" => "int", "level" => "\\Blackbaud\\SKY\\School\\Components\\Level", "name" => "string", "season" => "\\Blackbaud\\SKY\\School\\Components\\Season"]

        
On this page

Search results