[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

CallWriterInterface:: (3 methods):
  writeCall()
  writeCalls()
  finalise()


Interface: CallWriterInterface  - X-Ref

writeCall($call)   X-Ref
Add a call to our call list

param: array $call the call to be added

writeCalls($calls)   X-Ref
Append a list of calls to our call list

param: array[] $calls list of calls to be appended

finalise()   X-Ref
Explicit request to finish up and clean up NOW!
(probably because document end has been reached)

If part of a CallWriter chain, call finalise on
the original call writer