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
コード例 #1
0
ファイル: CoreAdminHome.php プロジェクト: piwik/piwik
 public function cleanupUser($userLogin)
 {
     PluginSettingsTable::removeAllUserSettingsForUser($userLogin);
 }