Documentation

SectionCycles extends BaseComponent
in package

Table of Contents

Properties

$block_name  : string|null
$course_code  : string|null
$course_title  : string|null
$cycles  : array<string|int, Cycle>|null
$section_id  : int
$section_identifier  : string|null
$fields  : array<string|int, string>

Properties

$block_name

public string|null $block_name

Name of the block to which this section belongs

$course_title

public string|null $course_title

The name of the course

$cycles

public array<string|int, Cycle>|null $cycles

The collection of cycles for the section

$section_identifier

public string|null $section_identifier

The section identifier

$fields

protected static array<string|int, string> $fields = ["section_id" => "int", "course_title" => "string", "section_identifier" => "string", "block_name" => "string", "course_code" => "string", "cycles" => "\\Blackbaud\\SKY\\School\\Components\\Cycle[]"]

        
On this page

Search results