]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/CardDAV/ICard.php
a17299316c174c45e90418c68026b6188db9d8fd
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / CardDAV / ICard.php
1 <?php
2
3 /**
4  * Card interface
5  *
6  * Extend the ICard interface to allow your custom nodes to be picked up as
7  * 'Cards'.
8  *
9  * @package Sabre
10  * @subpackage CardDAV
11  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
12  * @author Evert Pot (http://www.rooftopsolutions.nl/) 
13  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
14  */
15 interface Sabre_CardDAV_ICard extends Sabre_DAV_IFile {
16
17 }
18