Add contacts configutation page in admin panel

This commit is contained in:
RainLoop Team 2013-12-09 00:44:36 +04:00
parent 0ec4fc89d4
commit 74af8f793a
9 changed files with 229 additions and 30 deletions

View file

@ -41,6 +41,15 @@ class PersonalAddressBook extends \RainLoop\Providers\AbstractProvider
$this->oDriver->IsSupported();
}
/**
* @return bool
*/
public function IsSupported()
{
return $this->oDriver instanceof \RainLoop\Providers\PersonalAddressBook\PersonalAddressBookInterface &&
$this->oDriver->IsSupported();
}
/**
* @param \RainLoop\Account $oAccount
* @param \RainLoop\Providers\PersonalAddressBook\Classes\Contact $oContact