Searched refs:notset (Results 1 – 3 of 3) sorted by relevance
94 * @param mixed $notset what to return if the setting is not available97 public function getConf($setting, $notset = false); argument
185 public function getConf($setting, $notset = false) argument195 return $notset;
1279 * @param mixed $notset what to return if the setting is not available1282 function tpl_getConf($id, $notset = false) argument1300 return $conf['tpl'][$tpl][$id] ?? $notset;