New logic for storage provider (breaking changes)

This commit is contained in:
RainLoop Team 2015-02-05 03:54:26 +04:00
parent 44566aad4b
commit 51666d7c7e
19 changed files with 453 additions and 297 deletions

View file

@ -20,9 +20,9 @@ interface SettingsInterface
public function Save($oAccount, array $aSettings);
/**
* @param string $sEmail
* @param \RainLoop\Model\Account $oAccount
*
* @return bool
*/
public function ClearByEmail($sEmail);
public function Delete($oAccount);
}