xref: /dokuwiki/lib/plugins/config/core/Setting/SettingNoKnownClass.php (revision 8c7c53b0321a3cd3116b8d3b2ad27863a38dece7)
17a0ee538SAndreas Gohr<?php
27a0ee538SAndreas Gohr
37a0ee538SAndreas Gohrnamespace dokuwiki\plugin\config\core\Setting;
47a0ee538SAndreas Gohr
57a0ee538SAndreas Gohr/**
67a0ee538SAndreas Gohr * A do-nothing class used to detect settings with a missing setting class.
77a0ee538SAndreas Gohr * Used internaly to hide undefined settings, and generate the undefined settings list.
87a0ee538SAndreas Gohr */
9*8c7c53b0SAndreas Gohrclass SettingNoKnownClass extends SettingUndefined
10*8c7c53b0SAndreas Gohr{
117a0ee538SAndreas Gohr    protected $errorMessage = '_msg_setting_no_known_class';
127a0ee538SAndreas Gohr}
13