Home
last modified time | relevance | path

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

/template/strap/class/
H A DTplUtility.php512 public static function getMigratedSlotNameConfValue($newConf, $newDefaultValue, $oldConf, $oldDefaultValue, $canonical)
535 $dokuFilePath = $directoryName . ":" . $oldDefaultValue;
539 $conf['tpl']['strap'][$oldConf] = $oldDefaultValue;
540 return $oldDefaultValue;
500 migrateSlotConfAndGetValue($newConf, $newDefaultValue, $oldConf, $oldDefaultValue, $canonical) global() argument