Documentation

SchoolSession extends BaseComponent
in package

Table of Contents

Properties

$begin_date  : string|null
$current  : bool|null
$end_date  : string|null
$id  : int|null
$in_use  : bool|null
$level_num  : int|null
$name  : string|null
$school_year_id  : int|null
$school_year_label  : string|null
$fields  : array<string|int, string>

Properties

$begin_date

public string|null $begin_date

The start date of the session

$current

public bool|null $current

Returns true if the session is the current session

$end_date

public string|null $end_date

The end date of the session

$in_use

public bool|null $in_use

Returns true if the session is currently in use

$level_num

public int|null $level_num

The school level number where the session takes place

$school_year_id

public int|null $school_year_id

The id of the school year

$school_year_label

public string|null $school_year_label

The school year the session takes place

$fields

protected static array<string|int, string> $fields = ["id" => "int", "name" => "string", "school_year_label" => "string", "school_year_id" => "int", "level_num" => "int", "begin_date" => "string", "end_date" => "string", "current" => "bool", "in_use" => "bool"]

        
On this page

Search results