[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace dokuwiki\plugin\config\core\Setting; 4 5 /** 6 * A do-nothing class used to detect the 'fieldset' type. 7 * 8 * Used to start a new settings "display-group". 9 */ 10 class SettingFieldset extends Setting { 11 12 /** @inheritdoc */ 13 public function shouldHaveDefault() { 14 return false; 15 } 16 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body