Element index for package apidoc
[ a ]
[ c ]
[ f ]
[ g ]
[ i ]
[ s ]
a
- addCol
- in file Table.php, method Console_Table::addCol()
Adds a column to the table
- addData
- in file Table.php, method Console_Table::addData()
Adds data to the table. Argument should be a two dimensional array containing the data to be added.
- addFilter
- in file Table.php, method Console_Table::addFilter()
Adds a filter to the object. Filters are standard php callbacks which are run on the data before table generation is performed. Filters are applied in the order they're added. the callback function must accept a single argument, which is a single table cell.
- addRow
- in file Table.php, method Console_Table::addRow()
Adds a row to the table
- addSeparator
- in file Table.php, method Console_Table::addSeparator()
Adds a Horizontal Seperator to the table
top
top
top
top
i
- insertRow
- in file Table.php, method Console_Table::insertRow()
Inserts a row after a given row number in the table. If $row_id is not given it will prepend the row.
top
top
Documentation generated on Mon, 11 Mar 2019 14:17:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|