PHP Class Doku_Handler_List, dokuwiki

Inheritance: implements Doku_Handler_CallWriter_Interface
显示文件 Open project: splitbrain/dokuwiki

Public Properties

Property Type Description
$CallWriter
$calls
$listCalls
$listStack

Public Methods

Method Description
__construct ( Doku_Handler_CallWriter_Interface $CallWriter )
finalise ( )
interpretSyntax ( $match, &$type ) ------------------------------------------------------------------------
listContent ( $call ) ------------------------------------------------------------------------
listEnd ( $call ) ------------------------------------------------------------------------
listOpen ( $call ) ------------------------------------------------------------------------
listStart ( $call ) ------------------------------------------------------------------------
process ( ) ------------------------------------------------------------------------
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 ( )

interpretSyntax() public method

------------------------------------------------------------------------
public interpretSyntax ( $match, &$type )

listContent() public method

------------------------------------------------------------------------
public listContent ( $call )

listEnd() public method

------------------------------------------------------------------------
public listEnd ( $call )

listOpen() public method

------------------------------------------------------------------------
public listOpen ( $call )

listStart() public method

------------------------------------------------------------------------
public listStart ( $call )

process() public method

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

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

$listCalls public_oe property

public $listCalls

$listStack public_oe property

public $listStack