PHP 클래스 Doku_Handler_Table, dokuwiki

상속: implements Doku_Handler_CallWriter_Interface
파일 보기 프로젝트 열기: splitbrain/dokuwiki

공개 프로퍼티들

프로퍼티 타입 설명
$CallWriter
$calls
$countTableHeadRows
$currentCols
$currentRow
$firstCell
$inTableHead
$lastCellType
$maxCols
$maxRows
$tableCalls

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

public __construct ( Doku_Handler_CallWriter_Interface $CallWriter )
$CallWriter Doku_Handler_CallWriter_Interface

finalise() 공개 메소드

public finalise ( )

finalizeTable() 공개 메소드

public finalizeTable ( )

isTableHeadRow() 공개 메소드

public isTableHeadRow ( )

process() 공개 메소드

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

tableCell() 공개 메소드

public tableCell ( $call )

tableDefault() 공개 메소드

public tableDefault ( $call )

tableEnd() 공개 메소드

public tableEnd ( $call )

tableRowClose() 공개 메소드

public tableRowClose ( $call )

tableRowOpen() 공개 메소드

public tableRowOpen ( $call )

tableStart() 공개 메소드

public tableStart ( $call )

writeCall() 공개 메소드

public writeCall ( $call )

writeCalls() 공개 메소드

..
public writeCalls ( $calls )

프로퍼티 상세

$CallWriter 공개적으로 프로퍼티

public $CallWriter

$calls 공개적으로 프로퍼티

public $calls

$countTableHeadRows 공개적으로 프로퍼티

public $countTableHeadRows

$currentCols 공개적으로 프로퍼티

public $currentCols

$currentRow 공개적으로 프로퍼티

public $currentRow

$firstCell 공개적으로 프로퍼티

public $firstCell

$inTableHead 공개적으로 프로퍼티

public $inTableHead

$lastCellType 공개적으로 프로퍼티

public $lastCellType

$maxCols 공개적으로 프로퍼티

public $maxCols

$maxRows 공개적으로 프로퍼티

public $maxRows

$tableCalls 공개적으로 프로퍼티

public $tableCalls