v1.3.7.466

This commit is contained in:
RainLoop Team 2013-10-31 01:03:32 +04:00
parent e0f1c7a16b
commit 7502c35135
433 changed files with 669 additions and 561 deletions

View file

@ -1,21 +0,0 @@
<?php
namespace RainLoop\Providers\Settings;
interface SettingsInterface
{
/**
* @param \RainLoop\Account $oAccount
*
* @return array
*/
public function Load(\RainLoop\Account $oAccount);
/**
* @param \RainLoop\Account $oAccount
* @param array $aSettings
*
* @return bool
*/
public function Save(\RainLoop\Account $oAccount, array $aSettings);
}