HTML_Table::setAllAttributes

HTML_Table::setAllAttributes -- Set attributes for all cells

Synopsis

require_once "HTML_Table.php";

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

Description

Sets the attributes for all cells

Parameter

Note

This function can not be called statically.

See

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