require_once 'HTML/Table.php';
void HTML_Table::setRowType (int $row, string $type)
void HTML_Table::setRowType
Sets the type of a row to 'th' or 'td'
int $row - Row index
string $type - 'th' or 'td'
Diese Methode kann nicht statisch aufgerufen werden.
HTML_Table::setColType()