

Public Member Functions | |
| allow_wperms ($wperms) | |
| filter ($input) | |
Public Attributes | |
| $name = "WikiMarkup" | |
| $description = "This plugin allows you to render Wiki markup into XHTML. To get started, take a look at some <a href=\"http://wiki.ciaweb.net/yawiki/index.php?area=Text_Wiki&page=SamplePage\">sample Text_Wiki markup pages</a>." | |
Definition at line 27 of file WikiMarkup.php.
| WikiMarkup::allow_wperms | ( | $ | wperms | ) |
Is the plugin allowed with respect to a given write permission on a page ?
| $wperms |
Reimplemented from Diogenes_Plugin_Skel.
Definition at line 39 of file WikiMarkup.php.
| WikiMarkup::filter | ( | $ | input | ) |
Take the Wiki markup and return XHTML.
| $input |
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 49 of file WikiMarkup.php.
| WikiMarkup::$name = "WikiMarkup" |
Plugin name
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 30 of file WikiMarkup.php.
| WikiMarkup::$description = "This plugin allows you to render Wiki markup into XHTML. To get started, take a look at some <a href=\"http://wiki.ciaweb.net/yawiki/index.php?area=Text_Wiki&page=SamplePage\">sample Text_Wiki markup pages</a>." |
Plugin description
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 33 of file WikiMarkup.php.
1.5.1