Elgg\Cache\PluginSettingsCache::setCachedValues PHP Méthode

setCachedValues() public méthode

Set the settings cache for known plugins
public setCachedValues ( array $cache ) : void
$cache array The settings from the boot data
Résultat void
    public function setCachedValues(array $cache)
    {
        $this->values = $cache;
    }