Documentation

ActivitiesSection extends BaseComponent
in package

Activities Section Model

Table of Contents

Properties

$course_code  : string|null
$duration  : Duration
$id  : int
$lead_section_id  : int|null
$leaders  : array<string|int, Leader>|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

$course_code

public string|null $course_code

The identifier used to reference a course; the Course Code is a user-entered value

$lead_section_id

public int|null $lead_section_id

The ID of the first section in a series of terms

$parent_section_id

public int|null $parent_section_id

The ID that leads you back to the offered section

$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 = ["leaders" => "\\Blackbaud\\SKY\\School\\Components\\Leader[]", "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"]

        
On this page

Search results