diff options
Diffstat (limited to 'inc/ParserMode/Plugin.php')
-rw-r--r-- | inc/ParserMode/Plugin.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/ParserMode/Plugin.php b/inc/ParserMode/Plugin.php new file mode 100644 index 000000000..186c7231a --- /dev/null +++ b/inc/ParserMode/Plugin.php @@ -0,0 +1,8 @@ +<?php + +namespace dokuwiki\ParserMode; + +/** + * @fixme do we need this anymore or could the syntax plugin inherit directly from abstract mode? + */ +abstract class Plugin extends AbstractMode {} |