PHP Class Piwik\Settings\Storage\Backend\PluginSettingsTable
If a value that needs to be stored is an array, will insert a new row for each value of this array.
Mostrar archivo
Open project: piwik/piwik
Class Usage Examples
Public Methods
Private Methods
Method Details
__construct()
public method
getStorageId()
public method
removeAllSettingsForPlugin()
public static method
Unsets all settings for a plugin. The settings will be removed from the database. Used when
a plugin is uninstalled.
removeAllUserSettingsForUser()
public static method
Unsets all settings for a user. The settings will be removed from the database. Used when
a user is deleted.
Saves (persists) the current setting values in the database.