[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Parsing/ParserMode/ -> Plugin.php (source)

   1  <?php
   2  
   3  namespace dokuwiki\Parsing\ParserMode;
   4  
   5  /**
   6   * @fixme do we need this anymore or could the syntax plugin inherit directly from abstract mode?
   7   */
   8  abstract class Plugin extends AbstractMode {}