123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit23d81aad5adc088b75b50af235a460f3
- {
- public static $prefixLengthsPsr4 = array (
- 'e' =>
- array (
- 'esperecyan\\webidl\\' => 18,
- 'esperecyan\\url\\' => 15,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'esperecyan\\webidl\\' =>
- array (
- 0 => __DIR__ . '/..' . '/esperecyan/webidl/src',
- ),
- 'esperecyan\\url\\' =>
- array (
- 0 => __DIR__ . '/..' . '/esperecyan/url/src',
- ),
- );
- public static $classMap = array (
- 'RobotsTxtParser' => __DIR__ . '/..' . '/t1gor/robots-txt-parser/source/robotstxtparser.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit23d81aad5adc088b75b50af235a460f3::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit23d81aad5adc088b75b50af235a460f3::$prefixDirsPsr4;
- $loader->classMap = ComposerStaticInit23d81aad5adc088b75b50af235a460f3::$classMap;
- }, null, ClassLoader::class);
- }
- }
|