PHP Class Doku_Handler_Table, dokuwiki

Inheritance: implements Doku_Handler_CallWriter_Interface
ファイルを表示 Open project: splitbrain/dokuwiki

Public Properties

Property Type Description
$CallWriter
$calls
$countTableHeadRows
$currentCols
$currentRow
$firstCell
$inTableHead
$lastCellType
$maxCols
$maxRows
$tableCalls

Public Methods

Method Description
__construct ( Doku_Handler_CallWriter_Interface $CallWriter )
finalise ( )
finalizeTable ( )
isTableHeadRow ( )
process ( ) ------------------------------------------------------------------------
tableCell ( $call )
tableDefault ( $call )
tableEnd ( $call )
tableRowClose ( $call )
tableRowOpen ( $call )
tableStart ( $call )
writeCall ( $call )
writeCalls ( $calls ) Probably not needed but just in case.

Method Details

__construct() public method

public __construct ( Doku_Handler_CallWriter_Interface $CallWriter )
$CallWriter Doku_Handler_CallWriter_Interface

finalise() public method

public finalise ( )

finalizeTable() public method

public finalizeTable ( )

isTableHeadRow() public method

public isTableHeadRow ( )

process() public method

------------------------------------------------------------------------
public process ( )

tableCell() public method

public tableCell ( $call )

tableDefault() public method

public tableDefault ( $call )

tableEnd() public method

public tableEnd ( $call )

tableRowClose() public method

public tableRowClose ( $call )

tableRowOpen() public method

public tableRowOpen ( $call )

tableStart() public method

public tableStart ( $call )

writeCall() public method

public writeCall ( $call )

writeCalls() public method

..
public writeCalls ( $calls )

Property Details

$CallWriter public_oe property

public $CallWriter

$calls public_oe property

public $calls

$countTableHeadRows public_oe property

public $countTableHeadRows

$currentCols public_oe property

public $currentCols

$currentRow public_oe property

public $currentRow

$firstCell public_oe property

public $firstCell

$inTableHead public_oe property

public $inTableHead

$lastCellType public_oe property

public $lastCellType

$maxCols public_oe property

public $maxCols

$maxRows public_oe property

public $maxRows

$tableCalls public_oe property

public $tableCalls