void Console_Table::addData (
array $data
, integer $col_id
, integer $row_id
)
Adds data to the table. Argument should be a two dimensional array containing the data to be added.
$data
The data to add to the table
$col_id
Optional starting column ID
$row_id
Optional starting row ID
No exceptions thrown.
This function can not be called statically.