StudentAthleticRequirement
extends BaseComponent
in package
Athletic requirement
Table of Contents
Properties
- $athletic_date : string|null
- $athletic_type : string
- $fields : array<string|int, string>
Properties
$athletic_date
public
string|null
$athletic_date
The date the requirement was met. Use ISO-8601 date format: 2022-08-31. Excluding a date here will clear the athletic requirements of the student.
$athletic_type
public
string
$athletic_type
The ID or description of the athletic requirement table value
$fields
protected
static array<string|int, string>
$fields
= ["athletic_type" => "string", "athletic_date" => "string"]