Level
extends BaseComponent
in package
An object with school level information
Table of Contents
Properties
- $abbreviation : string|null
- $id : int|null
- $name : string|null
- $fields : array<string|int, string>
Properties
$abbreviation
public
string|null
$abbreviation
The abbreviation associated with a school level
$id
public
int|null
$id
The ID of a school level
$name
public
string|null
$name
The label used to identify a school level
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "abbreviation" => "string", "name" => "string"]