website_jukni/dokuwiki/lib/plugins/source/conf/settings.class.php
2017-12-29 15:51:59 +01:00

26 lines
506 B
PHP

<?php
/**
* additional setting classes specific to these settings
*
* @author Chris Smith <chris@jalakai.co.uk>
*/
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') {
# }
}
}