Documentation

Meeting extends BaseComponent
in package

Meeting

Table of Contents

Properties

$attendance_id  : int
$attendance_required  : bool
$attendance_taken  : bool
$block_id  : int
$block_name  : string|null
$course_title  : string|null
$created_date  : string
$end_time  : string
$faculty_firstname  : string|null
$faculty_lastname  : string|null
$faculty_name  : string|null
$faculty_user_id  : int
$group_name  : string|null
$last_modified_user_id  : int
$level_number  : int
$meeting_date  : string
$modified_date  : string
$num_absent  : int
$offering_type  : OfferingType
$room_capacity  : int
$room_code  : string|null
$room_id  : int
$room_name  : string|null
$room_number  : int
$section_id  : int
$section_identifier  : string|null
$start_time  : string
$teachers  : array<string|int, Teacher>|null
$fields  : array<string|int, string>

Properties

$attendance_id

public int $attendance_id

the id of the attendance record

$attendance_required

public bool $attendance_required

Returns true if attendance is required to be taken for this meeting

$attendance_taken

public bool $attendance_taken

Return true if attendance was taken

$block_id

public int $block_id

The id of the block

$block_name

public string|null $block_name

The name of the block

$course_title

public string|null $course_title

The title of the course

$created_date

public string $created_date

The date the section was created

$end_time

public string $end_time

The end time of the meeting

$faculty_firstname

public string|null $faculty_firstname

The faculty member's first name

$faculty_lastname

public string|null $faculty_lastname

The faculty member's last name

$faculty_name

public string|null $faculty_name

The combined name of the head faculty member

$faculty_user_id

public int $faculty_user_id

The user id of the faculty member

$group_name

public string|null $group_name

The auto generated name of the group

$last_modified_user_id

public int $last_modified_user_id

The identifier of the user that last modified the section

$level_number

public int $level_number

The level number the meeting belongs to

$meeting_date

public string $meeting_date

The date the meeting takes place

$modified_date

public string $modified_date

The date the section was last modified

$num_absent

public int $num_absent

The number of absent students for this meeting

$room_capacity

public int $room_capacity

The room capacity

$room_code

public string|null $room_code

The room code

$room_id

public int $room_id

The id of the room where the meeting takes place

$room_name

public string|null $room_name

The name of the room where the meeting takes place

$room_number

public int $room_number

The room number where the meeting takes place

$section_id

public int $section_id

The id of the section

$section_identifier

public string|null $section_identifier

The section identifier

$start_time

public string $start_time

The start time of the meeting

$teachers

public array<string|int, Teacher>|null $teachers

The list of teachers for the meeting

$fields

protected static array<string|int, string> $fields = ["section_id" => "int", "section_identifier" => "string", "course_title" => "string", "group_name" => "string", "block_id" => "int", "block_name" => "string", "room_id" => "int", "room_name" => "string", "room_number" => "int", "room_capacity" => "int", "room_code" => "string", "faculty_user_id" => "int", "faculty_name" => "string", "faculty_firstname" => "string", "faculty_lastname" => "string", "start_time" => "string", "end_time" => "string", "meeting_date" => "string", "attendance_required" => "bool", "attendance_taken" => "bool", "num_absent" => "int", "attendance_id" => "int", "level_number" => "int", "offering_type" => "\\Blackbaud\\SKY\\School\\Components\\OfferingType", "created_date" => "string", "modified_date" => "string", "last_modified_user_id" => "int", "teachers" => "\\Blackbaud\\SKY\\School\\Components\\Teacher[]"]

        
On this page

Search results