Department
extends BaseComponent
in package
Department model
Table of Contents
Properties
- $description : string|null
- $id : int|null
- $is_academic : bool
- $level_description : string|null
- $name : string|null
- $school_levels : array<string|int, SchoolLevel>|null
- $sort : int|null
- $fields : array<string|int, string>
Properties
$description
public
string|null
$description
The description of the department
$id
public
int|null
$id
The ID of the department
$is_academic
public
bool
$is_academic
True if department is academic
$level_description
public
string|null
$level_description
The description of the level this department is associated with
$name
public
string|null
$name
The name of the department
$school_levels
public
array<string|int, SchoolLevel>|null
$school_levels
An array of school levels for the department
$sort
public
int|null
$sort
The sort order of the department
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "level_description" => "string", "name" => "string", "sort" => "int", "is_academic" => "bool", "description" => "string", "school_levels" => "\\Blackbaud\\SKY\\School\\Components\\SchoolLevel[]"]