mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Doc for carddav backend class
This commit is contained in:
parent
6afe00e443
commit
b672cd7ea7
@ -26,6 +26,13 @@ namespace OCA\Contacts\CardDAV;
|
||||
|
||||
use OCA\Contacts;
|
||||
|
||||
/**
|
||||
* This class exchanges data between SabreDav and the Address book backends.
|
||||
*
|
||||
* Address book IDs are a combination of the backend name and the ID it has
|
||||
* in that backend. For your own address books it can be e.g 'local::1' for
|
||||
* an address book shared with you it could be 'shared::2' an so forth.
|
||||
*/
|
||||
class Backend extends \Sabre_CardDAV_Backend_Abstract {
|
||||
|
||||
public function __construct($backends) {
|
||||
|
Loading…
Reference in New Issue
Block a user