diff options
author | Devian <devianleong@gmail.com> | 2021-04-22 17:03:46 +0800 |
---|---|---|
committer | Devian <devianleong@gmail.com> | 2021-04-22 17:03:46 +0800 |
commit | 745cf2431a71d0e6c5f08f8605839279b2f7496e (patch) | |
tree | 11e4c7a19ac9f9efc1bb253b29b1fa488c34238e /vendor/composer/autoload_static.php |
Initiate commit
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r-- | vendor/composer/autoload_static.php | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php new file mode 100644 index 0000000..097ac3d --- /dev/null +++ b/vendor/composer/autoload_static.php @@ -0,0 +1,71 @@ +<?php + +// autoload_static.php @generated by Composer + +namespace Composer\Autoload; + +class ComposerStaticInitd36addb7c57cfdb58fd5112db14a06cc +{ + public static $prefixLengthsPsr4 = array ( + 'P' => + array ( + 'Peopleaps\\Scorm\\' => 16, + ), + 'D' => + array ( + 'Doctrine\\Persistence\\' => 21, + 'Doctrine\\Common\\Lexer\\' => 22, + 'Doctrine\\Common\\Collections\\' => 28, + 'Doctrine\\Common\\Cache\\' => 22, + 'Doctrine\\Common\\Annotations\\' => 28, + 'Doctrine\\Common\\' => 16, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'Peopleaps\\Scorm\\' => + array ( + 0 => '/src', + ), + 'Doctrine\\Persistence\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/persistence/lib/Doctrine/Persistence', + ), + 'Doctrine\\Common\\Lexer\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/lexer/lib/Doctrine/Common/Lexer', + ), + 'Doctrine\\Common\\Collections\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/collections/lib/Doctrine/Common/Collections', + ), + 'Doctrine\\Common\\Cache\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache', + ), + 'Doctrine\\Common\\Annotations\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations', + ), + 'Doctrine\\Common\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/event-manager/lib/Doctrine/Common', + 1 => __DIR__ . '/..' . '/doctrine/persistence/lib/Doctrine/Common', + 2 => __DIR__ . '/..' . '/doctrine/common/lib/Doctrine/Common', + ), + ); + + public static $classMap = array ( + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInitd36addb7c57cfdb58fd5112db14a06cc::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitd36addb7c57cfdb58fd5112db14a06cc::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitd36addb7c57cfdb58fd5112db14a06cc::$classMap; + + }, null, ClassLoader::class); + } +} |