Home
last modified time | relevance | path

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

/template/strap/class/
H A DTplUtility.php1397 static function setConf($confName, $confValue) argument
1413 $actualValue = tpl_getConf($confName);
1419 if (tpl_getConf($confName) === false) {
1420 …throw new \RuntimeException("The configuration (" . $confName . ") returns no value or has no defa…
1424 $conf['tpl'][$template][$confName] = $confValue;