Elgg\Cache\PluginSettingsCache::setCachedValues PHP Метод

setCachedValues() публичный Метод

Set the settings cache for known plugins
public setCachedValues ( array $cache ) : void
$cache array The settings from the boot data
Результат void
    public function setCachedValues(array $cache)
    {
        $this->values = $cache;
    }