autoload_static.php 2.8 KB

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