Highlight
extends BaseComponent
in package
Highlight model for athletic game highlights
Table of Contents
Properties
- $athletic_schedule_id : int|null
- $author : string|null
- $brief_description : string|null
- $expire_date : string|null
- $headline : string|null
- $id : int
- $long_description : string|null
- $photos : array<string|int, HighlightPhoto>|null
- $publish_date : string|null
- $fields : array<string|int, string>
Properties
$athletic_schedule_id
public
int|null
$athletic_schedule_id
Athletic Schedule ID
$author
public
string|null
$author
Author
$brief_description
public
string|null
$brief_description
Brief Description
$expire_date
public
string|null
$expire_date
Expire Date
$headline
public
string|null
$headline
Headline
$id
public
int
$id
Highlight ID
$long_description
public
string|null
$long_description
Long Description
$photos
public
array<string|int, HighlightPhoto>|null
$photos
List of Photos
$publish_date
public
string|null
$publish_date
Publish Date
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "athletic_schedule_id" => "int", "author" => "string", "headline" => "string", "brief_description" => "string", "long_description" => "string", "publish_date" => "string", "expire_date" => "string", "photos" => "\\Blackbaud\\SKY\\School\\Components\\HighlightPhoto[]"]