function AdvisingScreen::draw_box_bottom
Search API
7.x AdvisingScreen.php | AdvisingScreen::draw_box_bottom() |
6.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 4103
Class
Code
function draw_box_bottom()
{
return "</table>";
}