TableHelper deprecated::addRows()

addRows(array $rows) Parameters array $rows

TableHelper deprecated::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

TableHelper deprecated::addRow()

addRow(array $row) Parameters array $row

TableHelper deprecated

class TableHelper extends Helper deprecated since version 2.5, to be removed in 3.0 Use {@link Table} instead. Provides helpers to display table output. Constants LAYOUT_DEFAULT LAYOUT_BORDERLESS LAYOUT_COMPACT Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a

TableCell::getRowspan()

int getRowspan() Gets number of rowspan. Return Value int

TableCell

class TableCell Methods __construct(string $value = '', array $options = array()) string __toString() Returns the cell value. int getColspan() Gets number of colspan. int getRowspan() Gets number of rowspan. Details __construct(string $value = '', array $options = array()) Parameters string $value array $options string __toString() Returns the cell value. Return Value string

Table::setStyleDefinition()

static setStyleDefinition(string $name, TableStyle $style) Sets a style definition. Parameters string $name The style name TableStyle $style A TableStyle instance

Table::setStyle()

Table setStyle(TableStyle|string $name) Sets table style. Parameters TableStyle|string $name The style name or a TableStyle instance Return Value Table

TableCell::getColspan()

int getColspan() Gets number of colspan. Return Value int

Table::setHeaders()

setHeaders(array $headers) Parameters array $headers