History log of /dokuwiki/inc/Parsing/Handler/CallWriterInterface.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 533aca44 02-Jun-2020 Andreas Gohr <andi@splitbrain.org>

Fix accessing calls

Some plugins need access to the handler (and rewriter) calls. One
example is the do plugin.

This adds some accessing methods to the callWriter objects, ensures
$calls can be acc

Fix accessing calls

Some plugins need access to the handler (and rewriter) calls. One
example is the do plugin.

This adds some accessing methods to the callWriter objects, ensures
$calls can be accessed and removes some duplicate code by introducing an
abstract base class.

show more ...


# 661c1ddc 23-May-2018 Christopher Smith <chris@jalakai.co.uk>

Make lexer/state stack more understandable
- rename lexer $mode property to avoid two different uses of "mode"
variables in the lexer
- clarify/improve comments


# be906b56 04-May-2018 Andreas Gohr <andi@splitbrain.org>

moved all parsing related namespaces to their own