Simplewiki
1.1
|
Muster | |
Simplewiki | |
DocNode | The parser creates a document tree (document object model) consisting of these nodes to debug the contents of a node, use var_dump($node->get_display_list()), which avoids parent and children nodes |
Emitter | $emitter = new SimpleWiki_Emitter() - create new instance of emitter $html = $emitter->emit($dom); see Muster_SimpleWiki_DocNode for docnode type documentation |
Parser | Parses wiki markup into tree of document nodes |
SimpleWiki | Facade, and default method classes, macros, events and symlinks public methods |