HTML_Table::getBody

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

概要

require_once "HTML/Table.php";

mixed HTML_Table::getBody ()

説明

Returns the table object for the tbody group

返り値

object - the table object for the tbody group

注意

この関数は、スタティックにコールする ことはできません。

参照

HTML_Table::HTML_Table()