itmo-php-course/engine/vendor/composer/autoload_static.php
2025-02-21 22:04:23 +03:00

81 lines
2.2 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit921c1eb0caad68e963758a25e4bcf636
{
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Shalex\\Engine\\' => 14,
),
'P' =>
array (
'Psr\\Log\\' => 8,
'Psr\\Cache\\' => 10,
),
'D' =>
array (
'Doctrine\\Deprecations\\' => 22,
'Doctrine\\DBAL\\' => 14,
),
'A' =>
array (
'App\\Veiw\\' => 9,
'App\\Model\\' => 10,
'App\\Controller\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'Shalex\\Engine\\' =>
array (
0 => __DIR__ . '/../..' . '/core',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/src',
),
'Psr\\Cache\\' =>
array (
0 => __DIR__ . '/..' . '/psr/cache/src',
),
'Doctrine\\Deprecations\\' =>
array (
0 => __DIR__ . '/..' . '/doctrine/deprecations/src',
),
'Doctrine\\DBAL\\' =>
array (
0 => __DIR__ . '/..' . '/doctrine/dbal/src',
),
'App\\Veiw\\' =>
array (
0 => __DIR__ . '/../..' . '/app/view',
),
'App\\Model\\' =>
array (
0 => __DIR__ . '/../..' . '/app/model',
),
'App\\Controller\\' =>
array (
0 => __DIR__ . '/../..' . '/app/controller',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit921c1eb0caad68e963758a25e4bcf636::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit921c1eb0caad68e963758a25e4bcf636::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit921c1eb0caad68e963758a25e4bcf636::$classMap;
}, null, ClassLoader::class);
}
}