1<?php 2 3// autoload_static.php @generated by Composer 4 5namespace Composer\Autoload; 6 7class ComposerStaticInit52a297ed4ab736775b6b8b9cdfa085ef 8{ 9 public static $files = array ( 10 '383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php', 11 '2b9d0f43f9552984cfa82fee95491826' => __DIR__ . '/..' . '/sabre/event/lib/coroutine.php', 12 'd81bab31d3feb45bfe2f283ea3c8fdf7' => __DIR__ . '/..' . '/sabre/event/lib/Loop/functions.php', 13 'a1cce3d26cc15c00fcd0b3354bd72c88' => __DIR__ . '/..' . '/sabre/event/lib/Promise/functions.php', 14 '3569eecfeed3bcf0bad3c998a494ecb8' => __DIR__ . '/..' . '/sabre/xml/lib/Deserializer/functions.php', 15 '93aa591bc4ca510c520999e34229ee79' => __DIR__ . '/..' . '/sabre/xml/lib/Serializer/functions.php', 16 'ebdb698ed4152ae445614b69b5e4bb6a' => __DIR__ . '/..' . '/sabre/http/lib/functions.php', 17 ); 18 19 public static $prefixLengthsPsr4 = array ( 20 'S' => 21 array ( 22 'Sabre\\Xml\\' => 10, 23 'Sabre\\VObject\\' => 14, 24 'Sabre\\Uri\\' => 10, 25 'Sabre\\HTTP\\' => 11, 26 'Sabre\\Event\\' => 12, 27 'Sabre\\DAV\\' => 10, 28 'Sabre\\DAVACL\\' => 13, 29 'Sabre\\CardDAV\\' => 14, 30 'Sabre\\CalDAV\\' => 13, 31 ), 32 'P' => 33 array ( 34 'Psr\\Log\\' => 8, 35 ), 36 ); 37 38 public static $prefixDirsPsr4 = array ( 39 'Sabre\\Xml\\' => 40 array ( 41 0 => __DIR__ . '/..' . '/sabre/xml/lib', 42 ), 43 'Sabre\\VObject\\' => 44 array ( 45 0 => __DIR__ . '/..' . '/sabre/vobject/lib', 46 ), 47 'Sabre\\Uri\\' => 48 array ( 49 0 => __DIR__ . '/..' . '/sabre/uri/lib', 50 ), 51 'Sabre\\HTTP\\' => 52 array ( 53 0 => __DIR__ . '/..' . '/sabre/http/lib', 54 ), 55 'Sabre\\Event\\' => 56 array ( 57 0 => __DIR__ . '/..' . '/sabre/event/lib', 58 ), 59 'Sabre\\DAV\\' => 60 array ( 61 0 => __DIR__ . '/..' . '/sabre/dav/lib/DAV', 62 ), 63 'Sabre\\DAVACL\\' => 64 array ( 65 0 => __DIR__ . '/..' . '/sabre/dav/lib/DAVACL', 66 ), 67 'Sabre\\CardDAV\\' => 68 array ( 69 0 => __DIR__ . '/..' . '/sabre/dav/lib/CardDAV', 70 ), 71 'Sabre\\CalDAV\\' => 72 array ( 73 0 => __DIR__ . '/..' . '/sabre/dav/lib/CalDAV', 74 ), 75 'Psr\\Log\\' => 76 array ( 77 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', 78 ), 79 ); 80 81 public static function getInitializer(ClassLoader $loader) 82 { 83 return \Closure::bind(function () use ($loader) { 84 $loader->prefixLengthsPsr4 = ComposerStaticInit52a297ed4ab736775b6b8b9cdfa085ef::$prefixLengthsPsr4; 85 $loader->prefixDirsPsr4 = ComposerStaticInit52a297ed4ab736775b6b8b9cdfa085ef::$prefixDirsPsr4; 86 87 }, null, ClassLoader::class); 88 } 89} 90