Method | Description | |
---|---|---|
__construct ( $idSite, $pluginName ) | ||
delete ( ) | ||
getStorageId ( ) | ||
load ( ) | ||
removeAllSettingsForPlugin ( string $pluginName ) | ||
removeAllSettingsForSite ( integer $idSite ) | ||
save ( $values ) | Saves (persists) the current setting values in the database. |
Method | Description | |
---|---|---|
getTableName ( ) | ||
initDbIfNeeded ( ) |
public static removeAllSettingsForPlugin ( string $pluginName ) | ||
$pluginName | string |
public static removeAllSettingsForSite ( integer $idSite ) | ||
$idSite | integer |
public save ( $values ) |