|
Simplewiki
1.1
|
Data Structures | |
| class | 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. More... | |
| class | Emitter |
| $emitter = new SimpleWiki_Emitter() - create new instance of emitter $html = $emitter->emit($dom); see Muster_SimpleWiki_DocNode for docnode type documentation. More... | |
| class | Parser |
| Parses wiki markup into tree of document nodes. More... | |