Documentation

Term extends BaseComponent
in package

Term Model

Table of Contents

Properties

$begin_date  : string|null
$description  : string|null
$end_date  : string|null
$id  : int|null
$level_description  : string|null
$level_id  : int|null
$offering_type  : int|null
$school_year_label  : string|null
$fields  : array<string|int, string>

Properties

$begin_date

public string|null $begin_date

The begin date of the term. Uses ISO-8601 (24H) format: 2003-04-21T10:29:43

$description

public string|null $description

The description for the term

$end_date

public string|null $end_date

The end date of the term. Uses ISO-8601 (24H) format: 2003-04-21T10:29:43

$id

public int|null $id

The duration ID for the term

$level_description

public string|null $level_description

The description of the level for the term

$level_id

public int|null $level_id

The school level for the term

$offering_type

public int|null $offering_type

The offering type for the term

$school_year_label

public string|null $school_year_label

The label used to identify the range of dates in a school year

$fields

protected static array<string|int, string> $fields = ["id" => "int", "begin_date" => "string", "description" => "string", "end_date" => "string", "level_description" => "string", "level_id" => "int", "offering_type" => "int", "school_year_label" => "string"]

        
On this page

Search results