Home
last modified time | relevance | path

Searched refs:notset (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/
H A Dtemplate.php1257 * @param mixed $notset what to return if the setting is not available
1260 function tpl_getConf($id, $notset = false)
1278 return $conf['tpl'][$tpl][$id] ?? $notset;
1207 tpl_getConf($id, $notset = false) global() argument
/dokuwiki/inc/Extension/
H A DPluginInterface.php94 * @param mixed $notset what to return if the setting is not available
97 public function getConf($setting, $notset = false); argument
H A DPluginTrait.php185 public function getConf($setting, $notset = false)
195 return $notset;
161 getConf($setting, $notset = false) global() argument