autoload_static.php
2.96 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit8eb207aae3cc2a731e19dfda098dc2e6
{
public static $files = array (
'877aa62ef7bb84390b9ed4124d954939' => __DIR__ . '/..' . '/lucatume/di52/aliases.php',
);
public static $prefixLengthsPsr4 = array (
'l' =>
array (
'lucatume\\DI52\\' => 14,
),
'S' =>
array (
'StellarWP\\Telemetry\\Views_Dir\\' => 30,
'StellarWP\\Telemetry\\Assets_Dir\\' => 31,
'StellarWP\\Telemetry\\' => 20,
'StellarWP\\DB\\' => 13,
'StellarWP\\ContainerContract\\' => 28,
),
'P' =>
array (
'Psr\\Container\\' => 14,
),
'L' =>
array (
'LearnDash\\Core\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'lucatume\\DI52\\' =>
array (
0 => __DIR__ . '/..' . '/lucatume/di52/src',
),
'StellarWP\\Telemetry\\Views_Dir\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/telemetry/src/views',
),
'StellarWP\\Telemetry\\Assets_Dir\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/telemetry/src/resources',
),
'StellarWP\\Telemetry\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/telemetry/src/Telemetry',
),
'StellarWP\\DB\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/db/src/DB',
),
'StellarWP\\ContainerContract\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/container-contract/src',
),
'Psr\\Container\\' =>
array (
0 => __DIR__ . '/..' . '/psr/container/src',
),
'LearnDash\\Core\\' =>
array (
0 => __DIR__ . '/../..' . '/src/Core',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'LearnDash\\Core\\Container' => __DIR__ . '/../..' . '/src/Core/Container.php',
'Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php',
'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php',
'Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit8eb207aae3cc2a731e19dfda098dc2e6::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8eb207aae3cc2a731e19dfda098dc2e6::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8eb207aae3cc2a731e19dfda098dc2e6::$classMap;
}, null, ClassLoader::class);
}
}