require_once "HTML/Table.php";
array HTML_Table::getCellAttributes (int $row, int $col)
array HTML_Table::getCellAttributes
Returns the attributes for a given cell
int $row - Row index
int $col - Column index
array - the attributes of the specific cell
This function can not be called statically.
HTML_Table::getRowAttributes()