]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/CalDAV/includes.php
1ecb870a0e134c76bf318e7b7bf68f6176d8a923
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / CalDAV / includes.php
1 <?php
2
3 /**
4  * Sabre_CalDAV includes file
5  *
6  * Including this file will automatically include all files from the
7  * Sabre_CalDAV package.
8  *
9  * This often allows faster loadtimes, as autoload-speed is often quite slow.
10  *
11  * @package Sabre
12  * @subpackage CalDAV
13  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
14  * @author Evert Pot (http://www.rooftopsolutions.nl/)
15  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
16  */
17
18 // Begin includes
19 include __DIR__ . '/Backend/Abstract.php';
20 include __DIR__ . '/Backend/PDO.php';
21 include __DIR__ . '/CalendarQueryParser.php';
22 include __DIR__ . '/CalendarQueryValidator.php';
23 include __DIR__ . '/CalendarRootNode.php';
24 include __DIR__ . '/ICalendar.php';
25 include __DIR__ . '/ICalendarObject.php';
26 include __DIR__ . '/ICSExportPlugin.php';
27 include __DIR__ . '/Plugin.php';
28 include __DIR__ . '/Principal/Collection.php';
29 include __DIR__ . '/Principal/ProxyRead.php';
30 include __DIR__ . '/Principal/ProxyWrite.php';
31 include __DIR__ . '/Principal/User.php';
32 include __DIR__ . '/Property/SupportedCalendarComponentSet.php';
33 include __DIR__ . '/Property/SupportedCalendarData.php';
34 include __DIR__ . '/Property/SupportedCollationSet.php';
35 include __DIR__ . '/Schedule/IMip.php';
36 include __DIR__ . '/Schedule/IOutbox.php';
37 include __DIR__ . '/Schedule/Outbox.php';
38 include __DIR__ . '/Server.php';
39 include __DIR__ . '/UserCalendars.php';
40 include __DIR__ . '/Version.php';
41 include __DIR__ . '/Calendar.php';
42 include __DIR__ . '/CalendarObject.php';
43 // End includes