[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/config/core/Setting/ -> SettingNoKnownClass.php (source)

   1  <?php
   2  
   3  namespace dokuwiki\plugin\config\core\Setting;
   4  
   5  /**
   6   * A do-nothing class used to detect settings with a missing setting class.
   7   * Used internaly to hide undefined settings, and generate the undefined settings list.
   8   */
   9  class SettingNoKnownClass extends SettingUndefined
  10  {
  11      protected $errorMessage = '_msg_setting_no_known_class';
  12  }