require_once 'HTML/Table.php';
void HTML_Table::setRowType (int $row, string $type)
void HTML_Table::setRowType
Définit le type d'une ligne en 'th' ou 'td'.
int $row - Index de la ligne
string $type - 'th' ou 'td'
Cette fonction ne peut pas être appelée de façon statique.
HTML_Table::setColType()