forked from kuafuRace/phprap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoload_static.php
More file actions
executable file
·96 lines (87 loc) · 2.83 KB
/
Copy pathautoload_static.php
File metadata and controls
executable file
·96 lines (87 loc) · 2.83 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
89
90
91
92
93
94
95
96
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit64ef05c9fe4d23466906586e3f2963af
{
public static $files = array (
'f084d01b0a599f67676cffef638aa95b' => __DIR__ . '/..' . '/smarty/smarty/libs/bootstrap.php',
'2c102faa651ef8ea5874edb585946bce' => __DIR__ . '/..' . '/swiftmailer/swiftmailer/lib/swift_required.php',
);
public static $prefixLengthsPsr4 = array (
'y' =>
array (
'yii\\swiftmailer\\' => 16,
'yii\\smarty\\' => 11,
'yii\\composer\\' => 13,
'yii\\' => 4,
),
'i' =>
array (
'itbdw\\Ip\\' => 9,
),
'J' =>
array (
'Jenssegers\\Agent\\' => 17,
'Jaybizzle\\CrawlerDetect\\' => 24,
),
'C' =>
array (
'Curl\\' => 5,
),
);
public static $prefixDirsPsr4 = array (
'yii\\swiftmailer\\' =>
array (
0 => __DIR__ . '/..' . '/yiisoft/yii2-swiftmailer',
),
'yii\\smarty\\' =>
array (
0 => __DIR__ . '/..' . '/yiisoft/yii2-smarty/src',
),
'yii\\composer\\' =>
array (
0 => __DIR__ . '/..' . '/yiisoft/yii2-composer',
),
'yii\\' =>
array (
0 => __DIR__ . '/..' . '/yiisoft/yii2',
),
'itbdw\\Ip\\' =>
array (
0 => __DIR__ . '/..' . '/itbdw/ip-database/src',
),
'Jenssegers\\Agent\\' =>
array (
0 => __DIR__ . '/..' . '/jenssegers/agent/src',
),
'Jaybizzle\\CrawlerDetect\\' =>
array (
0 => __DIR__ . '/..' . '/jaybizzle/crawler-detect/src',
),
'Curl\\' =>
array (
0 => __DIR__ . '/..' . '/php-curl-class/php-curl-class/src/Curl',
),
);
public static $prefixesPsr0 = array (
'D' =>
array (
'Detection' =>
array (
0 => __DIR__ . '/..' . '/mobiledetect/mobiledetectlib/namespaced',
),
),
);
public static $classMap = array (
'Mobile_Detect' => __DIR__ . '/..' . '/mobiledetect/mobiledetectlib/Mobile_Detect.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit64ef05c9fe4d23466906586e3f2963af::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit64ef05c9fe4d23466906586e3f2963af::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit64ef05c9fe4d23466906586e3f2963af::$prefixesPsr0;
$loader->classMap = ComposerStaticInit64ef05c9fe4d23466906586e3f2963af::$classMap;
}, null, ClassLoader::class);
}
}