StudentInfo
extends BaseComponent
in package
StudentInfo Model
Table of Contents
Properties
- $grad_year : string|null
- $grade_id : int
- $grade_level : string|null
- $grade_level_abbreviation : string|null
- $grade_level_description : string|null
- $grade_level_id : int
- $grade_level_name : string|null
- $school_levels : array<string|int, Level>|null
- $fields : array<string|int, string>
Properties
$grad_year
public
string|null
$grad_year
The graduation year of the student
$grade_id
public
int
$grade_id
The Id of the Grade Level
$grade_level
public
string|null
$grade_level
The grade level of the student
$grade_level_abbreviation
public
string|null
$grade_level_abbreviation
The grade level abbreviation of the student
$grade_level_description
public
string|null
$grade_level_description
The grade level description of the student
$grade_level_id
public
int
$grade_level_id
The Id of the Grade Level
$grade_level_name
public
string|null
$grade_level_name
The grade level name of the student
$school_levels
public
array<string|int, Level>|null
$school_levels
The school levels the student is enrolled in
$fields
protected
static array<string|int, string>
$fields
= ["grade_id" => "int", "grade_level_id" => "int", "grad_year" => "string", "grade_level" => "string", "grade_level_description" => "string", "grade_level_abbreviation" => "string", "grade_level_name" => "string", "school_levels" => "\\Blackbaud\\SKY\\School\\Components\\Level[]"]