previousHTML_Table::getColCount() (Previous) (Next) HTML_Table::getHeader()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_Table::getFooter()

HTML_Table::getFooter() – Return the table object for the tfoot group

Synopsis

require_once 'HTML/Table.php';

mixed HTML_Table::getFooter ( )

Description

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.

Return value

object - the table object for the tfoot group

Note

This function can not be called statically.

previousHTML_Table::getColCount() (Previous) (Next) HTML_Table::getHeader()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.