HTML_Table::getFooter

HTML_Table::getFooter -- Return the table object for the tfoot group

Synopsis

require_once 'HTML/Table.php';

mixed HTML_Table::getFooter ()

Beschreibung

Returns the table object for the tfoot group

If the usage of the thead, tfoot and tbody groups was not activated via the third parameter of the constructor, the grouping will be activated automatically when calling this function.

Rückgabewert

object - the table object for the tfoot group

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

HTML_Table::HTML_Table()