Row class for ZendTextTable
Create a new column and append it to the row
| Parameters: |
|
|---|---|
| Return type: | Row |
Append a column to the row
| Parameters: | ZendTextTableColumn – The column to append to the row |
|---|---|
| Return type: | Row |
Get a column by it’s index
Returns null, when the index is out of range
| Parameters: | integer – |
|---|---|
| Return type: | Column|null |
Get the widths of all columns, which were rendered last
| Return type: | integer |
|---|
Render the row
| Parameters: |
|
|---|---|
| Throws ExceptionOverflowException: | |
When there are too many columns |
|
| Return type: | string |