function crumbs_UI_Table::tfoot in Crumbs, the Breadcrumbs suite 7.2
Return value
File
- lib/
UI/ Table.php, line 94
Class
- crumbs_UI_Table
- A class to render HTML tables.
Code
function tfoot() {
return $this->tfoot;
}
function tfoot() {
return $this->tfoot;
}