autoload_static.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit23d81aad5adc088b75b50af235a460f3
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'e' =>
  8. array (
  9. 'esperecyan\\webidl\\' => 18,
  10. 'esperecyan\\url\\' => 15,
  11. ),
  12. );
  13. public static $prefixDirsPsr4 = array (
  14. 'esperecyan\\webidl\\' =>
  15. array (
  16. 0 => __DIR__ . '/..' . '/esperecyan/webidl/src',
  17. ),
  18. 'esperecyan\\url\\' =>
  19. array (
  20. 0 => __DIR__ . '/..' . '/esperecyan/url/src',
  21. ),
  22. );
  23. public static $classMap = array (
  24. 'RobotsTxtParser' => __DIR__ . '/..' . '/t1gor/robots-txt-parser/source/robotstxtparser.php',
  25. );
  26. public static function getInitializer(ClassLoader $loader)
  27. {
  28. return \Closure::bind(function () use ($loader) {
  29. $loader->prefixLengthsPsr4 = ComposerStaticInit23d81aad5adc088b75b50af235a460f3::$prefixLengthsPsr4;
  30. $loader->prefixDirsPsr4 = ComposerStaticInit23d81aad5adc088b75b50af235a460f3::$prefixDirsPsr4;
  31. $loader->classMap = ComposerStaticInit23d81aad5adc088b75b50af235a460f3::$classMap;
  32. }, null, ClassLoader::class);
  33. }
  34. }