PHP Class Doku_Handler_CallWriter, dokuwiki

Inheritance: implements Doku_Handler_CallWriter_Interface
Exibir arquivo Open project: splitbrain/dokuwiki

Public Properties

Property Type Description
$Handler

Public Methods

Method Description
__construct ( Doku_Handler $Handler )
finalise ( ) the chain it is not required to do anything
writeCall ( $call )
writeCalls ( $calls )

Method Details

__construct() public method

public __construct ( Doku_Handler $Handler )
$Handler Doku_Handler

finalise() public method

the chain it is not required to do anything
public finalise ( )

writeCall() public method

public writeCall ( $call )

writeCalls() public method

public writeCalls ( $calls )

Property Details

$Handler public_oe property

public $Handler