Esempio n. 1
0
 /**
  * Removes all settings for this plugin from the database. Useful when uninstalling
  * a plugin.
  */
 public function removeAllPluginSettings()
 {
     Piwik::checkUserHasSuperUserAccess();
     $this->storage->deleteAllValues();
     SettingsStorage::clearCache();
 }