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.

Parameter

  • mixed $attributes - Tableau associatif ou chaîne de caractères d'attributs de cellule

Note

This function can not be called statically.