PHP Class OCA\OcSms\Lib\ContactCache

Show file Open project: nerzhul/ocsms

Public Methods

Method Description
__construct ( ConfigMapper $cfgMapper, OCP\Contacts\IManager $contactsManager )
getContactPhotos ( )
getContacts ( )
getInvertedContacts ( )

Private Methods

Method Description
loadContacts ( ) Partially importe this function from owncloud Chat app https://github.com/owncloud/chat/blob/master/app/chat.php
pushPhoneNumberToCache ( $rawPhone, $contactName, $country )

Method Details

__construct() public method

public __construct ( ConfigMapper $cfgMapper, OCP\Contacts\IManager $contactsManager )
$cfgMapper OCA\OcSms\Db\ConfigMapper
$contactsManager OCP\Contacts\IManager

getContactPhotos() public method

public getContactPhotos ( )

getContacts() public method

public getContacts ( )

getInvertedContacts() public method

public getInvertedContacts ( )