]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/DAVACL/includes.php
removed community home addon
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / DAVACL / includes.php
1 <?php
2
3 /**
4  * Sabre_DAVACL includes file
5  *
6  * Including this file will automatically include all files from the
7  * Sabre_DAVACL package.
8  *
9  * This often allows faster loadtimes, as autoload-speed is often quite slow.
10  *
11  * @package Sabre
12  * @subpackage DAVACL
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__ . '/AbstractPrincipalCollection.php';
20 include __DIR__ . '/Exception/AceConflict.php';
21 include __DIR__ . '/Exception/NeedPrivileges.php';
22 include __DIR__ . '/Exception/NoAbstract.php';
23 include __DIR__ . '/Exception/NotRecognizedPrincipal.php';
24 include __DIR__ . '/Exception/NotSupportedPrivilege.php';
25 include __DIR__ . '/IACL.php';
26 include __DIR__ . '/IPrincipal.php';
27 include __DIR__ . '/IPrincipalBackend.php';
28 include __DIR__ . '/Plugin.php';
29 include __DIR__ . '/Principal.php';
30 include __DIR__ . '/PrincipalBackend/PDO.php';
31 include __DIR__ . '/PrincipalCollection.php';
32 include __DIR__ . '/Property/Acl.php';
33 include __DIR__ . '/Property/AclRestrictions.php';
34 include __DIR__ . '/Property/CurrentUserPrivilegeSet.php';
35 include __DIR__ . '/Property/Principal.php';
36 include __DIR__ . '/Property/SupportedPrivilegeSet.php';
37 include __DIR__ . '/Version.php';
38 // End includes