IContactsStore
Tags
Table of Contents
- findOne() : IEntry|null
- getContacts() : \OCP\Contacts\ContactsMenu\IEntry[]
Methods
findOne()
public
findOne(IUser $user, int $shareType, string $shareWith) : IEntry|null
Parameters
- $user : IUser
- $shareType : int
- $shareWith : string
Tags
Return values
IEntry|null —getContacts()
public
getContacts(IUser $user, string $filter[, int $limit = null ][, int $offset = null ]) : \OCP\Contacts\ContactsMenu\IEntry[]
Parameters
- $user : IUser
- $filter : string
- $limit : int = null
-
added 19.0.2
- $offset : int = null
-
added 19.0.2