xref: /dokuwiki/lib/plugins/config/core/Setting/SettingNoClass.php (revision 8c7c53b0321a3cd3116b8d3b2ad27863a38dece7)
10a5b05ebSAndreas Gohr<?php
20a5b05ebSAndreas Gohr
30a5b05ebSAndreas Gohrnamespace dokuwiki\plugin\config\core\Setting;
40a5b05ebSAndreas Gohr
50a5b05ebSAndreas Gohr/**
60a5b05ebSAndreas Gohr * Class setting_no_class
7e7296041SAndreas Gohr * A do-nothing class used to detect settings with a missing setting class.
8e7296041SAndreas Gohr * Used internaly to hide undefined settings, and generate the undefined settings list.
90a5b05ebSAndreas Gohr */
10*8c7c53b0SAndreas Gohrclass SettingNoClass extends SettingUndefined
11*8c7c53b0SAndreas Gohr{
12e7296041SAndreas Gohr    protected $errorMessage = '_msg_setting_no_class';
130a5b05ebSAndreas Gohr}
14