constant DegreePlan::SEMESTER_NUM_FOR_DEVELOPMENTALS

3 uses of DegreePlan::SEMESTER_NUM_FOR_DEVELOPMENTALS
AdvisingScreenTypeView::build_semester_list in classes/AdvisingScreenTypeView.php
In __advising_screen, this method simply displays the degree plan's semesters to the screen. But here, we need to go through the type categories: ex: Core, Major, Supporting, and Electives, and only display courses and groups from each semester…
DegreePlan::add_semester_developmental in classes/DegreePlan.php
FlightPath::combine_degree_plans in classes/FlightPath.php
This function is responsible for combining multiple degree plans into a single unified degree plan, then returning it.

File

classes/DegreePlan.php, line 10

Class

DegreePlan

Code

const SEMESTER_NUM_FOR_DEVELOPMENTALS = -55;