[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/mock/ -> AuthPlugin.php (source)

   1  <?php
   2  
   3  namespace dokuwiki\test\mock;
   4  
   5  /**
   6   * Class dokuwiki\Plugin\DokuWiki_Auth_Plugin
   7   */
   8  class AuthPlugin extends \dokuwiki\Extension\AuthPlugin {
   9  
  10  }