HTML_Table::setAllAttributes

HTML_Table::setAllAttributes -- Définit les attributs pour toutes les cellules

Synopsis

require_once 'HTML_Table.php';

void HTML_Table::setAllAttributes ([mixed $attributes = NULL])

Description

Définit les attributs pour toutes les cellules.

Paramètres

Note

Cette fonction ne peut pas être appelée de façon statique.

Voir aussi

HTML_Table::updateAllAttributes() , HTML_Table::setColAttributes() , HTML_Table::setCellAttributes() et HTML_Table::setRowAttributes().