$conf
$conf : string
Configuration options for this render rule.
This class renders wiki plugins in XHTML. (empty)
getConf(string $key, mixed $default = null) : mixed
Simple method to safely get configuration key values.
string | $key | The configuration key. |
mixed | $default | If the key does not exist, return this value instead. |
The configuration key value (if it exists) or the default value (if not).
formatConf(string $format, string $key) : mixed
Simple method to wrap a configuration in an sprintf() format.
string | $format | The sprintf() format string. |
string | $key | The configuration key. |
The formatted configuration key value (if it exists) or null (if it does not).
token(array $options) : string
Renders a token into text matching the requested format.
Plugins produce wiki markup so are processed by parsing, no tokens produced
array | $options | The "options" portion of the token (second element). |
The text rendered from the token options.