PHP 클래스 Doku_Handler_Nest, dokuwiki

저자: Chris Smith ([email protected])
상속: implements Doku_Handler_CallWriter_Interface
파일 보기 프로젝트 열기: splitbrain/dokuwiki 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$CallWriter
$calls
$closingInstruction

공개 메소드들

메소드 설명
__construct ( Doku_Handler_CallWriter_Interface $CallWriter, string $close = "nest_close" ) constructor
addCall ( $call )
finalise ( )
process ( )
writeCall ( $call )
writeCalls ( $calls )

메소드 상세

__construct() 공개 메소드

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 addCall ( $call )

finalise() 공개 메소드

public finalise ( )

process() 공개 메소드

public process ( )

writeCall() 공개 메소드

public writeCall ( $call )

writeCalls() 공개 메소드

public writeCalls ( $calls )

프로퍼티 상세

$CallWriter 공개적으로 프로퍼티

public $CallWriter

$calls 공개적으로 프로퍼티

public $calls

$closingInstruction 공개적으로 프로퍼티

public $closingInstruction