Property | Type | Description | |
---|---|---|---|
$CallWriter | |||
$calls | |||
$closingInstruction |
Method | Description | |
---|---|---|
__construct ( Doku_Handler_CallWriter_Interface $CallWriter, string $close = "nest_close" ) | constructor | |
addCall ( $call ) | ||
finalise ( ) | ||
process ( ) | ||
writeCall ( $call ) | ||
writeCalls ( $calls ) |
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 |