1
0
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:
Thomas Tanghus 2014-04-23 11:43:26 +02:00
parent 7c37422c93
commit 06fd41e886

View File

@ -485,7 +485,8 @@ class Addressbook extends AbstractPIMCollection {
/**
* Returns the searchProvider for a specific backend.
* @param \OCA\Contacts\Addressbook $addressbook
*
* @return \OCP\IAddressBook
*/
public function getSearchProvider() {
return $this->backend->getSearchProvider($this);