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