* additional setting classes specific to these settings * @link https://www.dokuwiki.org/plugin:src * @based on Source Plugin by Chris Smith */ if (!class_exists('setting_source_allowdeny')) { class setting_source_allowdeny extends setting_string { /** * @return array(string $label_html, string $input_html) */ # function html(&$plugin, $echo=false) { # # } /** * generate string to save setting value to file according to $fmt */ # function out($var, $fmt='php') { # } } }