apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

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

c

calculateTotalsFor
in file Table.php, method Console_Table::calculateTotalsFor()
    Specifies which columns are to have totals calculated for them and added as a new row at the bottom.
Console_Table
in file Table.php, method Console_Table::Console_Table()
    Constructor
Console_Table
in file Table.php, class Console_Table
top

f

fromArray
in file Table.php, method Console_Table::fromArray()
    Converts an array to a table. Must be a two dimensional array.
top

g

getTable
in file Table.php, method Console_Table::getTable()
    Returns the table in wonderful
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

s

setAlign
in file Table.php, method Console_Table::setAlign()
    Sets the alignment for the columns
setHeaders
in file Table.php, method Console_Table::setHeaders()
    Sets the headers for the columns
top

Documentation generated on Mon, 11 Mar 2019 14:17:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.