| [ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
Info Plugin: Displays information about various DokuWiki internals
| Author: | Andreas Gohr |
| Author: | Esther Brunner |
| License: | GPL 2 (http://www.gnu.org/licenses/gpl.html) |
| File Size: | 259 lines (8 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file lib/plugins/info/syntax.php |
syntax_plugin_info:: (12 methods):
getInfo()
getType()
getPType()
getSort()
connectTo()
handle()
render()
_plugins_xhtml()
_helpermethods_xhtml()
_syntaxtypes_xhtml()
_syntaxmodes_xhtml()
_addToTOC()
Class: syntax_plugin_info - X-Ref
All DokuWiki plugins to extend the parser/rendering mechanism| getInfo() X-Ref |
| return some info |
| getType() X-Ref |
| What kind of syntax are we? |
| getPType() X-Ref |
| What about paragraphs? |
| getSort() X-Ref |
| Where to sort in? |
| connectTo($mode) X-Ref |
| Connect pattern to lexer |
| handle($match, $state, $pos, &$handler) X-Ref |
| Handle the match |
| render($format, &$renderer, $data) X-Ref |
| Create output |
| _plugins_xhtml($type, &$renderer) X-Ref |
| list all installed plugins uses some of the original renderer methods |
| _helpermethods_xhtml(&$renderer) X-Ref |
| list all installed plugins uses some of the original renderer methods |
| _syntaxtypes_xhtml() X-Ref |
| lists all known syntax types and their registered modes |
| _syntaxmodes_xhtml() X-Ref |
| lists all known syntax modes and their sorting value |
| _addToTOC($text, $level, &$renderer) X-Ref |
| Adds a TOC item |
| Generated: Tue Dec 2 01:30:01 2008 | Cross-referenced by PHPXref 0.7 |