HTML_Table::updateCellAttributes

HTML_Table::updateCellAttributes -- Update cell attributes

Synopsis

require_once "HTML/Table.php";

void HTML_Table::updateCellAttributes (int $row, int $col, mixed $attributes)

Description

Updates the cell attributes passed but leaves other existing attributes intact

Parameter

Note

This function can not be called statically.