HTML_Table::setAllAttributes

HTML_Table::setAllAttributes -- Set attributes for all cells

概要

require_once "HTML_Table.php";

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

説明

Sets the attributes for all cells

パラメータ

注意

この関数は、スタティックにコールする ことはできません。

参照

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