HTML_Table::getHeader
HTML_Table::getHeader -- Return the table object for the thead group
概要
require_once "HTML/Table.php"; |
mixed HTML_Table::getHeader ()
説明
Returns the table object for the thead 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.
返り値
object - the table object for the thead group
注意
この関数は、スタティックにコールする
ことはできません。