Home
last modified time | relevance | path

Searched refs:confName (Results 1 – 1 of 1) sorted by path

/template/strap/class/
H A DTplUtility.php1404 * @param $confName - the configuration name
1407 static function setConf($confName, $confValue)
1423 $actualValue = tpl_getConf($confName);
1429 if (tpl_getConf($confName) === false) {
1430 throw new \RuntimeException("The configuration (" . $confName . ") returns no value or has no default");
1434 $conf['tpl'][$template][$confName] = $confValue;
1397 setConf($confName, $confValue) global() argument