removeAllUserSettingsForUser() public static method

Unsets all settings for a user. The settings will be removed from the database. Used when a user is deleted.
public static removeAllUserSettingsForUser ( string $userLogin )
$userLogin string
Exemplo n.º 1
0
 public function cleanupUser($userLogin)
 {
     PluginSettingsTable::removeAllUserSettingsForUser($userLogin);
 }