[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Parsing/Handler/ -> Nest.php (summary)

(no description)

File Size: 80 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Nest:: (6 methods):
  __construct()
  writeCall()
  writeCalls()
  finalise()
  process()
  addCall()


Class: Nest  - X-Ref

Generic call writer class to handle nesting of rendering instructions
within a render instruction. Also see nest() method of renderer base class

__construct(CallWriterInterface $CallWriter, $close = "nest_close")   X-Ref

param: CallWriterInterface $CallWriter     the parser's current call writer, i.e. the one above us in the chain
param: string     $close          closing instruction name, this is required to properly terminate the

writeCall($call)   X-Ref
No description

writeCalls($calls)   X-Ref
No description

finalise()   X-Ref
No description

process()   X-Ref
No description

addCall($call)   X-Ref

param: array $call