|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
// autoload_static.php @generated by Composer |
|
4
|
|
|
|
|
5
|
|
|
namespace Composer\Autoload; |
|
6
|
|
|
|
|
7
|
|
|
class ComposerStaticInit274e5fff219a4f27a346e611b0580d6a |
|
8
|
|
|
{ |
|
9
|
|
|
public static $files = array ( |
|
10
|
|
|
'6bc45d0537e6858fd179bdbc31d62c79' => __DIR__ . '/..' . '/raveren/kint/Kint.class.php', |
|
11
|
|
|
'e40631d46120a9c38ea139981f8dab26' => __DIR__ . '/..' . '/ircmaxell/password-compat/lib/password.php', |
|
12
|
|
|
); |
|
13
|
|
|
|
|
14
|
|
|
public static $prefixLengthsPsr4 = array ( |
|
15
|
|
|
'X' => |
|
16
|
|
|
array ( |
|
17
|
|
|
'Xmf\\' => 4, |
|
18
|
|
|
), |
|
19
|
|
|
'S' => |
|
20
|
|
|
array ( |
|
21
|
|
|
'Symfony\\Component\\Yaml\\' => 23, |
|
22
|
|
|
), |
|
23
|
|
|
'F' => |
|
24
|
|
|
array ( |
|
25
|
|
|
'Firebase\\JWT\\' => 13, |
|
26
|
|
|
), |
|
27
|
|
|
); |
|
28
|
|
|
|
|
29
|
|
|
public static $prefixDirsPsr4 = array ( |
|
30
|
|
|
'Xmf\\' => |
|
31
|
|
|
array ( |
|
32
|
|
|
0 => __DIR__ . '/..' . '/xoops/xmf/src/Xmf', |
|
33
|
|
|
), |
|
34
|
|
|
'Symfony\\Component\\Yaml\\' => |
|
35
|
|
|
array ( |
|
36
|
|
|
0 => __DIR__ . '/..' . '/symfony/yaml', |
|
37
|
|
|
), |
|
38
|
|
|
'Firebase\\JWT\\' => |
|
39
|
|
|
array ( |
|
40
|
|
|
0 => __DIR__ . '/..' . '/firebase/php-jwt/src', |
|
41
|
|
|
), |
|
42
|
|
|
); |
|
43
|
|
|
|
|
44
|
|
|
public static $prefixesPsr0 = array ( |
|
45
|
|
|
'W' => |
|
46
|
|
|
array ( |
|
47
|
|
|
'WideImage' => |
|
48
|
|
|
array ( |
|
49
|
|
|
0 => __DIR__ . '/..' . '/smottt/wideimage/lib', |
|
50
|
|
|
), |
|
51
|
|
|
), |
|
52
|
|
|
'S' => |
|
53
|
|
|
array ( |
|
54
|
|
|
'SecurityLib' => |
|
55
|
|
|
array ( |
|
56
|
|
|
0 => __DIR__ . '/..' . '/ircmaxell/security-lib/lib', |
|
57
|
|
|
), |
|
58
|
|
|
), |
|
59
|
|
|
'R' => |
|
60
|
|
|
array ( |
|
61
|
|
|
'RandomLib' => |
|
62
|
|
|
array ( |
|
63
|
|
|
0 => __DIR__ . '/..' . '/ircmaxell/random-lib/lib', |
|
64
|
|
|
), |
|
65
|
|
|
), |
|
66
|
|
|
); |
|
67
|
|
|
|
|
68
|
|
|
public static $classMap = array ( |
|
69
|
|
|
'Firebase\\JWT\\BeforeValidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/BeforeValidException.php', |
|
70
|
|
|
'Firebase\\JWT\\ExpiredException' => __DIR__ . '/..' . '/firebase/php-jwt/src/ExpiredException.php', |
|
71
|
|
|
'Firebase\\JWT\\JWT' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWT.php', |
|
72
|
|
|
'Firebase\\JWT\\SignatureInvalidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/SignatureInvalidException.php', |
|
73
|
|
|
'RandomLib\\AbstractMcryptMixer' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php', |
|
74
|
|
|
'RandomLib\\AbstractMixer' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/AbstractMixer.php', |
|
75
|
|
|
'RandomLib\\AbstractSource' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/AbstractSource.php', |
|
76
|
|
|
'RandomLib\\Factory' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Factory.php', |
|
77
|
|
|
'RandomLib\\Generator' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Generator.php', |
|
78
|
|
|
'RandomLib\\Mixer' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Mixer.php', |
|
79
|
|
|
'RandomLib\\Mixer\\Hash' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Mixer/Hash.php', |
|
80
|
|
|
'RandomLib\\Mixer\\McryptRijndael128' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Mixer/McryptRijndael128.php', |
|
81
|
|
|
'RandomLib\\Mixer\\XorMixer' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Mixer/XorMixer.php', |
|
82
|
|
|
'RandomLib\\Source' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source.php', |
|
83
|
|
|
'RandomLib\\Source\\CAPICOM' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/CAPICOM.php', |
|
84
|
|
|
'RandomLib\\Source\\MTRand' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/MTRand.php', |
|
85
|
|
|
'RandomLib\\Source\\MicroTime' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/MicroTime.php', |
|
86
|
|
|
'RandomLib\\Source\\OpenSSL' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/OpenSSL.php', |
|
87
|
|
|
'RandomLib\\Source\\Rand' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/Rand.php', |
|
88
|
|
|
'RandomLib\\Source\\Random' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/Random.php', |
|
89
|
|
|
'RandomLib\\Source\\RandomBytes' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/RandomBytes.php', |
|
90
|
|
|
'RandomLib\\Source\\Sodium' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/Sodium.php', |
|
91
|
|
|
'RandomLib\\Source\\URandom' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/URandom.php', |
|
92
|
|
|
'RandomLib\\Source\\UniqID' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/UniqID.php', |
|
93
|
|
|
'SecurityLib\\AbstractFactory' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/AbstractFactory.php', |
|
94
|
|
|
'SecurityLib\\BaseConverter' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BaseConverter.php', |
|
95
|
|
|
'SecurityLib\\BigMath' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath.php', |
|
96
|
|
|
'SecurityLib\\BigMath\\BCMath' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath/BCMath.php', |
|
97
|
|
|
'SecurityLib\\BigMath\\GMP' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath/GMP.php', |
|
98
|
|
|
'SecurityLib\\BigMath\\PHPMath' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath/PHPMath.php', |
|
99
|
|
|
'SecurityLib\\Enum' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/Enum.php', |
|
100
|
|
|
'SecurityLib\\Hash' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/Hash.php', |
|
101
|
|
|
'SecurityLib\\Strength' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/Strength.php', |
|
102
|
|
|
'SecurityLib\\Util' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/Util.php', |
|
103
|
|
|
'Symfony\\Component\\Yaml\\Dumper' => __DIR__ . '/..' . '/symfony/yaml/Dumper.php', |
|
104
|
|
|
'Symfony\\Component\\Yaml\\Escaper' => __DIR__ . '/..' . '/symfony/yaml/Escaper.php', |
|
105
|
|
|
'Symfony\\Component\\Yaml\\Exception\\DumpException' => __DIR__ . '/..' . '/symfony/yaml/Exception/DumpException.php', |
|
106
|
|
|
'Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/yaml/Exception/ExceptionInterface.php', |
|
107
|
|
|
'Symfony\\Component\\Yaml\\Exception\\ParseException' => __DIR__ . '/..' . '/symfony/yaml/Exception/ParseException.php', |
|
108
|
|
|
'Symfony\\Component\\Yaml\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/yaml/Exception/RuntimeException.php', |
|
109
|
|
|
'Symfony\\Component\\Yaml\\Inline' => __DIR__ . '/..' . '/symfony/yaml/Inline.php', |
|
110
|
|
|
'Symfony\\Component\\Yaml\\Parser' => __DIR__ . '/..' . '/symfony/yaml/Parser.php', |
|
111
|
|
|
'Symfony\\Component\\Yaml\\Unescaper' => __DIR__ . '/..' . '/symfony/yaml/Unescaper.php', |
|
112
|
|
|
'Symfony\\Component\\Yaml\\Yaml' => __DIR__ . '/..' . '/symfony/yaml/Yaml.php', |
|
113
|
|
|
'WideImage\\Canvas' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Canvas.php', |
|
114
|
|
|
'WideImage\\Coordinate' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Coordinate.php', |
|
115
|
|
|
'WideImage\\Exception\\Exception' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/Exception.php', |
|
116
|
|
|
'WideImage\\Exception\\GDFunctionResultException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/GDFunctionResultException.php', |
|
117
|
|
|
'WideImage\\Exception\\InvalidCanvasMethodException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidCanvasMethodException.php', |
|
118
|
|
|
'WideImage\\Exception\\InvalidCoordinateException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidCoordinateException.php', |
|
119
|
|
|
'WideImage\\Exception\\InvalidFontFileException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidFontFileException.php', |
|
120
|
|
|
'WideImage\\Exception\\InvalidImageDimensionException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidImageDimensionException.php', |
|
121
|
|
|
'WideImage\\Exception\\InvalidImageHandleException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidImageHandleException.php', |
|
122
|
|
|
'WideImage\\Exception\\InvalidImageSourceException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidImageSourceException.php', |
|
123
|
|
|
'WideImage\\Exception\\NoFontException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/NoFontException.php', |
|
124
|
|
|
'WideImage\\Exception\\UnknownErrorWhileMappingException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/UnknownErrorWhileMappingException.php', |
|
125
|
|
|
'WideImage\\Exception\\UnknownImageOperationException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/UnknownImageOperationException.php', |
|
126
|
|
|
'WideImage\\Exception\\UnsupportedFormatException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/UnsupportedFormatException.php', |
|
127
|
|
|
'WideImage\\Font\\GDF' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Font/GDF.php', |
|
128
|
|
|
'WideImage\\Font\\PS' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Font/PS.php', |
|
129
|
|
|
'WideImage\\Font\\TTF' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Font/TTF.php', |
|
130
|
|
|
'WideImage\\Image' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Image.php', |
|
131
|
|
|
'WideImage\\MapperFactory' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/MapperFactory.php', |
|
132
|
|
|
'WideImage\\Mapper\\BMP' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/BMP.php', |
|
133
|
|
|
'WideImage\\Mapper\\GD' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/GD.php', |
|
134
|
|
|
'WideImage\\Mapper\\GD2' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/GD2.php', |
|
135
|
|
|
'WideImage\\Mapper\\GIF' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/GIF.php', |
|
136
|
|
|
'WideImage\\Mapper\\JPEG' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/JPEG.php', |
|
137
|
|
|
'WideImage\\Mapper\\PNG' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/PNG.php', |
|
138
|
|
|
'WideImage\\Mapper\\TGA' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/TGA.php', |
|
139
|
|
|
'WideImage\\Mapper\\WEBP' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/WEBP.php', |
|
140
|
|
|
'WideImage\\OperationFactory' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/OperationFactory.php', |
|
141
|
|
|
'WideImage\\Operation\\AddNoise' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AddNoise.php', |
|
142
|
|
|
'WideImage\\Operation\\ApplyConvolution' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ApplyConvolution.php', |
|
143
|
|
|
'WideImage\\Operation\\ApplyFilter' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ApplyFilter.php', |
|
144
|
|
|
'WideImage\\Operation\\ApplyMask' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ApplyMask.php', |
|
145
|
|
|
'WideImage\\Operation\\AsGrayscale' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AsGrayscale.php', |
|
146
|
|
|
'WideImage\\Operation\\AsNegative' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AsNegative.php', |
|
147
|
|
|
'WideImage\\Operation\\AutoCrop' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AutoCrop.php', |
|
148
|
|
|
'WideImage\\Operation\\CopyChannelsPalette' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/CopyChannelsPalette.php', |
|
149
|
|
|
'WideImage\\Operation\\CopyChannelsTrueColor' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/CopyChannelsTrueColor.php', |
|
150
|
|
|
'WideImage\\Operation\\CorrectGamma' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/CorrectGamma.php', |
|
151
|
|
|
'WideImage\\Operation\\Crop' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Crop.php', |
|
152
|
|
|
'WideImage\\Operation\\Exception\\InvalidFitMethodException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Exception/InvalidFitMethodException.php', |
|
153
|
|
|
'WideImage\\Operation\\Exception\\InvalidResizeDimensionException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Exception/InvalidResizeDimensionException.php', |
|
154
|
|
|
'WideImage\\Operation\\Flip' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Flip.php', |
|
155
|
|
|
'WideImage\\Operation\\GetMask' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/GetMask.php', |
|
156
|
|
|
'WideImage\\Operation\\Merge' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Merge.php', |
|
157
|
|
|
'WideImage\\Operation\\Mirror' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Mirror.php', |
|
158
|
|
|
'WideImage\\Operation\\Resize' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Resize.php', |
|
159
|
|
|
'WideImage\\Operation\\ResizeCanvas' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ResizeCanvas.php', |
|
160
|
|
|
'WideImage\\Operation\\Rotate' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Rotate.php', |
|
161
|
|
|
'WideImage\\Operation\\RoundCorners' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/RoundCorners.php', |
|
162
|
|
|
'WideImage\\Operation\\Unsharp' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Unsharp.php', |
|
163
|
|
|
'WideImage\\PaletteImage' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/PaletteImage.php', |
|
164
|
|
|
'WideImage\\TrueColorImage' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/TrueColorImage.php', |
|
165
|
|
|
'WideImage\\WideImage' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/WideImage.php', |
|
166
|
|
|
'WideImage\\vendor\\de77\\BMP' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/vendor/de77/BMP.php', |
|
167
|
|
|
'WideImage\\vendor\\de77\\TGA' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/vendor/de77/TGA.php', |
|
168
|
|
|
'Xmf\\Database\\Migrate' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Database/Migrate.php', |
|
169
|
|
|
'Xmf\\Database\\TableLoad' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Database/TableLoad.php', |
|
170
|
|
|
'Xmf\\Database\\Tables' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Database/Tables.php', |
|
171
|
|
|
'Xmf\\Debug' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Debug.php', |
|
172
|
|
|
'Xmf\\FilterInput' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/FilterInput.php', |
|
173
|
|
|
'Xmf\\Highlighter' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Highlighter.php', |
|
174
|
|
|
'Xmf\\IPAddress' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/IPAddress.php', |
|
175
|
|
|
'Xmf\\Jwt\\JsonWebToken' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/JsonWebToken.php', |
|
176
|
|
|
'Xmf\\Jwt\\KeyFactory' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/KeyFactory.php', |
|
177
|
|
|
'Xmf\\Jwt\\TokenFactory' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/TokenFactory.php', |
|
178
|
|
|
'Xmf\\Jwt\\TokenReader' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/TokenReader.php', |
|
179
|
|
|
'Xmf\\Key\\ArrayStorage' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/ArrayStorage.php', |
|
180
|
|
|
'Xmf\\Key\\Basic' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/Basic.php', |
|
181
|
|
|
'Xmf\\Key\\FileStorage' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/FileStorage.php', |
|
182
|
|
|
'Xmf\\Key\\KeyAbstract' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/KeyAbstract.php', |
|
183
|
|
|
'Xmf\\Key\\StorageInterface' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/StorageInterface.php', |
|
184
|
|
|
'Xmf\\Language' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Language.php', |
|
185
|
|
|
'Xmf\\Metagen' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Metagen.php', |
|
186
|
|
|
'Xmf\\Module\\Admin' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Admin.php', |
|
187
|
|
|
'Xmf\\Module\\Helper' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper.php', |
|
188
|
|
|
'Xmf\\Module\\Helper\\AbstractHelper' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/AbstractHelper.php', |
|
189
|
|
|
'Xmf\\Module\\Helper\\Cache' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/Cache.php', |
|
190
|
|
|
'Xmf\\Module\\Helper\\GenericHelper' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/GenericHelper.php', |
|
191
|
|
|
'Xmf\\Module\\Helper\\Permission' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/Permission.php', |
|
192
|
|
|
'Xmf\\Module\\Helper\\Session' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/Session.php', |
|
193
|
|
|
'Xmf\\Random' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Random.php', |
|
194
|
|
|
'Xmf\\Request' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Request.php', |
|
195
|
|
|
'Xmf\\StopWords' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/StopWords.php', |
|
196
|
|
|
'Xmf\\Yaml' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Yaml.php', |
|
197
|
|
|
); |
|
198
|
|
|
|
|
199
|
|
|
public static function getInitializer(ClassLoader $loader) |
|
|
|
|
|
|
200
|
|
|
{ |
|
201
|
|
|
return \Closure::bind(function () use ($loader) { |
|
202
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit274e5fff219a4f27a346e611b0580d6a::$prefixLengthsPsr4; |
|
203
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit274e5fff219a4f27a346e611b0580d6a::$prefixDirsPsr4; |
|
204
|
|
|
$loader->prefixesPsr0 = ComposerStaticInit274e5fff219a4f27a346e611b0580d6a::$prefixesPsr0; |
|
205
|
|
|
$loader->classMap = ComposerStaticInit274e5fff219a4f27a346e611b0580d6a::$classMap; |
|
206
|
|
|
|
|
207
|
|
|
}, null, ClassLoader::class); |
|
208
|
|
|
} |
|
209
|
|
|
} |
|
210
|
|
|
|
Our type inference engine in quite powerful, but sometimes the code does not provide enough clues to go by. In these cases we request you to add a
@returnannotation as described here.