void Console_Table::addRow (
array $row
, array $append
= true
)
Adds a row to the table
$row
The row data to add
$append
Whether to append or prepend the row
No exceptions thrown.
This function can not be called statically.