autoload_static.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8
  5. {
  6. public static $files = array (
  7. '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
  8. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  9. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  10. );
  11. public static $prefixLengthsPsr4 = array (
  12. 't' =>
  13. array (
  14. 'think\\helper\\' => 13,
  15. 'think\\composer\\' => 15,
  16. 'think\\captcha\\' => 14,
  17. 'think\\' => 6,
  18. ),
  19. 'a' =>
  20. array (
  21. 'app\\' => 4,
  22. ),
  23. );
  24. public static $prefixDirsPsr4 = array (
  25. 'think\\helper\\' =>
  26. array (
  27. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  28. ),
  29. 'think\\composer\\' =>
  30. array (
  31. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  32. ),
  33. 'think\\captcha\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  36. ),
  37. 'think\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/topthink/think-image/src',
  40. ),
  41. 'app\\' =>
  42. array (
  43. 0 => __DIR__ . '/../..' . '/application',
  44. ),
  45. );
  46. public static $prefixesPsr0 = array (
  47. 'H' =>
  48. array (
  49. 'HTMLPurifier' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
  52. ),
  53. ),
  54. );
  55. public static function getInitializer(ClassLoader $loader)
  56. {
  57. return \Closure::bind(function () use ($loader) {
  58. $loader->prefixLengthsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixLengthsPsr4;
  59. $loader->prefixDirsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixDirsPsr4;
  60. $loader->prefixesPsr0 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixesPsr0;
  61. }, null, ClassLoader::class);
  62. }
  63. }