[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

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