Home
last modified time | relevance | path

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

/template/strap/_test/
H A DtplUtilityTest.php165 // $oldConf = TplUtility::CONF_HEADER_OLD;
167 // saveWikiText("ns:" . $oldConf, "Header page with the old", 'Script Test base');
/template/strap/class/
H A DTplUtility.php512 public static function getMigratedSlotNameConfValue($newConf, $newDefaultValue, $oldConf, $oldDefaultValue, $canonical)
519 $name = tpl_getConf($oldConf, null);
539 $conf['tpl']['strap'][$oldConf] = $oldDefaultValue;
500 migrateSlotConfAndGetValue($newConf, $newDefaultValue, $oldConf, $oldDefaultValue, $canonical) global() argument