PHP 클래스 OCA\OcSms\Lib\ContactCache

파일 보기 프로젝트 열기: nerzhul/ocsms

공개 메소드들

메소드 설명
__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 ( )