constant Group::GROUP_COURSE_INFINITE_REPEATS
Search API
- 7.x classes/Group.php Group::GROUP_COURSE_INFINITE_REPEATS
- 6.x classes/Group.php Group::GROUP_COURSE_INFINITE_REPEATS
4 uses of Group::GROUP_COURSE_INFINITE_REPEATS
- AdvisingScreen::display_popup_group_select_course_list in classes/
AdvisingScreen.php - Accepts a CourseList object and draws it out to the screen. Meant to be called by display_popup_group_select();
- CourseList::dec_specified_repeats in classes/
CourseList.php - Go through the list and decrement the specified_repeats value for all instances of Course $course.
- FlightPath::assign_courses_to_list in classes/
FlightPath.php - Group::load_group in classes/
Group.php
File
- classes/
Group.php, line 6
Class
Code
const GROUP_COURSE_INFINITE_REPEATS = 9999;