summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-25 12:24:14 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-25 12:24:14 +0200
commit7ac0b9fe750a5713353e6edce51493a8a75c4f6f (patch)
treeb82ef6ea65695bfaff1cb37adbbd28bd9b492bb9 /inc/parser
parent6fc4ea2c9a414260900dbe10478d307dc3e952c0 (diff)
downloadrpg-7ac0b9fe750a5713353e6edce51493a8a75c4f6f.tar.gz
rpg-7ac0b9fe750a5713353e6edce51493a8a75c4f6f.tar.bz2
just some more doc blocks
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/parser.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/parser/parser.php b/inc/parser/parser.php
index 252bd9170..df01f3302 100644
--- a/inc/parser/parser.php
+++ b/inc/parser/parser.php
@@ -200,6 +200,11 @@ class Doku_Parser_Mode_Plugin extends DokuWiki_Plugin implements Doku_Parser_Mod
var $Lexer;
var $allowedModes = array();
+ /**
+ * Sort for applying this mode
+ *
+ * @return int
+ */
function getSort() {
trigger_error('getSort() not implemented in '.get_class($this), E_USER_WARNING);
}