]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/CardDAV/includes.php
c3b8c04b077584a2a9d168a5e0dc99fcedbf477d
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / CardDAV / includes.php
1 <?php
2
3 /**
4  * Sabre_CardDAV includes file
5  *
6  * Including this file will automatically include all files from the
7  * Sabre_CardDAV package.
8  *
9  * This often allows faster loadtimes, as autoload-speed is often quite slow.
10  *
11  * @package Sabre
12  * @subpackage CardDAV
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__ . '/AddressBookQueryParser.php';
20 include __DIR__ . '/AddressBookRoot.php';
21 include __DIR__ . '/Backend/Abstract.php';
22 include __DIR__ . '/Backend/PDO.php';
23 include __DIR__ . '/IAddressBook.php';
24 include __DIR__ . '/ICard.php';
25 include __DIR__ . '/IDirectory.php';
26 include __DIR__ . '/Plugin.php';
27 include __DIR__ . '/Property/SupportedAddressData.php';
28 include __DIR__ . '/UserAddressBooks.php';
29 include __DIR__ . '/Version.php';
30 include __DIR__ . '/AddressBook.php';
31 include __DIR__ . '/Card.php';
32 // End includes