require_once "HTML/Table.php";
array HTML_Table::getRowAttributes (int $row)
array HTML_Table::getRowAttributes
Returns the attributes for a given row as contained in the tr tag
int $row - Row index
array - the attributes of the row
This function can not be called statically.