function _AdvisingScreen::draw_semester_box_bottom
Search API
4.x _AdvisingScreen.php | _AdvisingScreen::draw_semester_box_bottom() |
5.x _AdvisingScreen.php | _AdvisingScreen::draw_semester_box_bottom() |
Uses the draw_box_bottom function, specifically for semesters. Actually, this function is a straight alias for $this->draw_box_bottom().
Return value
string
6 calls to _AdvisingScreen::draw_semester_box_bottom()
- _AdvisingScreen::build_excess_credit in classes/
_AdvisingScreen.php - Constructs the HTML to show the Excess Credits list.
- _AdvisingScreen::build_footnotes in classes/
_AdvisingScreen.php - Constructs the HTML which will show footnotes for substitutions and transfer credits.
- _AdvisingScreen::build_test_scores in classes/
_AdvisingScreen.php - Constructs the HTML to show the student's test scores.
- _AdvisingScreen::build_transfer_credit in classes/
_AdvisingScreen.php - Constructs the HTML which will be used to display the student's transfer credits
- _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.
File
- classes/
_AdvisingScreen.php, line 2730
Class
Code
function draw_semester_box_bottom()
{
return $this->draw_box_bottom();
}