AdvisoriesSection
extends BaseComponent
in package
Advisories Section Model
Table of Contents
Properties
- $advisors : array<string|int, Advisor>|null
- $course_code : string|null
- $duration : Duration
- $id : int
- $lead_section_id : int|null
- $name : string|null
- $offering_id : int|null
- $parent_section_id : int|null
- $room_id : int|null
- $school_year : string|null
- $section_identifier : string|null
- $fields : array<string|int, string>
Properties
$advisors
public
array<string|int, Advisor>|null
$advisors
The list of teachers for this section
$course_code
public
string|null
$course_code
The identifier used to reference a course; the Course Code is a user-entered value
$duration
public
Duration
$duration
An object describing the term or season for the section
$id
public
int
$id
The ID of the section
$lead_section_id
public
int|null
$lead_section_id
The ID of the first section in a series of terms
$name
public
string|null
$name
The name of the section
$offering_id
public
int|null
$offering_id
The ID of an offered course
$parent_section_id
public
int|null
$parent_section_id
The ID that leads you back to the offered section
$room_id
public
int|null
$room_id
The ID of the room the section is held in
$school_year
public
string|null
$school_year
The school year date range in which the section occurs
$section_identifier
public
string|null
$section_identifier
The identifier used to differentiate between multiple sections that contain a course; the Section Identifier is a user-entered value
$fields
protected
static array<string|int, string>
$fields
= ["advisors" => "\\Blackbaud\\SKY\\School\\Components\\Advisor[]", "id" => "int", "course_code" => "string", "duration" => "\\Blackbaud\\SKY\\School\\Components\\Duration", "lead_section_id" => "int", "name" => "string", "offering_id" => "int", "parent_section_id" => "int", "room_id" => "int", "school_year" => "string", "section_identifier" => "string"]