1
0
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:
Thomas Tanghus 2014-02-08 21:12:36 +01:00
parent 6afe00e443
commit b672cd7ea7

View File

@ -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) {