6 uses of DegreePlan::SEMESTER_NUM_FOR_DEVELOPMENTALS

AdvisingScreenTypeView.php in classes/AdvisingScreenTypeView.php
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.php in classes/DegreePlan.php
DegreePlan::add_semester_developmental in classes/DegreePlan.php
FlightPath.php in classes/FlightPath.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.