function _AdvisingScreen::draw_box_bottom

4.x _AdvisingScreen.php _AdvisingScreen::draw_box_bottom()
5.x _AdvisingScreen.php _AdvisingScreen::draw_box_bottom()

Very, very simple. Just returns "</table>";

Return value

string

1 call to _AdvisingScreen::draw_box_bottom()
_AdvisingScreen::draw_semester_box_bottom in classes/_AdvisingScreen.php
Uses the draw_box_bottom function, specifically for semesters. Actually, this function is a straight alias for $this->draw_box_bottom().

File

classes/_AdvisingScreen.php, line 2740

Class

_AdvisingScreen

Code

function draw_box_bottom() 
 {
  return "</table>";
}