Home
last modified time | relevance | path

Searched refs:CallWriter (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/Parsing/Handler/
H A DNest.php18 * @param CallWriterInterface $CallWriter the parser's current call writer, i.e. the one above us in the chain
22 public function __construct(CallWriterInterface $CallWriter, $close = "nest_close") argument
24 parent::__construct($CallWriter);
H A DCallWriter.php5 class CallWriter implements CallWriterInterface class
/dokuwiki/inc/parser/
H A Dhandler.php6 use dokuwiki\Parsing\Handler\CallWriter; alias
22 /** @var array The current CallWriter will write directly to this list of calls, Parser reads it */
44 $this->callWriter = new CallWriter($this);
48 * Add a new call by passing it to the current CallWriter
61 * Accessor for the current CallWriter
71 * Set a new CallWriter