HTML_Table::getBody

HTML_Table::getBody -- Return the table object for the tbody group

Synopsis

require_once 'HTML/Table.php';

mixed HTML_Table::getBody ()

Beschreibung

Returns the table object for the tbody group

Rückgabewert

object - the table object for the tbody group

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

HTML_Table::HTML_Table()