autoload_static.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit1566b4f708bea65fef23c749d181d3ec
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
  9. '8dafcc6956460bc297e00381fed53e11' => __DIR__ . '/..' . '/zoujingli/think-library/src/common.php',
  10. );
  11. public static $prefixLengthsPsr4 = array (
  12. 't' =>
  13. array (
  14. 'think\\view\\driver\\' => 18,
  15. 'think\\admin\\' => 12,
  16. 'think\\' => 6,
  17. ),
  18. 'a' =>
  19. array (
  20. 'app\\' => 4,
  21. ),
  22. 'P' =>
  23. array (
  24. 'Psr\\SimpleCache\\' => 16,
  25. 'Psr\\Log\\' => 8,
  26. 'Psr\\Container\\' => 14,
  27. 'Psr\\Cache\\' => 10,
  28. ),
  29. 'L' =>
  30. array (
  31. 'League\\MimeTypeDetection\\' => 25,
  32. 'League\\Flysystem\\Cached\\' => 24,
  33. 'League\\Flysystem\\' => 17,
  34. ),
  35. );
  36. public static $prefixDirsPsr4 = array (
  37. 'think\\view\\driver\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  40. ),
  41. 'think\\admin\\' =>
  42. array (
  43. 0 => __DIR__ . '/..' . '/zoujingli/think-library/src',
  44. ),
  45. 'think\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  48. 1 => __DIR__ . '/..' . '/topthink/think-helper/src',
  49. 2 => __DIR__ . '/..' . '/topthink/think-orm/src',
  50. 3 => __DIR__ . '/..' . '/topthink/think-template/src',
  51. ),
  52. 'app\\' =>
  53. array (
  54. 0 => __DIR__ . '/../..' . '/app',
  55. ),
  56. 'Psr\\SimpleCache\\' =>
  57. array (
  58. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  59. ),
  60. 'Psr\\Log\\' =>
  61. array (
  62. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  63. ),
  64. 'Psr\\Container\\' =>
  65. array (
  66. 0 => __DIR__ . '/..' . '/psr/container/src',
  67. ),
  68. 'Psr\\Cache\\' =>
  69. array (
  70. 0 => __DIR__ . '/..' . '/psr/cache/src',
  71. ),
  72. 'League\\MimeTypeDetection\\' =>
  73. array (
  74. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  75. ),
  76. 'League\\Flysystem\\Cached\\' =>
  77. array (
  78. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  79. ),
  80. 'League\\Flysystem\\' =>
  81. array (
  82. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  83. ),
  84. );
  85. public static $fallbackDirsPsr0 = array (
  86. 0 => __DIR__ . '/../..' . '/extend',
  87. );
  88. public static $classMap = array (
  89. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  90. 'Ip2Region' => __DIR__ . '/..' . '/zoujingli/ip2region/Ip2Region.php',
  91. );
  92. public static function getInitializer(ClassLoader $loader)
  93. {
  94. return \Closure::bind(function () use ($loader) {
  95. $loader->prefixLengthsPsr4 = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$prefixLengthsPsr4;
  96. $loader->prefixDirsPsr4 = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$prefixDirsPsr4;
  97. $loader->fallbackDirsPsr0 = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$fallbackDirsPsr0;
  98. $loader->classMap = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$classMap;
  99. }, null, ClassLoader::class);
  100. }
  101. }