mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Add docs
This commit is contained in:
parent
11eef60a55
commit
0d619b835c
@ -483,6 +483,10 @@ class Addressbook extends AbstractPIMCollection {
|
||||
return $events;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the searchProvider for a specific backend.
|
||||
* @param \OCA\Contacts\Addressbook $addressbook
|
||||
*/
|
||||
public function getSearchProvider($addressbook){
|
||||
return $this->backend->getSearchProvider($addressbook);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user