Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
DSiteConfig.php66 private array $configurationValuesToRestore = []; variable in ComboStrap\\SiteConfig
135 if (!isset($this->configurationValuesToRestore[$globalKey])) {
137 $this->configurationValuesToRestore[$globalKey] = $oldValue;
151 foreach ($this->configurationValuesToRestore as $guid => $value) {