autoload_static.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8
  5. {
  6. public static $files = array (
  7. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  8. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  9. '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.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. );
  20. public static $prefixDirsPsr4 = array (
  21. 'think\\helper\\' =>
  22. array (
  23. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  24. ),
  25. 'think\\composer\\' =>
  26. array (
  27. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  28. ),
  29. 'think\\captcha\\' =>
  30. array (
  31. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  32. ),
  33. 'think\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/topthink/think-image/src',
  36. 1 => __DIR__ . '/../..' . '/thinkphp/library/think',
  37. ),
  38. );
  39. public static $prefixesPsr0 = array (
  40. 'H' =>
  41. array (
  42. 'HTMLPurifier' =>
  43. array (
  44. 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
  45. ),
  46. ),
  47. );
  48. public static function getInitializer(ClassLoader $loader)
  49. {
  50. return \Closure::bind(function () use ($loader) {
  51. $loader->prefixLengthsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixLengthsPsr4;
  52. $loader->prefixDirsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixDirsPsr4;
  53. $loader->prefixesPsr0 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixesPsr0;
  54. }, null, ClassLoader::class);
  55. }
  56. }