]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/CardDAV/IDirectory.php
Initial Release of the calendar plugin
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / CardDAV / IDirectory.php
1 <?php
2
3 /**
4  * IDirectory interface
5  *
6  * Implement this interface to have an addressbook marked as a 'directory'. A
7  * directory is an (often) global addressbook.
8  *
9  * A full description can be found in the IETF draft:
10  *   - draft-daboo-carddav-directory-gateway
11  *
12  * @package Sabre
13  * @subpackage CardDAV
14  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
15  * @author Evert Pot (http://www.rooftopsolutions.nl/) 
16  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
17  */
18 interface Sabre_CardDAV_IDirectory extends Sabre_CardDAV_IAddressBook {
19
20
21 }