public property Semester::$title

File

classes/Semester.php, line 14

Class

Semester
The name "Semester" might be a little misleading, as it usually refers to years and the like. But, it might also refer to Summer semesters. Basically, its a collection of courses and groups that are required of a student. For example, the…

Code

public $title, $semester_num, $notice, $bool_using_default_title;