]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/VObject/includes.php
Move friendica-specific parts into an own subdirectory
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / VObject / includes.php
1 <?php
2
3 /**
4  * Sabre_VObject includes file
5  *
6  * Including this file will automatically include all files from the VObject
7  * package.
8  *
9  * This often allows faster loadtimes, as autoload-speed is often quite slow.
10  *
11  * @package Sabre
12  * @subpackage VObject
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__ . '/DateTimeParser.php';
20 include __DIR__ . '/ElementList.php';
21 include __DIR__ . '/FreeBusyGenerator.php';
22 include __DIR__ . '/Node.php';
23 include __DIR__ . '/Parameter.php';
24 include __DIR__ . '/ParseException.php';
25 include __DIR__ . '/Reader.php';
26 include __DIR__ . '/RecurrenceIterator.php';
27 include __DIR__ . '/TimeZoneUtil.php';
28 include __DIR__ . '/Version.php';
29 include __DIR__ . '/Element.php';
30 include __DIR__ . '/Property.php';
31 include __DIR__ . '/Component.php';
32 include __DIR__ . '/Property/DateTime.php';
33 include __DIR__ . '/Property/MultiDateTime.php';
34 include __DIR__ . '/Component/VAlarm.php';
35 include __DIR__ . '/Component/VCalendar.php';
36 include __DIR__ . '/Component/VEvent.php';
37 include __DIR__ . '/Component/VJournal.php';
38 include __DIR__ . '/Component/VTodo.php';
39 // End includes