constant DegreePlan::SEMESTER_NUM_FOR_COURSES_ADDED

10 uses of DegreePlan::SEMESTER_NUM_FOR_COURSES_ADDED
AdvisingScreen::build_added_courses in classes/AdvisingScreen.php
Constructs the HTML to show which courses have been added by an advisor.
AdvisingScreen::build_semester_list in classes/AdvisingScreen.php
Constructs the HTML to display the list of semesters for the student.
AdvisingScreen::display_popup_group_select in classes/AdvisingScreen.php
This function displays the popup which lets a user select a course to be advised into a group.
AdvisingScreen::display_semester in classes/AdvisingScreen.php
Given a Semester object, this will generate the HTML to draw it out to the screen. We will take advantage of the render engine, so we can utilize hook_content_alter later on.
AdvisingScreenTypeView::display_semester_list in classes/AdvisingScreenTypeView.php
Display contents of a semester list as a single semester, only displaying courses matching the requirement_type. If the requirement_type is "e", then we will also look for anything not containing a defined requirement_type.

... See full list

File

classes/DegreePlan.php, line 8

Class

DegreePlan

Code

const SEMESTER_NUM_FOR_COURSES_ADDED = -88;