72 lines
2.1 KiB
PHP
72 lines
2.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8
|
|
{
|
|
public static $files = array (
|
|
'2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
|
|
'1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
|
|
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
't' =>
|
|
array (
|
|
'think\\helper\\' => 13,
|
|
'think\\composer\\' => 15,
|
|
'think\\captcha\\' => 14,
|
|
'think\\' => 6,
|
|
),
|
|
'a' =>
|
|
array (
|
|
'app\\' => 4,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'think\\helper\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-helper/src',
|
|
),
|
|
'think\\composer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-installer/src',
|
|
),
|
|
'think\\captcha\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
|
|
),
|
|
'think\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-image/src',
|
|
),
|
|
'app\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/application',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'H' =>
|
|
array (
|
|
'HTMLPurifier' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|