PHP Класс OCA\OcSms\Lib\ContactCache

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ConfigMapper $cfgMapper, OCP\Contacts\IManager $contactsManager )
getContactPhotos ( )
getContacts ( )
getInvertedContacts ( )

Приватные методы

Метод Описание
loadContacts ( ) Partially importe this function from owncloud Chat app https://github.com/owncloud/chat/blob/master/app/chat.php
pushPhoneNumberToCache ( $rawPhone, $contactName, $country )

Описание методов

__construct() публичный Метод

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

getContactPhotos() публичный Метод

public getContactPhotos ( )

getContacts() публичный Метод

public getContacts ( )

getInvertedContacts() публичный Метод

public getInvertedContacts ( )