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

Index of all elements

[ a ] [ b ] [ c ] [ f ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ r ] [ s ] [ t ] [ _ ]

a

accept
in file Matrix.php, method HTML_Table_Matrix::accept()
    Accept a Filler
top

b

BTLR.php
procedural page BTLR.php
BTRL.php
procedural page BTRL.php
top

c

$callback
in file Filler.php, variable HTML_Table_Matrix_Filler::$callback
    Callback function applied to _data
$col
in file Filler.php, variable HTML_Table_Matrix_Filler::$col
    Current column to fill
top

f

factory
in file Filler.php, method HTML_Table_Matrix_Filler::factory()
    Create an instance of a Filler
fillTable
in file Matrix.php, method HTML_Table_Matrix::fillTable()
    Fills table with provided data. RL & BT modes are not implemented yet.
Filler.php
procedural page Filler.php
top

h

HTML_Table_Matrix
in file Matrix.php, class HTML_Table_Matrix
    Fills a HTML table with data.
HTML_Table_Matrix_example.php
procedural page HTML_Table_Matrix_example.php
HTML_Table_Matrix_Filler
in file Filler.php, class HTML_Table_Matrix_Filler
    Base class common to all Fillers
HTML_Table_Matrix_Filler_BTLR
in file BTLR.php, method HTML_Table_Matrix_Filler_BTLR::HTML_Table_Matrix_Filler_BTLR()
    Constructor
HTML_Table_Matrix_Filler_BTLR
in file BTLR.php, class HTML_Table_Matrix_Filler_BTLR
    Fill bottom-to-top, left-to-right.
HTML_Table_Matrix_Filler_BTRL
in file BTRL.php, method HTML_Table_Matrix_Filler_BTRL::HTML_Table_Matrix_Filler_BTRL()
    Constructor
HTML_Table_Matrix_Filler_BTRL
in file BTRL.php, class HTML_Table_Matrix_Filler_BTRL
    Fill bottom-to-top, right-to-left.
HTML_Table_Matrix_Filler_InC
in file InC.php, class HTML_Table_Matrix_Filler_InC
    Fill inwards, clockwise.
HTML_Table_Matrix_Filler_InC
in file InC.php, method HTML_Table_Matrix_Filler_InC::HTML_Table_Matrix_Filler_InC()
    Constructor
HTML_Table_Matrix_Filler_InCC
in file InCC.php, method HTML_Table_Matrix_Filler_InCC::HTML_Table_Matrix_Filler_InCC()
    Constructor
HTML_Table_Matrix_Filler_InCC
in file InCC.php, class HTML_Table_Matrix_Filler_InCC
    Fill inwards, clockwise.
HTML_Table_Matrix_Filler_LRBT
in file LRBT.php, class HTML_Table_Matrix_Filler_LRBT
    Fill left-to-right, bottom-to-top.
HTML_Table_Matrix_Filler_LRBT
in file LRBT.php, method HTML_Table_Matrix_Filler_LRBT::HTML_Table_Matrix_Filler_LRBT()
    Constructor
HTML_Table_Matrix_Filler_LRTB
in file LRTB.php, class HTML_Table_Matrix_Filler_LRTB
    Fill left-to-right, top-to-bottom.
HTML_Table_Matrix_Filler_LRTB
in file LRTB.php, method HTML_Table_Matrix_Filler_LRTB::HTML_Table_Matrix_Filler_LRTB()
    Constructor
HTML_Table_Matrix_Filler_OutC
in file OutC.php, method HTML_Table_Matrix_Filler_OutC::HTML_Table_Matrix_Filler_OutC()
    Constructor
HTML_Table_Matrix_Filler_OutC
in file OutC.php, class HTML_Table_Matrix_Filler_OutC
    Fill outwards, clockwise.
HTML_Table_Matrix_Filler_OutCC
in file OutCC.php, method HTML_Table_Matrix_Filler_OutCC::HTML_Table_Matrix_Filler_OutCC()
    Constructor
HTML_Table_Matrix_Filler_OutCC
in file OutCC.php, class HTML_Table_Matrix_Filler_OutCC
    Fill outwards, clockwise.
HTML_Table_Matrix_Filler_Random
in file Random.php, method HTML_Table_Matrix_Filler_Random::HTML_Table_Matrix_Filler_Random()
    Constructor
HTML_Table_Matrix_Filler_Random
in file Random.php, class HTML_Table_Matrix_Filler_Random
    Fill randomly
HTML_Table_Matrix_Filler_RLBT
in file RLBT.php, method HTML_Table_Matrix_Filler_RLBT::HTML_Table_Matrix_Filler_RLBT()
    Constructor
HTML_Table_Matrix_Filler_RLBT
in file RLBT.php, class HTML_Table_Matrix_Filler_RLBT
    Fill left-to-right, bottom-to-top.
HTML_Table_Matrix_Filler_RLTB
in file RLTB.php, method HTML_Table_Matrix_Filler_RLTB::HTML_Table_Matrix_Filler_RLTB()
    Constructor
HTML_Table_Matrix_Filler_RLTB
in file RLTB.php, class HTML_Table_Matrix_Filler_RLTB
    Fill left-to-right, top-to-bottom.
HTML_Table_Matrix_Filler_TBLR
in file TBLR.php, method HTML_Table_Matrix_Filler_TBLR::HTML_Table_Matrix_Filler_TBLR()
    Constructor
HTML_Table_Matrix_Filler_TBLR
in file TBLR.php, class HTML_Table_Matrix_Filler_TBLR
    Fill top-to-bottom, left-to-right.
HTML_Table_Matrix_Filler_TBRL
in file TBRL.php, method HTML_Table_Matrix_Filler_TBRL::HTML_Table_Matrix_Filler_TBRL()
    Constructor
HTML_Table_Matrix_Filler_TBRL
in file TBRL.php, class HTML_Table_Matrix_Filler_TBRL
    Fill top-to-bottom, right-to-left.
top

i

InC.php
procedural page InC.php
InCC.php
procedural page InCC.php
isValid
in file Filler.php, method HTML_Table_Matrix_Filler::isValid()
    Determine if a given object is a valid H_T_M Filler
top

l

LRBT.php
procedural page LRBT.php
LRTB.php
procedural page LRTB.php
top

m

$map
in file Random.php, variable HTML_Table_Matrix_Filler_Random::$map
$matrix
in file Filler.php, variable HTML_Table_Matrix_Filler::$matrix
    Reference to the HTML_Table_Matrix instance we will be Filling for
Matrix.php
procedural page Matrix.php
top

n

next
in file RLBT.php, method HTML_Table_Matrix_Filler_RLBT::next()
    Get the next cell.
next
in file Random.php, method HTML_Table_Matrix_Filler_Random::next()
    Get the next cell.
next
in file RLTB.php, method HTML_Table_Matrix_Filler_RLTB::next()
    Get the next cell.
next
in file TBLR.php, method HTML_Table_Matrix_Filler_TBLR::next()
    Get the next cell.
next
in file TBRL.php, method HTML_Table_Matrix_Filler_TBRL::next()
    Get the next cell.
next
in file LRTB.php, method HTML_Table_Matrix_Filler_LRTB::next()
    Get the next cell.
next
in file LRBT.php, method HTML_Table_Matrix_Filler_LRBT::next()
    Get the next cell.
next
in file BTRL.php, method HTML_Table_Matrix_Filler_BTRL::next()
    Get the next cell.
next
in file Filler.php, method HTML_Table_Matrix_Filler::next()
    Get the next cell.
next
in file InC.php, method HTML_Table_Matrix_Filler_InC::next()
    Get the next cell.
next
in file InCC.php, method HTML_Table_Matrix_Filler_InCC::next()
    Get the next cell.
next
in file BTLR.php, method HTML_Table_Matrix_Filler_BTLR::next()
    Get the next cell.
top

o

$options
in file Filler.php, variable HTML_Table_Matrix_Filler::$options
    Filler options
OutC.php
procedural page OutC.php
OutCC.php
procedural page OutCC.php
top

r

$row
in file Filler.php, variable HTML_Table_Matrix_Filler::$row
    Current row to fill
Random.php
procedural page Random.php
RLBT.php
procedural page RLBT.php
RLTB.php
procedural page RLTB.php
top

s

setData
in file Matrix.php, method HTML_Table_Matrix::setData()
    Sets data to fill table with.
setFillStart
in file Matrix.php, method HTML_Table_Matrix::setFillStart()
    Set the row & column to start filling at.
setOptions
in file Filler.php, method HTML_Table_Matrix_Filler::setOptions()
    Set options for this Filler
setTableSize
in file Matrix.php, method HTML_Table_Matrix::setTableSize()
    Set the size of the resulting table.
top

t

TBLR.php
procedural page TBLR.php
TBRL.php
procedural page TBRL.php
toHtml
in file Matrix.php, method HTML_Table_Matrix::toHtml()
    Returns HTML table. Calls fillTable() if the table has not already been filled.
top

_

$_defaultOptions
in file Filler.php, variable HTML_Table_Matrix_Filler::$_defaultOptions
    Default filler options
_getTableSize
in file Matrix.php, method HTML_Table_Matrix::_getTableSize()
    Return the total table size (w * h)
top

Documentation generated on Mon, 11 Mar 2019 15:32:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.