You are here

function crumbs_UI_Table::thead in Crumbs, the Breadcrumbs suite 7.2

Return value

crumbs_UI_TableSection

File

lib/UI/Table.php, line 72

Class

crumbs_UI_Table
A class to render HTML tables.

Code

function thead() {
  return $this->thead;
}