Documentation

GradeLevel extends BaseComponent
in package

GradeLevel Model

Table of Contents

Properties

$abbreviation  : string|null
$active  : bool|null
$description  : string|null
$id  : int|null
$name  : string|null
$promote_to_code  : int|null
$fields  : array<string|int, string>

Properties

$abbreviation

public string|null $abbreviation

The abbreviation of the grade level

$active

public bool|null $active

Returns true if the grade level is active

$description

public string|null $description

The description of the grade level

$name

public string|null $name

The label used to identify a grade level

$promote_to_code

public int|null $promote_to_code

Returns integer value denoting what promotion a student receives when completing this grade, 1 = Promoted to next grade level, 2 = Graduate, 3 = No action

$fields

protected static array<string|int, string> $fields = ["id" => "int", "active" => "bool", "description" => "string", "abbreviation" => "string", "name" => "string", "promote_to_code" => "int"]

        
On this page

Search results