70 lines
1.8 KiB
PHP
Executable File
70 lines
1.8 KiB
PHP
Executable File
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitb27e26f30d016e3e2defdc01adfeaae6
|
|
{
|
|
public static $files = array (
|
|
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
's' =>
|
|
array (
|
|
'setasign\\Fpdi\\' => 14,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Log\\' => 8,
|
|
'Psr\\Http\\Message\\' => 17,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Mpdf\\PsrLogAwareTrait\\' => 22,
|
|
'Mpdf\\' => 5,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'DeepCopy\\' => 9,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'setasign\\Fpdi\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/setasign/fpdi/src',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Mpdf\\PsrLogAwareTrait\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mpdf/psr-log-aware-trait/src',
|
|
),
|
|
'Mpdf\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mpdf/mpdf/src',
|
|
),
|
|
'DeepCopy\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitb27e26f30d016e3e2defdc01adfeaae6::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitb27e26f30d016e3e2defdc01adfeaae6::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|