array HTML_Table::getCellAttributes (
int $row
,
int $col
,
int $body=0
)
Returns the attributes for a given cell
int $row
-
Row index
int $col
-
Column index
int $body
-
The number of the tbody
group that should be used
array
-
the attributes of the specific cell
This function can not be called statically.