summaryrefslogtreecommitdiffstats
path: root/3rdparty/Sabre/CardDAV/IDirectory.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-21 23:24:39 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-21 23:24:39 +0200
commite2f64394f3ba3ec7a1e653a654982dbfe9c4370b (patch)
tree9c46b30c8da19f6cef3d4e328d3ccb897525aec0 /3rdparty/Sabre/CardDAV/IDirectory.php
parenta0a80e74c2b7ba32cd6e8a57dcfba6bcadab3053 (diff)
downloadnextcloud-server-e2f64394f3ba3ec7a1e653a654982dbfe9c4370b.tar.gz
nextcloud-server-e2f64394f3ba3ec7a1e653a654982dbfe9c4370b.zip
update to SabreDav 1.6.2
Diffstat (limited to '3rdparty/Sabre/CardDAV/IDirectory.php')
-rwxr-xr-x3rdparty/Sabre/CardDAV/IDirectory.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/3rdparty/Sabre/CardDAV/IDirectory.php b/3rdparty/Sabre/CardDAV/IDirectory.php
new file mode 100755
index 00000000000..22d4afeb24a
--- /dev/null
+++ b/3rdparty/Sabre/CardDAV/IDirectory.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * IDirectory interface
+ *
+ * Implement this interface to have an addressbook marked as a 'directory'. A
+ * directory is an (often) global addressbook.
+ *
+ * A full description can be found in the IETF draft:
+ * - draft-daboo-carddav-directory-gateway
+ *
+ * @package Sabre
+ * @subpackage CardDAV
+ * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
+ * @author Evert Pot (http://www.rooftopsolutions.nl/)
+ * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ */
+interface Sabre_CardDAV_IDirectory extends Sabre_CardDAV_IAddressBook {
+
+
+}