54 lines
1.8 KiB
PHP
54 lines
1.8 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'L' =>
|
|
array (
|
|
'League\\Plates\\' => 14,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'League\\Plates\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/plates/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'u' =>
|
|
array (
|
|
'utilphp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/brandonwamboldt/utilphp/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'DB' => __DIR__ . '/..' . '/sergeytsalkov/meekrodb/db.class.php',
|
|
'DBHelper' => __DIR__ . '/..' . '/sergeytsalkov/meekrodb/db.class.php',
|
|
'DBTransaction' => __DIR__ . '/..' . '/sergeytsalkov/meekrodb/db.class.php',
|
|
'MeekroDB' => __DIR__ . '/..' . '/sergeytsalkov/meekrodb/db.class.php',
|
|
'MeekroDBEval' => __DIR__ . '/..' . '/sergeytsalkov/meekrodb/db.class.php',
|
|
'MeekroDBException' => __DIR__ . '/..' . '/sergeytsalkov/meekrodb/db.class.php',
|
|
'WhereClause' => __DIR__ . '/..' . '/sergeytsalkov/meekrodb/db.class.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|