PHP Class Doku_Handler_Nest, dokuwiki

Author: Chris Smith ([email protected])
Inheritance: implements Doku_Handler_CallWriter_Interface
Exibir arquivo Open project: splitbrain/dokuwiki Class Usage Examples

Public Properties

Property Type Description
$CallWriter
$calls
$closingInstruction

Public Methods

Method Description
__construct ( Doku_Handler_CallWriter_Interface $CallWriter, string $close = "nest_close" ) constructor
addCall ( $call )
finalise ( )
process ( )
writeCall ( $call )
writeCalls ( $calls )

Method Details

__construct() public method

constructor
public __construct ( Doku_Handler_CallWriter_Interface $CallWriter, string $close = "nest_close" )
$CallWriter Doku_Handler_CallWriter_Interface the renderers current call writer
$close string closing instruction name, this is required to properly terminate the syntax mode if the document ends without a closing pattern

addCall() public method

public addCall ( $call )

finalise() public method

public finalise ( )

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

$closingInstruction public_oe property

public $closingInstruction