]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/CalDAV/Notifications/ICollection.php
bdf6bf1ece9dcce2eae2efab457ddcc548947eae
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / CalDAV / Notifications / ICollection.php
1 <?php
2
3 /**
4  * This node represents a list of notifications.
5  *
6  * It provides no additional functionality, but you must implement this
7  * interface to allow the Notifications addon to mark the collection
8  * as a notifications collection.
9  *
10  * This collection should only return Sabre_CalDAV_Notifications_INode nodes as
11  * its children.
12  *
13  * @package Sabre
14  * @subpackage CalDAV
15  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
16  * @author Evert Pot (http://www.rooftopsolutions.nl/)
17  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
18  */
19 interface Sabre_CalDAV_Notifications_ICollection extends Sabre_DAV_ICollection {
20
21
22 }