1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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);
}
}
|