mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Update docs for AddressBook::getSearchProvider. Refs #470
This commit is contained in:
parent
7c37422c93
commit
06fd41e886
@ -485,9 +485,10 @@ class Addressbook extends AbstractPIMCollection {
|
||||
|
||||
/**
|
||||
* Returns the searchProvider for a specific backend.
|
||||
* @param \OCA\Contacts\Addressbook $addressbook
|
||||
*
|
||||
* @return \OCP\IAddressBook
|
||||
*/
|
||||
public function getSearchProvider(){
|
||||
public function getSearchProvider() {
|
||||
return $this->backend->getSearchProvider($this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user