Documentation

StudentSchedule extends BaseComponent
in package

Schedule Item

Table of Contents

Properties

$attendance_required  : bool|null
$block_id  : int|null
$block_name  : string|null
$course_code  : string|null
$course_title  : string|null
$end_time  : string|null
$faculty_firstname  : string|null
$faculty_lastname  : string|null
$faculty_name  : string|null
$faculty_user_id  : int|null
$meeting_date  : string|null
$offering_type  : OfferingType
$room_capacity  : int|null
$room_code  : string|null
$room_id  : int|null
$room_name  : string|null
$room_number  : string|null
$section_id  : int|null
$section_identifier  : string|null
$section_name  : string|null
$start_time  : string|null
$fields  : array<string|int, string>

Properties

$attendance_required

public bool|null $attendance_required

Returns true if attendance is required

$block_id

public int|null $block_id

The Id of the block the section is scheduled in

$block_name

public string|null $block_name

The name of the block the section is scheduled in

$course_title

public string|null $course_title

The title of the course

$faculty_firstname

public string|null $faculty_firstname

The first name of the head teacher

$faculty_lastname

public string|null $faculty_lastname

The last name of the head teacher

$faculty_name

public string|null $faculty_name

The full name of the head teacher

$faculty_user_id

public int|null $faculty_user_id

The user Id of the head teacher

$meeting_date

public string|null $meeting_date

The date the meeting takes place

$room_capacity

public int|null $room_capacity

The capacity of the room the section takes place in

$room_code

public string|null $room_code

The code of the room the section takes place in

$room_id

public int|null $room_id

The Id of the room the section takes place in

$room_name

public string|null $room_name

The name of the room the section takes place in

$room_number

public string|null $room_number

The number of the room the section takes place in

$section_identifier

public string|null $section_identifier

The identifier of the section

$section_name

public string|null $section_name

The name of the section

$start_time

public string|null $start_time

The start time of the meeting

$fields

protected static array<string|int, string> $fields = ["section_id" => "int", "section_identifier" => "string", "course_title" => "string", "course_code" => "string", "section_name" => "string", "block_id" => "int", "block_name" => "string", "room_id" => "int", "room_name" => "string", "room_number" => "string", "room_capacity" => "int", "room_code" => "string", "faculty_name" => "string", "faculty_firstname" => "string", "faculty_lastname" => "string", "start_time" => "string", "end_time" => "string", "meeting_date" => "string", "faculty_user_id" => "int", "attendance_required" => "bool", "offering_type" => "\\Blackbaud\\SKY\\School\\Components\\OfferingType"]

        
On this page

Search results