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(integer $index) : \Zend\Text\Table\Column | null
Returns null, when the index is out of range
integer
getColumnWidths() : integer
\Zend\Text\Table\Exception\UnexpectedValueException |
When no columns were rendered yet |
---|
integer
getColumns() : array
array
render(array $columnWidths, \Zend\Text\Table\Decorator\DecoratorInterface $decorator, integer $padding) : string
array
Width of all columns
integer
Padding for the columns
\Zend\Text\Table\Exception\OverflowException |
When there are too many columns |
---|
string
$columnWidths : array
$columns : array