AcademicsSectionStudent
extends BaseComponent
in package
Student Academic Section Model
Table of Contents
Properties
- $block_name : string|null
- $cumulative_grade : float|null
- $duration_id : int|null
- $lead_section_id : int|null
- $marking_period_id : int|null
- $room_name : string|null
- $school_level_name : string|null
- $section_display_name : string|null
- $section_id : int
- $fields : array<string|int, string>
Properties
$block_name
public
string|null
$block_name
The name of the schedule block for this section
$cumulative_grade
public
float|null
$cumulative_grade
The cumulative grade for this section and student
$duration_id
public
int|null
$duration_id
The duration ID for a section
$lead_section_id
public
int|null
$lead_section_id
The ID of the first section in a series of terms
$marking_period_id
public
int|null
$marking_period_id
The ID of the marking period for this section
$room_name
public
string|null
$room_name
The name of the room where the section takes place
$school_level_name
public
string|null
$school_level_name
The name of the room where the section takes place
$section_display_name
public
string|null
$section_display_name
The section display value (name and block)
$section_id
public
int
$section_id
The ID of the section
$fields
protected
static array<string|int, string>
$fields
= ["section_id" => "int", "section_display_name" => "string", "school_level_name" => "string", "room_name" => "string", "block_name" => "string", "lead_section_id" => "int", "marking_period_id" => "int", "duration_id" => "int", "cumulative_grade" => "float"]