function _AdvisingScreen::draw_semester_box_bottom

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

7 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_graduate_credit in classes/_AdvisingScreen.php
Constructs the HTML which will be used to display the student's graduate credits (if any exist)
_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

... See full list

File

classes/_AdvisingScreen.php, line 3782

Class

_AdvisingScreen

Code

function draw_semester_box_bottom() 
 {
  return $this->draw_box_bottom();
}