Documentation

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

$cumulative_grade

public float|null $cumulative_grade

The cumulative grade for this section and student

$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)

$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"]

        
On this page

Search results