constant DegreePlan::DEGREE_ID_FOR_COMBINED_DEGREE
Search API
- 7.x classes/DegreePlan.php DegreePlan::DEGREE_ID_FOR_COMBINED_DEGREE
- 6.x classes/DegreePlan.php DegreePlan::DEGREE_ID_FOR_COMBINED_DEGREE
8 uses of DegreePlan::DEGREE_ID_FOR_COMBINED_DEGREE
- advise.history.inc in modules/
advise/ advise.history.inc - advise_popup_display_summary in modules/
advise/ advise.history.inc - Displays the printable advising summary.
- DegreePlan.php in classes/
DegreePlan.php - DegreePlan::calculate_progress_hours in classes/
DegreePlan.php - Calculate and store progress hour information. Stores in the $this->gpa_calculations array.
- DegreePlan::calculate_progress_quality_points in classes/
DegreePlan.php - Calculate the quality points of our completed courses, so we can use that to figure out GPA.
File
- classes/
DegreePlan.php, line 7
Class
Code
const DEGREE_ID_FOR_COMBINED_DEGREE = -1001;
