Dotclear 2.24
|
Public Member Functions | |
__construct () | |
setOpt (string $option, $value) | |
setOpts (array $options) | |
getOpt (string $option) | |
registerFunction (string $type, $name) | |
transform (string $wiki) | |
help () | |
Data Fields | |
const | VERSION = '3.2.23' |
const | MACRO_FN_PREFIX = 'macro:' |
$opt | |
$acro_table | |
$foot_notes | |
$macros | |
$functions | |
$wiki_lines | |
$tags | |
$custom_tags = [] | |
$open_tags | |
$close_tags | |
$all_tags | |
$escape_table | |
$tag_pattern | |
$linetags | |
__construct | ( | ) |
Constructs a new instance.
References h4, registerFunction(), and setOpt().
setOpt | ( | string | $option, |
$value | |||
) |
Sets the option.
string | $option | The option |
mixed | $value | The value |
Referenced by __construct(), and transform().
setOpts | ( | array | $options | ) |
Sets the options.
array | $options | The options |
Referenced by dcCore\initWikiComment(), dcCore\initWikiPost(), and dcCore\initWikiSimpleComment().
getOpt | ( | string | $option | ) |
Gets the option.
string | $option | The option |
Referenced by help(), and transform().
registerFunction | ( | string | $type, |
$name | |||
) |
Register a function
string | $type | The type |
callable | array | $name | The name |
Referenced by __construct(), tagsBehaviors\coreInitWikiPost(), and dcCore\initWikiPost().
transform | ( | string | $wiki | ) |
help | ( | ) |
const VERSION = '3.2.23' |
const MACRO_FN_PREFIX = 'macro:' |
$opt |
$acro_table |
$foot_notes |
$macros |
$functions |
$wiki_lines |
$tags |
$custom_tags = [] |
$open_tags |
$close_tags |
$all_tags |
$escape_table |
$tag_pattern |
$linetags |