Cycle
extends BaseComponent
in package
Table of Contents
Properties
- $begin_time : string|null
- $canceled : bool
- $day : int
- $end_time : string|null
- $fri : bool
- $mon : bool
- $room_full_name : string|null
- $sat : bool
- $schedule_set : string|null
- $schedule_set_id : int|null
- $sun : bool
- $thu : bool
- $tue : bool
- $wed : bool
- $week : int
- $fields : array<string|int, string>
Properties
$begin_time
public
string|null
$begin_time
Start time of the cycle
$canceled
public
bool
$canceled
Flag to indicate if the cycle has been canceled
$day
public
int
$day
Day in the schedule rotation for the cycle
$end_time
public
string|null
$end_time
End time of the cycle
$fri
public
bool
$fri
Flag to indicate if the section meets on Fridays
$mon
public
bool
$mon
Flag to indicate if the section meets on Mondays
$room_full_name
public
string|null
$room_full_name
Name of the room where this particular cycle meets
$sat
public
bool
$sat
Flag to indicate if the section meets on Saturdays
$schedule_set
public
string|null
$schedule_set
Name of the schedule rotation for the cycle
$schedule_set_id
public
int|null
$schedule_set_id
Id of the schedule rotation for the cycle
$sun
public
bool
$sun
Flag to indicate if the section meets on Sundays
$thu
public
bool
$thu
Flag to indicate if the section meets on Thursdays
$tue
public
bool
$tue
Flag to indicate if the section meets on Tuesdays
$wed
public
bool
$wed
Flag to indicate if the section meets on Wednesdays
$week
public
int
$week
Week in the schedule rotation for the cycle
$fields
protected
static array<string|int, string>
$fields
= ["schedule_set" => "string", "schedule_set_id" => "int", "week" => "int", "day" => "int", "begin_time" => "string", "end_time" => "string", "sun" => "bool", "mon" => "bool", "tue" => "bool", "wed" => "bool", "thu" => "bool", "fri" => "bool", "sat" => "bool", "room_full_name" => "string", "canceled" => "bool"]