appendColumn()
createColumn()
getColumn()
getColumnWidths()
getColumns()
render()
$columnWidths
$columns
Row class for Zend\Text\Table
appendColumn(\Zend\Text\Table\Column $column) : \Zend\Text\Table\Row
createColumn(string $content, array $options) : \Zend\Text\Table\Row
getColumn(int $index) : \Zend\Text\Table\Column | null
Returns null, when the index is out of range
int
getColumnWidths() : int
\Zend\Text\Table\Exception\UnexpectedValueException |
When no columns were rendered yet |
---|
int
getColumns() : array
array
render(array $columnWidths, \Zend\Text\Table\Decorator\DecoratorInterface $decorator, int $padding) : string
array
Width of all columns
int
Padding for the columns
\Zend\Text\Table\Exception\OverflowException |
When there are too many columns |
---|
string
$columnWidths : array
$columns : array