PluginProbe ʕ •ᴥ•ʔ
GiveWP – Donation Plugin and Fundraising Platform / 4.16.8
GiveWP – Donation Plugin and Fundraising Platform v4.16.8
4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 2.32.0 2.33.0 2.33.1 2.33.2 2.33.3 2.33.4 2.33.5 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.5.0 2.5.1 2.5.10 2.5.11 2.5.12 2.5.13 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8.0 2.8.1 2.9.0 2.9.1 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.10.0 3.11.0 3.12.0 3.12.1 3.12.2 3.12.3 3.13.0 3.14.0 3.14.1 3.14.2 3.15.0 3.15.1 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.16.5 3.17.0 3.17.1 3.17.2 3.18.0 3.19.0 3.19.1 3.19.2 3.19.3 3.19.4 3.2.0 3.2.1 3.2.2 3.20.0 3.21.0 3.21.1 3.22.0 3.22.1 3.22.2 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.6.0 3.6.1 3.6.2 3.7.0 3.8.0 3.9.0 4.0.0 4.1.0 4.1.1 4.10.0 4.10.1 4.11.0 4.12.0 4.13.0 4.13.1 4.13.2 4.14.0 4.14.1 4.14.2 4.14.3 4.14.4 4.14.5 4.14.6 4.2.0 4.2.1 4.3.0 4.3.1 4.3.2 4.4.0 4.5.0 4.6.1 4.7.0 4.7.1 4.8.0 4.8.1 4.9.0 trunk 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.2 2.11.3 2.12.0 2.12.1 2.12.2 2.12.3 2.13.0 2.13.1 2.13.2 2.13.3 2.13.4 2.14.0 2.15.0 2.16.0 2.16.1 2.17.0 2.17.1 2.17.3 2.18.0 2.18.1 2.19.1 2.19.2 2.19.3 2.19.4 2.19.5 2.19.6 2.19.7 2.19.8 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.20.0 2.20.1 2.20.2 2.21.0 2.21.1 2.21.2 2.21.3 2.21.4 2.22.0 2.22.1 2.22.2 2.22.3 2.23.0 2.23.1 2.23.2 2.24.0 2.24.1 2.24.2 2.25.0 2.25.1 2.25.2 2.25.3 2.26.0 2.27.0 2.27.1 2.27.2 2.27.3 2.28.0 2.29.0 2.29.1 2.29.2
give / vendor / composer / autoload_aliases.php
give / vendor / composer Last commit date
ClassLoader.php 3 years ago InstalledVersions.php 1 year ago LICENSE 7 years ago autoload_aliases.php 2 days ago autoload_classmap.php 2 days ago autoload_files.php 2 days ago autoload_namespaces.php 4 years ago autoload_psr4.php 2 days ago autoload_real.php 3 months ago autoload_static.php 2 days ago installed.json 2 days ago installed.php 2 days ago platform_check.php 1 year ago
autoload_aliases.php
5034 lines
1 <?php
2
3 // Functions and constants
4
5 namespace {
6
7 }
8
9
10 namespace Give\Vendors {
11
12 use BrianHenryIE\Strauss\Types\AutoloadAliasInterface;
13
14 /**
15 * @see AutoloadAliasInterface
16 *
17 * @phpstan-type ClassAliasArray array{'type':'class',isabstract:bool,classname:string,namespace?:string,extends:string,implements:array<string>}
18 * @phpstan-type InterfaceAliasArray array{'type':'interface',interfacename:string,namespace?:string,extends:array<string>}
19 * @phpstan-type TraitAliasArray array{'type':'trait',traitname:string,namespace?:string,use:array<string>}
20 * @phpstan-type EnumAliasArray array{'type':'enum',enumname:string,namespace?:string,concrete:string}
21 * @phpstan-type AutoloadAliasArray array<string,ClassAliasArray|InterfaceAliasArray|TraitAliasArray|EnumAliasArray>
22 */
23 class AliasAutoloader
24 {
25 private string $includeFilePath;
26
27 /**
28 * @var AutoloadAliasArray
29 */
30 private array $autoloadAliases = array (
31 'Nyholm\\Psr7\\Factory\\HttplugFactory' =>
32 array (
33 'type' => 'class',
34 'classname' => 'HttplugFactory',
35 'isabstract' => false,
36 'namespace' => 'Nyholm\\Psr7\\Factory',
37 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\Factory\\HttplugFactory',
38 'implements' =>
39 array (
40 0 => 'Http\\Message\\MessageFactory',
41 1 => 'Http\\Message\\StreamFactory',
42 2 => 'Http\\Message\\UriFactory',
43 ),
44 ),
45 'Nyholm\\Psr7\\Factory\\Psr17Factory' =>
46 array (
47 'type' => 'class',
48 'classname' => 'Psr17Factory',
49 'isabstract' => false,
50 'namespace' => 'Nyholm\\Psr7\\Factory',
51 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\Factory\\Psr17Factory',
52 'implements' =>
53 array (
54 0 => 'Psr\\Http\\Message\\RequestFactoryInterface',
55 1 => 'Psr\\Http\\Message\\ResponseFactoryInterface',
56 2 => 'Psr\\Http\\Message\\ServerRequestFactoryInterface',
57 3 => 'Psr\\Http\\Message\\StreamFactoryInterface',
58 4 => 'Psr\\Http\\Message\\UploadedFileFactoryInterface',
59 5 => 'Psr\\Http\\Message\\UriFactoryInterface',
60 ),
61 ),
62 'Nyholm\\Psr7\\Request' =>
63 array (
64 'type' => 'class',
65 'classname' => 'Request',
66 'isabstract' => false,
67 'namespace' => 'Nyholm\\Psr7',
68 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\Request',
69 'implements' =>
70 array (
71 0 => 'Psr\\Http\\Message\\RequestInterface',
72 ),
73 ),
74 'Nyholm\\Psr7\\Response' =>
75 array (
76 'type' => 'class',
77 'classname' => 'Response',
78 'isabstract' => false,
79 'namespace' => 'Nyholm\\Psr7',
80 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\Response',
81 'implements' =>
82 array (
83 0 => 'Psr\\Http\\Message\\ResponseInterface',
84 ),
85 ),
86 'Nyholm\\Psr7\\ServerRequest' =>
87 array (
88 'type' => 'class',
89 'classname' => 'ServerRequest',
90 'isabstract' => false,
91 'namespace' => 'Nyholm\\Psr7',
92 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\ServerRequest',
93 'implements' =>
94 array (
95 0 => 'Psr\\Http\\Message\\ServerRequestInterface',
96 ),
97 ),
98 'Nyholm\\Psr7\\Stream' =>
99 array (
100 'type' => 'class',
101 'classname' => 'Stream',
102 'isabstract' => false,
103 'namespace' => 'Nyholm\\Psr7',
104 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\Stream',
105 'implements' =>
106 array (
107 0 => 'Psr\\Http\\Message\\StreamInterface',
108 ),
109 ),
110 'Nyholm\\Psr7\\1605bd1b8444a728807825e54b6044cd' =>
111 array (
112 'type' => 'class',
113 'classname' => '1605bd1b8444a728807825e54b6044cd',
114 'isabstract' => false,
115 'namespace' => 'Nyholm\\Psr7',
116 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\1605bd1b8444a728807825e54b6044cd',
117 'implements' =>
118 array (
119 ),
120 ),
121 'Nyholm\\Psr7\\UploadedFile' =>
122 array (
123 'type' => 'class',
124 'classname' => 'UploadedFile',
125 'isabstract' => false,
126 'namespace' => 'Nyholm\\Psr7',
127 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\UploadedFile',
128 'implements' =>
129 array (
130 0 => 'Psr\\Http\\Message\\UploadedFileInterface',
131 ),
132 ),
133 'Nyholm\\Psr7\\Uri' =>
134 array (
135 'type' => 'class',
136 'classname' => 'Uri',
137 'isabstract' => false,
138 'namespace' => 'Nyholm\\Psr7',
139 'extends' => 'Give\\Vendors\\Nyholm\\Psr7\\Uri',
140 'implements' =>
141 array (
142 0 => 'Psr\\Http\\Message\\UriInterface',
143 ),
144 ),
145 'StellarWP\\AdminNotices\\Actions\\DisplayNoticesInAdmin' =>
146 array (
147 'type' => 'class',
148 'classname' => 'DisplayNoticesInAdmin',
149 'isabstract' => false,
150 'namespace' => 'StellarWP\\AdminNotices\\Actions',
151 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\Actions\\DisplayNoticesInAdmin',
152 'implements' =>
153 array (
154 ),
155 ),
156 'StellarWP\\AdminNotices\\Actions\\EnqueueNoticesScriptsAndStyles' =>
157 array (
158 'type' => 'class',
159 'classname' => 'EnqueueNoticesScriptsAndStyles',
160 'isabstract' => false,
161 'namespace' => 'StellarWP\\AdminNotices\\Actions',
162 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\Actions\\EnqueueNoticesScriptsAndStyles',
163 'implements' =>
164 array (
165 ),
166 ),
167 'StellarWP\\AdminNotices\\Actions\\NoticeShouldRender' =>
168 array (
169 'type' => 'class',
170 'classname' => 'NoticeShouldRender',
171 'isabstract' => false,
172 'namespace' => 'StellarWP\\AdminNotices\\Actions',
173 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\Actions\\NoticeShouldRender',
174 'implements' =>
175 array (
176 ),
177 ),
178 'StellarWP\\AdminNotices\\Actions\\RenderAdminNotice' =>
179 array (
180 'type' => 'class',
181 'classname' => 'RenderAdminNotice',
182 'isabstract' => false,
183 'namespace' => 'StellarWP\\AdminNotices\\Actions',
184 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\Actions\\RenderAdminNotice',
185 'implements' =>
186 array (
187 ),
188 ),
189 'StellarWP\\AdminNotices\\AdminNotice' =>
190 array (
191 'type' => 'class',
192 'classname' => 'AdminNotice',
193 'isabstract' => false,
194 'namespace' => 'StellarWP\\AdminNotices',
195 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\AdminNotice',
196 'implements' =>
197 array (
198 ),
199 ),
200 'StellarWP\\AdminNotices\\AdminNotices' =>
201 array (
202 'type' => 'class',
203 'classname' => 'AdminNotices',
204 'isabstract' => false,
205 'namespace' => 'StellarWP\\AdminNotices',
206 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\AdminNotices',
207 'implements' =>
208 array (
209 ),
210 ),
211 'StellarWP\\AdminNotices\\DataTransferObjects\\NoticeElementProperties' =>
212 array (
213 'type' => 'class',
214 'classname' => 'NoticeElementProperties',
215 'isabstract' => false,
216 'namespace' => 'StellarWP\\AdminNotices\\DataTransferObjects',
217 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\DataTransferObjects\\NoticeElementProperties',
218 'implements' =>
219 array (
220 ),
221 ),
222 'StellarWP\\AdminNotices\\Exceptions\\NotificationCollisionException' =>
223 array (
224 'type' => 'class',
225 'classname' => 'NotificationCollisionException',
226 'isabstract' => false,
227 'namespace' => 'StellarWP\\AdminNotices\\Exceptions',
228 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\Exceptions\\NotificationCollisionException',
229 'implements' =>
230 array (
231 ),
232 ),
233 'StellarWP\\AdminNotices\\NotificationsRegistrar' =>
234 array (
235 'type' => 'class',
236 'classname' => 'NotificationsRegistrar',
237 'isabstract' => false,
238 'namespace' => 'StellarWP\\AdminNotices',
239 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\NotificationsRegistrar',
240 'implements' =>
241 array (
242 0 => 'StellarWP\\AdminNotices\\Contracts\\NotificationsRegistrarInterface',
243 ),
244 ),
245 'StellarWP\\AdminNotices\\ValueObjects\\NoticeLocation' =>
246 array (
247 'type' => 'class',
248 'classname' => 'NoticeLocation',
249 'isabstract' => false,
250 'namespace' => 'StellarWP\\AdminNotices\\ValueObjects',
251 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\ValueObjects\\NoticeLocation',
252 'implements' =>
253 array (
254 ),
255 ),
256 'StellarWP\\AdminNotices\\ValueObjects\\NoticeUrgency' =>
257 array (
258 'type' => 'class',
259 'classname' => 'NoticeUrgency',
260 'isabstract' => false,
261 'namespace' => 'StellarWP\\AdminNotices\\ValueObjects',
262 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\ValueObjects\\NoticeUrgency',
263 'implements' =>
264 array (
265 ),
266 ),
267 'StellarWP\\AdminNotices\\ValueObjects\\ScreenCondition' =>
268 array (
269 'type' => 'class',
270 'classname' => 'ScreenCondition',
271 'isabstract' => false,
272 'namespace' => 'StellarWP\\AdminNotices\\ValueObjects',
273 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\ValueObjects\\ScreenCondition',
274 'implements' =>
275 array (
276 ),
277 ),
278 'StellarWP\\AdminNotices\\ValueObjects\\Script' =>
279 array (
280 'type' => 'class',
281 'classname' => 'Script',
282 'isabstract' => false,
283 'namespace' => 'StellarWP\\AdminNotices\\ValueObjects',
284 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\ValueObjects\\Script',
285 'implements' =>
286 array (
287 ),
288 ),
289 'StellarWP\\AdminNotices\\ValueObjects\\Style' =>
290 array (
291 'type' => 'class',
292 'classname' => 'Style',
293 'isabstract' => false,
294 'namespace' => 'StellarWP\\AdminNotices\\ValueObjects',
295 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\ValueObjects\\Style',
296 'implements' =>
297 array (
298 ),
299 ),
300 'StellarWP\\AdminNotices\\ValueObjects\\UserCapability' =>
301 array (
302 'type' => 'class',
303 'classname' => 'UserCapability',
304 'isabstract' => false,
305 'namespace' => 'StellarWP\\AdminNotices\\ValueObjects',
306 'extends' => 'Give\\Vendors\\StellarWP\\AdminNotices\\ValueObjects\\UserCapability',
307 'implements' =>
308 array (
309 ),
310 ),
311 'StellarWP\\Arrays\\Arr' =>
312 array (
313 'type' => 'class',
314 'classname' => 'Arr',
315 'isabstract' => false,
316 'namespace' => 'StellarWP\\Arrays',
317 'extends' => 'Give\\Vendors\\StellarWP\\Arrays\\Arr',
318 'implements' =>
319 array (
320 ),
321 ),
322 'StellarWP\\FieldConditions\\ComplexConditionSet' =>
323 array (
324 'type' => 'class',
325 'classname' => 'ComplexConditionSet',
326 'isabstract' => false,
327 'namespace' => 'StellarWP\\FieldConditions',
328 'extends' => 'Give\\Vendors\\StellarWP\\FieldConditions\\ComplexConditionSet',
329 'implements' =>
330 array (
331 0 => 'StellarWP\\FieldConditions\\Contracts\\ConditionSet',
332 ),
333 ),
334 'StellarWP\\FieldConditions\\Config' =>
335 array (
336 'type' => 'class',
337 'classname' => 'Config',
338 'isabstract' => false,
339 'namespace' => 'StellarWP\\FieldConditions',
340 'extends' => 'Give\\Vendors\\StellarWP\\FieldConditions\\Config',
341 'implements' =>
342 array (
343 ),
344 ),
345 'StellarWP\\FieldConditions\\FieldCondition' =>
346 array (
347 'type' => 'class',
348 'classname' => 'FieldCondition',
349 'isabstract' => false,
350 'namespace' => 'StellarWP\\FieldConditions',
351 'extends' => 'Give\\Vendors\\StellarWP\\FieldConditions\\FieldCondition',
352 'implements' =>
353 array (
354 0 => 'StellarWP\\FieldConditions\\Contracts\\Condition',
355 ),
356 ),
357 'StellarWP\\FieldConditions\\NestedCondition' =>
358 array (
359 'type' => 'class',
360 'classname' => 'NestedCondition',
361 'isabstract' => false,
362 'namespace' => 'StellarWP\\FieldConditions',
363 'extends' => 'Give\\Vendors\\StellarWP\\FieldConditions\\NestedCondition',
364 'implements' =>
365 array (
366 0 => 'StellarWP\\FieldConditions\\Contracts\\Condition',
367 1 => 'StellarWP\\FieldConditions\\Contracts\\ConditionSet',
368 ),
369 ),
370 'StellarWP\\FieldConditions\\SimpleConditionSet' =>
371 array (
372 'type' => 'class',
373 'classname' => 'SimpleConditionSet',
374 'isabstract' => false,
375 'namespace' => 'StellarWP\\FieldConditions',
376 'extends' => 'Give\\Vendors\\StellarWP\\FieldConditions\\SimpleConditionSet',
377 'implements' =>
378 array (
379 0 => 'StellarWP\\FieldConditions\\Contracts\\ConditionSet',
380 ),
381 ),
382 'StellarWP\\FieldConditions\\Tests\\TestCase' =>
383 array (
384 'type' => 'class',
385 'classname' => 'TestCase',
386 'isabstract' => false,
387 'namespace' => 'StellarWP\\FieldConditions\\Tests',
388 'extends' => 'Give\\Vendors\\StellarWP\\FieldConditions\\Tests\\TestCase',
389 'implements' =>
390 array (
391 ),
392 ),
393 'LiquidWeb\\Harbor\\API\\Functions\\Actions\\Display_Legacy_License_Page_Notice' =>
394 array (
395 'type' => 'class',
396 'classname' => 'Display_Legacy_License_Page_Notice',
397 'isabstract' => false,
398 'namespace' => 'LiquidWeb\\Harbor\\API\\Functions\\Actions',
399 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\Functions\\Actions\\Display_Legacy_License_Page_Notice',
400 'implements' =>
401 array (
402 ),
403 ),
404 'LiquidWeb\\Harbor\\API\\Functions\\Actions\\Register_Submenu' =>
405 array (
406 'type' => 'class',
407 'classname' => 'Register_Submenu',
408 'isabstract' => false,
409 'namespace' => 'LiquidWeb\\Harbor\\API\\Functions\\Actions',
410 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\Functions\\Actions\\Register_Submenu',
411 'implements' =>
412 array (
413 ),
414 ),
415 'LiquidWeb\\Harbor\\API\\Functions\\Global_Function_Registry' =>
416 array (
417 'type' => 'class',
418 'classname' => 'Global_Function_Registry',
419 'isabstract' => false,
420 'namespace' => 'LiquidWeb\\Harbor\\API\\Functions',
421 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\Functions\\Global_Function_Registry',
422 'implements' =>
423 array (
424 ),
425 ),
426 'LiquidWeb\\Harbor\\API\\Functions\\Provider' =>
427 array (
428 'type' => 'class',
429 'classname' => 'Provider',
430 'isabstract' => false,
431 'namespace' => 'LiquidWeb\\Harbor\\API\\Functions',
432 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\Functions\\Provider',
433 'implements' =>
434 array (
435 ),
436 ),
437 'LiquidWeb\\Harbor\\API\\REST\\V1\\Catalog_Controller' =>
438 array (
439 'type' => 'class',
440 'classname' => 'Catalog_Controller',
441 'isabstract' => false,
442 'namespace' => 'LiquidWeb\\Harbor\\API\\REST\\V1',
443 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\REST\\V1\\Catalog_Controller',
444 'implements' =>
445 array (
446 ),
447 ),
448 'LiquidWeb\\Harbor\\API\\REST\\V1\\Feature_Controller' =>
449 array (
450 'type' => 'class',
451 'classname' => 'Feature_Controller',
452 'isabstract' => false,
453 'namespace' => 'LiquidWeb\\Harbor\\API\\REST\\V1',
454 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\REST\\V1\\Feature_Controller',
455 'implements' =>
456 array (
457 ),
458 ),
459 'LiquidWeb\\Harbor\\API\\REST\\V1\\Harbor_Hosts_Controller' =>
460 array (
461 'type' => 'class',
462 'classname' => 'Harbor_Hosts_Controller',
463 'isabstract' => false,
464 'namespace' => 'LiquidWeb\\Harbor\\API\\REST\\V1',
465 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\REST\\V1\\Harbor_Hosts_Controller',
466 'implements' =>
467 array (
468 ),
469 ),
470 'LiquidWeb\\Harbor\\API\\REST\\V1\\Legacy_License_Controller' =>
471 array (
472 'type' => 'class',
473 'classname' => 'Legacy_License_Controller',
474 'isabstract' => false,
475 'namespace' => 'LiquidWeb\\Harbor\\API\\REST\\V1',
476 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\REST\\V1\\Legacy_License_Controller',
477 'implements' =>
478 array (
479 ),
480 ),
481 'LiquidWeb\\Harbor\\API\\REST\\V1\\License_Controller' =>
482 array (
483 'type' => 'class',
484 'classname' => 'License_Controller',
485 'isabstract' => false,
486 'namespace' => 'LiquidWeb\\Harbor\\API\\REST\\V1',
487 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\REST\\V1\\License_Controller',
488 'implements' =>
489 array (
490 ),
491 ),
492 'LiquidWeb\\Harbor\\API\\REST\\V1\\License_Response' =>
493 array (
494 'type' => 'class',
495 'classname' => 'License_Response',
496 'isabstract' => false,
497 'namespace' => 'LiquidWeb\\Harbor\\API\\REST\\V1',
498 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\REST\\V1\\License_Response',
499 'implements' =>
500 array (
501 ),
502 ),
503 'LiquidWeb\\Harbor\\API\\REST\\V1\\Provider' =>
504 array (
505 'type' => 'class',
506 'classname' => 'Provider',
507 'isabstract' => false,
508 'namespace' => 'LiquidWeb\\Harbor\\API\\REST\\V1',
509 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\API\\REST\\V1\\Provider',
510 'implements' =>
511 array (
512 ),
513 ),
514 'LiquidWeb\\Harbor\\Admin\\Feature_Manager_Page' =>
515 array (
516 'type' => 'class',
517 'classname' => 'Feature_Manager_Page',
518 'isabstract' => false,
519 'namespace' => 'LiquidWeb\\Harbor\\Admin',
520 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Admin\\Feature_Manager_Page',
521 'implements' =>
522 array (
523 ),
524 ),
525 'LiquidWeb\\Harbor\\Admin\\Provider' =>
526 array (
527 'type' => 'class',
528 'classname' => 'Provider',
529 'isabstract' => false,
530 'namespace' => 'LiquidWeb\\Harbor\\Admin',
531 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Admin\\Provider',
532 'implements' =>
533 array (
534 ),
535 ),
536 'LiquidWeb\\Harbor\\CLI\\Commands\\Catalog' =>
537 array (
538 'type' => 'class',
539 'classname' => 'Catalog',
540 'isabstract' => false,
541 'namespace' => 'LiquidWeb\\Harbor\\CLI\\Commands',
542 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\CLI\\Commands\\Catalog',
543 'implements' =>
544 array (
545 ),
546 ),
547 'LiquidWeb\\Harbor\\CLI\\Commands\\Feature' =>
548 array (
549 'type' => 'class',
550 'classname' => 'Feature',
551 'isabstract' => false,
552 'namespace' => 'LiquidWeb\\Harbor\\CLI\\Commands',
553 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\CLI\\Commands\\Feature',
554 'implements' =>
555 array (
556 ),
557 ),
558 'LiquidWeb\\Harbor\\CLI\\Commands\\License' =>
559 array (
560 'type' => 'class',
561 'classname' => 'License',
562 'isabstract' => false,
563 'namespace' => 'LiquidWeb\\Harbor\\CLI\\Commands',
564 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\CLI\\Commands\\License',
565 'implements' =>
566 array (
567 ),
568 ),
569 'LiquidWeb\\Harbor\\CLI\\Display' =>
570 array (
571 'type' => 'class',
572 'classname' => 'Display',
573 'isabstract' => false,
574 'namespace' => 'LiquidWeb\\Harbor\\CLI',
575 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\CLI\\Display',
576 'implements' =>
577 array (
578 ),
579 ),
580 'LiquidWeb\\Harbor\\CLI\\Provider' =>
581 array (
582 'type' => 'class',
583 'classname' => 'Provider',
584 'isabstract' => false,
585 'namespace' => 'LiquidWeb\\Harbor\\CLI',
586 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\CLI\\Provider',
587 'implements' =>
588 array (
589 ),
590 ),
591 'LiquidWeb\\Harbor\\Components\\Controller' =>
592 array (
593 'type' => 'class',
594 'classname' => 'Controller',
595 'isabstract' => true,
596 'namespace' => 'LiquidWeb\\Harbor\\Components',
597 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Components\\Controller',
598 'implements' =>
599 array (
600 ),
601 ),
602 'LiquidWeb\\Harbor\\Config' =>
603 array (
604 'type' => 'class',
605 'classname' => 'Config',
606 'isabstract' => false,
607 'namespace' => 'LiquidWeb\\Harbor',
608 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Config',
609 'implements' =>
610 array (
611 ),
612 ),
613 'LiquidWeb\\Harbor\\Contracts\\Abstract_Provider' =>
614 array (
615 'type' => 'class',
616 'classname' => 'Abstract_Provider',
617 'isabstract' => true,
618 'namespace' => 'LiquidWeb\\Harbor\\Contracts',
619 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Contracts\\Abstract_Provider',
620 'implements' =>
621 array (
622 0 => 'LiquidWeb\\Harbor\\Contracts\\Provider_Interface',
623 ),
624 ),
625 'LiquidWeb\\Harbor\\Cron\\Actions\\Handle_Unschedule_Cron_Data_Refresh' =>
626 array (
627 'type' => 'class',
628 'classname' => 'Handle_Unschedule_Cron_Data_Refresh',
629 'isabstract' => false,
630 'namespace' => 'LiquidWeb\\Harbor\\Cron\\Actions',
631 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Cron\\Actions\\Handle_Unschedule_Cron_Data_Refresh',
632 'implements' =>
633 array (
634 ),
635 ),
636 'LiquidWeb\\Harbor\\Cron\\Jobs\\Refresh_Catalog_Job' =>
637 array (
638 'type' => 'class',
639 'classname' => 'Refresh_Catalog_Job',
640 'isabstract' => false,
641 'namespace' => 'LiquidWeb\\Harbor\\Cron\\Jobs',
642 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Cron\\Jobs\\Refresh_Catalog_Job',
643 'implements' =>
644 array (
645 ),
646 ),
647 'LiquidWeb\\Harbor\\Cron\\Jobs\\Refresh_License_Job' =>
648 array (
649 'type' => 'class',
650 'classname' => 'Refresh_License_Job',
651 'isabstract' => false,
652 'namespace' => 'LiquidWeb\\Harbor\\Cron\\Jobs',
653 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Cron\\Jobs\\Refresh_License_Job',
654 'implements' =>
655 array (
656 ),
657 ),
658 'LiquidWeb\\Harbor\\Cron\\Provider' =>
659 array (
660 'type' => 'class',
661 'classname' => 'Provider',
662 'isabstract' => false,
663 'namespace' => 'LiquidWeb\\Harbor\\Cron',
664 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Cron\\Provider',
665 'implements' =>
666 array (
667 ),
668 ),
669 'LiquidWeb\\Harbor\\Cron\\ValueObjects\\CronHook' =>
670 array (
671 'type' => 'class',
672 'classname' => 'CronHook',
673 'isabstract' => false,
674 'namespace' => 'LiquidWeb\\Harbor\\Cron\\ValueObjects',
675 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Cron\\ValueObjects\\CronHook',
676 'implements' =>
677 array (
678 ),
679 ),
680 'LiquidWeb\\Harbor\\Features\\Error_Code' =>
681 array (
682 'type' => 'class',
683 'classname' => 'Error_Code',
684 'isabstract' => false,
685 'namespace' => 'LiquidWeb\\Harbor\\Features',
686 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Error_Code',
687 'implements' =>
688 array (
689 ),
690 ),
691 'LiquidWeb\\Harbor\\Features\\Feature_Collection' =>
692 array (
693 'type' => 'class',
694 'classname' => 'Feature_Collection',
695 'isabstract' => false,
696 'namespace' => 'LiquidWeb\\Harbor\\Features',
697 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Feature_Collection',
698 'implements' =>
699 array (
700 ),
701 ),
702 'LiquidWeb\\Harbor\\Features\\Feature_Repository' =>
703 array (
704 'type' => 'class',
705 'classname' => 'Feature_Repository',
706 'isabstract' => false,
707 'namespace' => 'LiquidWeb\\Harbor\\Features',
708 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Feature_Repository',
709 'implements' =>
710 array (
711 ),
712 ),
713 'LiquidWeb\\Harbor\\Features\\Feature_Resource' =>
714 array (
715 'type' => 'class',
716 'classname' => 'Feature_Resource',
717 'isabstract' => false,
718 'namespace' => 'LiquidWeb\\Harbor\\Features',
719 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Feature_Resource',
720 'implements' =>
721 array (
722 ),
723 ),
724 'LiquidWeb\\Harbor\\Features\\Manager' =>
725 array (
726 'type' => 'class',
727 'classname' => 'Manager',
728 'isabstract' => false,
729 'namespace' => 'LiquidWeb\\Harbor\\Features',
730 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Manager',
731 'implements' =>
732 array (
733 ),
734 ),
735 'LiquidWeb\\Harbor\\Features\\Provider' =>
736 array (
737 'type' => 'class',
738 'classname' => 'Provider',
739 'isabstract' => false,
740 'namespace' => 'LiquidWeb\\Harbor\\Features',
741 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Provider',
742 'implements' =>
743 array (
744 ),
745 ),
746 'LiquidWeb\\Harbor\\Features\\Resolve_Feature_Collection' =>
747 array (
748 'type' => 'class',
749 'classname' => 'Resolve_Feature_Collection',
750 'isabstract' => false,
751 'namespace' => 'LiquidWeb\\Harbor\\Features',
752 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Resolve_Feature_Collection',
753 'implements' =>
754 array (
755 ),
756 ),
757 'LiquidWeb\\Harbor\\Features\\Strategy\\Abstract_Strategy' =>
758 array (
759 'type' => 'class',
760 'classname' => 'Abstract_Strategy',
761 'isabstract' => true,
762 'namespace' => 'LiquidWeb\\Harbor\\Features\\Strategy',
763 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Strategy\\Abstract_Strategy',
764 'implements' =>
765 array (
766 0 => 'LiquidWeb\\Harbor\\Features\\Contracts\\Strategy',
767 ),
768 ),
769 'LiquidWeb\\Harbor\\Features\\Strategy\\Installable_Strategy' =>
770 array (
771 'type' => 'class',
772 'classname' => 'Installable_Strategy',
773 'isabstract' => true,
774 'namespace' => 'LiquidWeb\\Harbor\\Features\\Strategy',
775 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Strategy\\Installable_Strategy',
776 'implements' =>
777 array (
778 ),
779 ),
780 'LiquidWeb\\Harbor\\Features\\Strategy\\Plugin_Strategy' =>
781 array (
782 'type' => 'class',
783 'classname' => 'Plugin_Strategy',
784 'isabstract' => false,
785 'namespace' => 'LiquidWeb\\Harbor\\Features\\Strategy',
786 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Strategy\\Plugin_Strategy',
787 'implements' =>
788 array (
789 ),
790 ),
791 'LiquidWeb\\Harbor\\Features\\Strategy\\Service_Strategy' =>
792 array (
793 'type' => 'class',
794 'classname' => 'Service_Strategy',
795 'isabstract' => false,
796 'namespace' => 'LiquidWeb\\Harbor\\Features\\Strategy',
797 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Strategy\\Service_Strategy',
798 'implements' =>
799 array (
800 ),
801 ),
802 'LiquidWeb\\Harbor\\Features\\Strategy\\Strategy_Factory' =>
803 array (
804 'type' => 'class',
805 'classname' => 'Strategy_Factory',
806 'isabstract' => false,
807 'namespace' => 'LiquidWeb\\Harbor\\Features\\Strategy',
808 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Strategy\\Strategy_Factory',
809 'implements' =>
810 array (
811 ),
812 ),
813 'LiquidWeb\\Harbor\\Features\\Strategy\\Theme_Strategy' =>
814 array (
815 'type' => 'class',
816 'classname' => 'Theme_Strategy',
817 'isabstract' => false,
818 'namespace' => 'LiquidWeb\\Harbor\\Features\\Strategy',
819 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Strategy\\Theme_Strategy',
820 'implements' =>
821 array (
822 ),
823 ),
824 'LiquidWeb\\Harbor\\Features\\Types\\Feature' =>
825 array (
826 'type' => 'class',
827 'classname' => 'Feature',
828 'isabstract' => true,
829 'namespace' => 'LiquidWeb\\Harbor\\Features\\Types',
830 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Types\\Feature',
831 'implements' =>
832 array (
833 ),
834 ),
835 'LiquidWeb\\Harbor\\Features\\Types\\Plugin' =>
836 array (
837 'type' => 'class',
838 'classname' => 'Plugin',
839 'isabstract' => false,
840 'namespace' => 'LiquidWeb\\Harbor\\Features\\Types',
841 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Types\\Plugin',
842 'implements' =>
843 array (
844 0 => 'LiquidWeb\\Harbor\\Features\\Contracts\\Installable',
845 ),
846 ),
847 'LiquidWeb\\Harbor\\Features\\Types\\Service' =>
848 array (
849 'type' => 'class',
850 'classname' => 'Service',
851 'isabstract' => false,
852 'namespace' => 'LiquidWeb\\Harbor\\Features\\Types',
853 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Types\\Service',
854 'implements' =>
855 array (
856 ),
857 ),
858 'LiquidWeb\\Harbor\\Features\\Types\\Theme' =>
859 array (
860 'type' => 'class',
861 'classname' => 'Theme',
862 'isabstract' => false,
863 'namespace' => 'LiquidWeb\\Harbor\\Features\\Types',
864 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Types\\Theme',
865 'implements' =>
866 array (
867 0 => 'LiquidWeb\\Harbor\\Features\\Contracts\\Installable',
868 ),
869 ),
870 'LiquidWeb\\Harbor\\Features\\Update\\Plugin_Handler' =>
871 array (
872 'type' => 'class',
873 'classname' => 'Plugin_Handler',
874 'isabstract' => false,
875 'namespace' => 'LiquidWeb\\Harbor\\Features\\Update',
876 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Update\\Plugin_Handler',
877 'implements' =>
878 array (
879 ),
880 ),
881 'LiquidWeb\\Harbor\\Features\\Update\\Provider' =>
882 array (
883 'type' => 'class',
884 'classname' => 'Provider',
885 'isabstract' => false,
886 'namespace' => 'LiquidWeb\\Harbor\\Features\\Update',
887 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Update\\Provider',
888 'implements' =>
889 array (
890 ),
891 ),
892 'LiquidWeb\\Harbor\\Features\\Update\\Resolve_Update_Data' =>
893 array (
894 'type' => 'class',
895 'classname' => 'Resolve_Update_Data',
896 'isabstract' => false,
897 'namespace' => 'LiquidWeb\\Harbor\\Features\\Update',
898 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Update\\Resolve_Update_Data',
899 'implements' =>
900 array (
901 ),
902 ),
903 'LiquidWeb\\Harbor\\Features\\Update\\Theme_Handler' =>
904 array (
905 'type' => 'class',
906 'classname' => 'Theme_Handler',
907 'isabstract' => false,
908 'namespace' => 'LiquidWeb\\Harbor\\Features\\Update',
909 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Update\\Theme_Handler',
910 'implements' =>
911 array (
912 ),
913 ),
914 'LiquidWeb\\Harbor\\Harbor' =>
915 array (
916 'type' => 'class',
917 'classname' => 'Harbor',
918 'isabstract' => false,
919 'namespace' => 'LiquidWeb\\Harbor',
920 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Harbor',
921 'implements' =>
922 array (
923 ),
924 ),
925 'LiquidWeb\\Harbor\\Http\\Provider' =>
926 array (
927 'type' => 'class',
928 'classname' => 'Provider',
929 'isabstract' => false,
930 'namespace' => 'LiquidWeb\\Harbor\\Http',
931 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Http\\Provider',
932 'implements' =>
933 array (
934 ),
935 ),
936 'LiquidWeb\\Harbor\\Legacy\\Legacy_License' =>
937 array (
938 'type' => 'class',
939 'classname' => 'Legacy_License',
940 'isabstract' => false,
941 'namespace' => 'LiquidWeb\\Harbor\\Legacy',
942 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Legacy\\Legacy_License',
943 'implements' =>
944 array (
945 ),
946 ),
947 'LiquidWeb\\Harbor\\Legacy\\License_Repository' =>
948 array (
949 'type' => 'class',
950 'classname' => 'License_Repository',
951 'isabstract' => false,
952 'namespace' => 'LiquidWeb\\Harbor\\Legacy',
953 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Legacy\\License_Repository',
954 'implements' =>
955 array (
956 ),
957 ),
958 'LiquidWeb\\Harbor\\Legacy\\Notices\\License_Notice_Handler' =>
959 array (
960 'type' => 'class',
961 'classname' => 'License_Notice_Handler',
962 'isabstract' => false,
963 'namespace' => 'LiquidWeb\\Harbor\\Legacy\\Notices',
964 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Legacy\\Notices\\License_Notice_Handler',
965 'implements' =>
966 array (
967 ),
968 ),
969 'LiquidWeb\\Harbor\\Legacy\\Provider' =>
970 array (
971 'type' => 'class',
972 'classname' => 'Provider',
973 'isabstract' => false,
974 'namespace' => 'LiquidWeb\\Harbor\\Legacy',
975 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Legacy\\Provider',
976 'implements' =>
977 array (
978 ),
979 ),
980 'LiquidWeb\\Harbor\\Licensing\\Enums\\Validation_Status' =>
981 array (
982 'type' => 'class',
983 'classname' => 'Validation_Status',
984 'isabstract' => false,
985 'namespace' => 'LiquidWeb\\Harbor\\Licensing\\Enums',
986 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Enums\\Validation_Status',
987 'implements' =>
988 array (
989 ),
990 ),
991 'LiquidWeb\\Harbor\\Licensing\\Error_Code' =>
992 array (
993 'type' => 'class',
994 'classname' => 'Error_Code',
995 'isabstract' => false,
996 'namespace' => 'LiquidWeb\\Harbor\\Licensing',
997 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Error_Code',
998 'implements' =>
999 array (
1000 ),
1001 ),
1002 'LiquidWeb\\Harbor\\Licensing\\License_Manager' =>
1003 array (
1004 'type' => 'class',
1005 'classname' => 'License_Manager',
1006 'isabstract' => false,
1007 'namespace' => 'LiquidWeb\\Harbor\\Licensing',
1008 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\License_Manager',
1009 'implements' =>
1010 array (
1011 ),
1012 ),
1013 'LiquidWeb\\Harbor\\Licensing\\Product_Collection' =>
1014 array (
1015 'type' => 'class',
1016 'classname' => 'Product_Collection',
1017 'isabstract' => false,
1018 'namespace' => 'LiquidWeb\\Harbor\\Licensing',
1019 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Product_Collection',
1020 'implements' =>
1021 array (
1022 ),
1023 ),
1024 'LiquidWeb\\Harbor\\Licensing\\Provider' =>
1025 array (
1026 'type' => 'class',
1027 'classname' => 'Provider',
1028 'isabstract' => false,
1029 'namespace' => 'LiquidWeb\\Harbor\\Licensing',
1030 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Provider',
1031 'implements' =>
1032 array (
1033 ),
1034 ),
1035 'LiquidWeb\\Harbor\\Licensing\\Registry\\Product_Registry' =>
1036 array (
1037 'type' => 'class',
1038 'classname' => 'Product_Registry',
1039 'isabstract' => false,
1040 'namespace' => 'LiquidWeb\\Harbor\\Licensing\\Registry',
1041 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Registry\\Product_Registry',
1042 'implements' =>
1043 array (
1044 ),
1045 ),
1046 'LiquidWeb\\Harbor\\Licensing\\Repositories\\License_Repository' =>
1047 array (
1048 'type' => 'class',
1049 'classname' => 'License_Repository',
1050 'isabstract' => false,
1051 'namespace' => 'LiquidWeb\\Harbor\\Licensing\\Repositories',
1052 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Repositories\\License_Repository',
1053 'implements' =>
1054 array (
1055 ),
1056 ),
1057 'LiquidWeb\\Harbor\\Licensing\\Results\\Product_Entry' =>
1058 array (
1059 'type' => 'class',
1060 'classname' => 'Product_Entry',
1061 'isabstract' => false,
1062 'namespace' => 'LiquidWeb\\Harbor\\Licensing\\Results',
1063 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Results\\Product_Entry',
1064 'implements' =>
1065 array (
1066 ),
1067 ),
1068 'LiquidWeb\\Harbor\\Licensing\\Validation_State' =>
1069 array (
1070 'type' => 'class',
1071 'classname' => 'Validation_State',
1072 'isabstract' => false,
1073 'namespace' => 'LiquidWeb\\Harbor\\Licensing',
1074 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Licensing\\Validation_State',
1075 'implements' =>
1076 array (
1077 ),
1078 ),
1079 'LiquidWeb\\Harbor\\Notice\\Notice' =>
1080 array (
1081 'type' => 'class',
1082 'classname' => 'Notice',
1083 'isabstract' => false,
1084 'namespace' => 'LiquidWeb\\Harbor\\Notice',
1085 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Notice\\Notice',
1086 'implements' =>
1087 array (
1088 ),
1089 ),
1090 'LiquidWeb\\Harbor\\Notice\\Notice_Controller' =>
1091 array (
1092 'type' => 'class',
1093 'classname' => 'Notice_Controller',
1094 'isabstract' => false,
1095 'namespace' => 'LiquidWeb\\Harbor\\Notice',
1096 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Notice\\Notice_Controller',
1097 'implements' =>
1098 array (
1099 ),
1100 ),
1101 'LiquidWeb\\Harbor\\Portal\\Catalog_Collection' =>
1102 array (
1103 'type' => 'class',
1104 'classname' => 'Catalog_Collection',
1105 'isabstract' => false,
1106 'namespace' => 'LiquidWeb\\Harbor\\Portal',
1107 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Catalog_Collection',
1108 'implements' =>
1109 array (
1110 ),
1111 ),
1112 'LiquidWeb\\Harbor\\Portal\\Catalog_Repository' =>
1113 array (
1114 'type' => 'class',
1115 'classname' => 'Catalog_Repository',
1116 'isabstract' => false,
1117 'namespace' => 'LiquidWeb\\Harbor\\Portal',
1118 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Catalog_Repository',
1119 'implements' =>
1120 array (
1121 ),
1122 ),
1123 'LiquidWeb\\Harbor\\Portal\\Clients\\Fixture_Client' =>
1124 array (
1125 'type' => 'class',
1126 'classname' => 'Fixture_Client',
1127 'isabstract' => false,
1128 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Clients',
1129 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Clients\\Fixture_Client',
1130 'implements' =>
1131 array (
1132 0 => 'LiquidWeb\\Harbor\\Portal\\Clients\\Portal_Client',
1133 ),
1134 ),
1135 'LiquidWeb\\Harbor\\Portal\\Clients\\Http_Client' =>
1136 array (
1137 'type' => 'class',
1138 'classname' => 'Http_Client',
1139 'isabstract' => false,
1140 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Clients',
1141 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Clients\\Http_Client',
1142 'implements' =>
1143 array (
1144 0 => 'LiquidWeb\\Harbor\\Portal\\Clients\\Portal_Client',
1145 ),
1146 ),
1147 'LiquidWeb\\Harbor\\Portal\\Error_Code' =>
1148 array (
1149 'type' => 'class',
1150 'classname' => 'Error_Code',
1151 'isabstract' => false,
1152 'namespace' => 'LiquidWeb\\Harbor\\Portal',
1153 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Error_Code',
1154 'implements' =>
1155 array (
1156 ),
1157 ),
1158 'LiquidWeb\\Harbor\\Portal\\Herald_Legacy_Url_Builder' =>
1159 array (
1160 'type' => 'class',
1161 'classname' => 'Herald_Legacy_Url_Builder',
1162 'isabstract' => false,
1163 'namespace' => 'LiquidWeb\\Harbor\\Portal',
1164 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Herald_Legacy_Url_Builder',
1165 'implements' =>
1166 array (
1167 0 => 'LiquidWeb\\Harbor\\Portal\\Contracts\\Download_Url_Builder',
1168 ),
1169 ),
1170 'LiquidWeb\\Harbor\\Portal\\Herald_Routing_Url_Builder' =>
1171 array (
1172 'type' => 'class',
1173 'classname' => 'Herald_Routing_Url_Builder',
1174 'isabstract' => false,
1175 'namespace' => 'LiquidWeb\\Harbor\\Portal',
1176 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Herald_Routing_Url_Builder',
1177 'implements' =>
1178 array (
1179 0 => 'LiquidWeb\\Harbor\\Portal\\Contracts\\Download_Url_Builder',
1180 ),
1181 ),
1182 'LiquidWeb\\Harbor\\Portal\\Herald_Url_Builder' =>
1183 array (
1184 'type' => 'class',
1185 'classname' => 'Herald_Url_Builder',
1186 'isabstract' => false,
1187 'namespace' => 'LiquidWeb\\Harbor\\Portal',
1188 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Herald_Url_Builder',
1189 'implements' =>
1190 array (
1191 0 => 'LiquidWeb\\Harbor\\Portal\\Contracts\\Download_Url_Builder',
1192 ),
1193 ),
1194 'LiquidWeb\\Harbor\\Portal\\Provider' =>
1195 array (
1196 'type' => 'class',
1197 'classname' => 'Provider',
1198 'isabstract' => false,
1199 'namespace' => 'LiquidWeb\\Harbor\\Portal',
1200 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Provider',
1201 'implements' =>
1202 array (
1203 ),
1204 ),
1205 'LiquidWeb\\Harbor\\Portal\\Results\\Catalog_Feature' =>
1206 array (
1207 'type' => 'class',
1208 'classname' => 'Catalog_Feature',
1209 'isabstract' => false,
1210 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Results',
1211 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Results\\Catalog_Feature',
1212 'implements' =>
1213 array (
1214 ),
1215 ),
1216 'LiquidWeb\\Harbor\\Portal\\Results\\Catalog_Tier' =>
1217 array (
1218 'type' => 'class',
1219 'classname' => 'Catalog_Tier',
1220 'isabstract' => false,
1221 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Results',
1222 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Results\\Catalog_Tier',
1223 'implements' =>
1224 array (
1225 ),
1226 ),
1227 'LiquidWeb\\Harbor\\Portal\\Results\\Product_Catalog' =>
1228 array (
1229 'type' => 'class',
1230 'classname' => 'Product_Catalog',
1231 'isabstract' => false,
1232 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Results',
1233 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Results\\Product_Catalog',
1234 'implements' =>
1235 array (
1236 ),
1237 ),
1238 'LiquidWeb\\Harbor\\Portal\\Results\\Tier_Collection' =>
1239 array (
1240 'type' => 'class',
1241 'classname' => 'Tier_Collection',
1242 'isabstract' => false,
1243 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Results',
1244 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Results\\Tier_Collection',
1245 'implements' =>
1246 array (
1247 ),
1248 ),
1249 'LiquidWeb\\Harbor\\Premium_Plugin_Registry' =>
1250 array (
1251 'type' => 'class',
1252 'classname' => 'Premium_Plugin_Registry',
1253 'isabstract' => false,
1254 'namespace' => 'LiquidWeb\\Harbor',
1255 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Premium_Plugin_Registry',
1256 'implements' =>
1257 array (
1258 ),
1259 ),
1260 'LiquidWeb\\Harbor\\Site\\Data' =>
1261 array (
1262 'type' => 'class',
1263 'classname' => 'Data',
1264 'isabstract' => false,
1265 'namespace' => 'LiquidWeb\\Harbor\\Site',
1266 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Site\\Data',
1267 'implements' =>
1268 array (
1269 ),
1270 ),
1271 'LiquidWeb\\Harbor\\Utils\\Cast' =>
1272 array (
1273 'type' => 'class',
1274 'classname' => 'Cast',
1275 'isabstract' => false,
1276 'namespace' => 'LiquidWeb\\Harbor\\Utils',
1277 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Utils\\Cast',
1278 'implements' =>
1279 array (
1280 ),
1281 ),
1282 'LiquidWeb\\Harbor\\Utils\\Checks' =>
1283 array (
1284 'type' => 'class',
1285 'classname' => 'Checks',
1286 'isabstract' => false,
1287 'namespace' => 'LiquidWeb\\Harbor\\Utils',
1288 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Utils\\Checks',
1289 'implements' =>
1290 array (
1291 ),
1292 ),
1293 'LiquidWeb\\Harbor\\Utils\\Collection' =>
1294 array (
1295 'type' => 'class',
1296 'classname' => 'Collection',
1297 'isabstract' => false,
1298 'namespace' => 'LiquidWeb\\Harbor\\Utils',
1299 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Utils\\Collection',
1300 'implements' =>
1301 array (
1302 0 => 'ArrayAccess',
1303 1 => 'IteratorAggregate',
1304 2 => 'Countable',
1305 ),
1306 ),
1307 'LiquidWeb\\Harbor\\Utils\\License_Key' =>
1308 array (
1309 'type' => 'class',
1310 'classname' => 'License_Key',
1311 'isabstract' => false,
1312 'namespace' => 'LiquidWeb\\Harbor\\Utils',
1313 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Utils\\License_Key',
1314 'implements' =>
1315 array (
1316 ),
1317 ),
1318 'LiquidWeb\\Harbor\\Utils\\Sanitize' =>
1319 array (
1320 'type' => 'class',
1321 'classname' => 'Sanitize',
1322 'isabstract' => false,
1323 'namespace' => 'LiquidWeb\\Harbor\\Utils',
1324 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Utils\\Sanitize',
1325 'implements' =>
1326 array (
1327 ),
1328 ),
1329 'LiquidWeb\\Harbor\\Utils\\Version' =>
1330 array (
1331 'type' => 'class',
1332 'classname' => 'Version',
1333 'isabstract' => false,
1334 'namespace' => 'LiquidWeb\\Harbor\\Utils',
1335 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\Utils\\Version',
1336 'implements' =>
1337 array (
1338 ),
1339 ),
1340 'LiquidWeb\\Harbor\\View\\Exceptions\\FileNotFoundException' =>
1341 array (
1342 'type' => 'class',
1343 'classname' => 'FileNotFoundException',
1344 'isabstract' => false,
1345 'namespace' => 'LiquidWeb\\Harbor\\View\\Exceptions',
1346 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\View\\Exceptions\\FileNotFoundException',
1347 'implements' =>
1348 array (
1349 ),
1350 ),
1351 'LiquidWeb\\Harbor\\View\\Provider' =>
1352 array (
1353 'type' => 'class',
1354 'classname' => 'Provider',
1355 'isabstract' => false,
1356 'namespace' => 'LiquidWeb\\Harbor\\View',
1357 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\View\\Provider',
1358 'implements' =>
1359 array (
1360 ),
1361 ),
1362 'LiquidWeb\\Harbor\\View\\WordPress_View' =>
1363 array (
1364 'type' => 'class',
1365 'classname' => 'WordPress_View',
1366 'isabstract' => false,
1367 'namespace' => 'LiquidWeb\\Harbor\\View',
1368 'extends' => 'Give\\Vendors\\LiquidWeb\\Harbor\\View\\WordPress_View',
1369 'implements' =>
1370 array (
1371 0 => 'LiquidWeb\\Harbor\\View\\Contracts\\View',
1372 ),
1373 ),
1374 'LiquidWeb\\LicensingApiClientWordPress\\Exceptions\\WordPressHttpClientException' =>
1375 array (
1376 'type' => 'class',
1377 'classname' => 'WordPressHttpClientException',
1378 'isabstract' => false,
1379 'namespace' => 'LiquidWeb\\LicensingApiClientWordPress\\Exceptions',
1380 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClientWordPress\\Exceptions\\WordPressHttpClientException',
1381 'implements' =>
1382 array (
1383 0 => 'Psr\\Http\\Client\\ClientExceptionInterface',
1384 ),
1385 ),
1386 'LiquidWeb\\LicensingApiClientWordPress\\Http\\WordPressHttpClient' =>
1387 array (
1388 'type' => 'class',
1389 'classname' => 'WordPressHttpClient',
1390 'isabstract' => false,
1391 'namespace' => 'LiquidWeb\\LicensingApiClientWordPress\\Http',
1392 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClientWordPress\\Http\\WordPressHttpClient',
1393 'implements' =>
1394 array (
1395 0 => 'Psr\\Http\\Client\\ClientInterface',
1396 ),
1397 ),
1398 'LiquidWeb\\LicensingApiClientWordPress\\WordPressApiFactory' =>
1399 array (
1400 'type' => 'class',
1401 'classname' => 'WordPressApiFactory',
1402 'isabstract' => false,
1403 'namespace' => 'LiquidWeb\\LicensingApiClientWordPress',
1404 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClientWordPress\\WordPressApiFactory',
1405 'implements' =>
1406 array (
1407 ),
1408 ),
1409 'LiquidWeb\\LicensingApiClient\\Api' =>
1410 array (
1411 'type' => 'class',
1412 'classname' => 'Api',
1413 'isabstract' => false,
1414 'namespace' => 'LiquidWeb\\LicensingApiClient',
1415 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Api',
1416 'implements' =>
1417 array (
1418 0 => 'LiquidWeb\\LicensingApiClient\\Contracts\\LicensingClientInterface',
1419 ),
1420 ),
1421 'LiquidWeb\\LicensingApiClient\\ApiBuilder' =>
1422 array (
1423 'type' => 'class',
1424 'classname' => 'ApiBuilder',
1425 'isabstract' => false,
1426 'namespace' => 'LiquidWeb\\LicensingApiClient',
1427 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\ApiBuilder',
1428 'implements' =>
1429 array (
1430 ),
1431 ),
1432 'LiquidWeb\\LicensingApiClient\\Config' =>
1433 array (
1434 'type' => 'class',
1435 'classname' => 'Config',
1436 'isabstract' => false,
1437 'namespace' => 'LiquidWeb\\LicensingApiClient',
1438 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Config',
1439 'implements' =>
1440 array (
1441 ),
1442 ),
1443 'LiquidWeb\\LicensingApiClient\\Exceptions\\ApiResponseException' =>
1444 array (
1445 'type' => 'class',
1446 'classname' => 'ApiResponseException',
1447 'isabstract' => false,
1448 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1449 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\ApiResponseException',
1450 'implements' =>
1451 array (
1452 0 => 'LiquidWeb\\LicensingApiClient\\Exceptions\\Contracts\\ApiErrorExceptionInterface',
1453 ),
1454 ),
1455 'LiquidWeb\\LicensingApiClient\\Exceptions\\AuthenticationException' =>
1456 array (
1457 'type' => 'class',
1458 'classname' => 'AuthenticationException',
1459 'isabstract' => false,
1460 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1461 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\AuthenticationException',
1462 'implements' =>
1463 array (
1464 ),
1465 ),
1466 'LiquidWeb\\LicensingApiClient\\Exceptions\\AuthorizationException' =>
1467 array (
1468 'type' => 'class',
1469 'classname' => 'AuthorizationException',
1470 'isabstract' => false,
1471 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1472 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\AuthorizationException',
1473 'implements' =>
1474 array (
1475 ),
1476 ),
1477 'LiquidWeb\\LicensingApiClient\\Exceptions\\ClientErrorException' =>
1478 array (
1479 'type' => 'class',
1480 'classname' => 'ClientErrorException',
1481 'isabstract' => false,
1482 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1483 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\ClientErrorException',
1484 'implements' =>
1485 array (
1486 ),
1487 ),
1488 'LiquidWeb\\LicensingApiClient\\Exceptions\\ConflictException' =>
1489 array (
1490 'type' => 'class',
1491 'classname' => 'ConflictException',
1492 'isabstract' => false,
1493 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1494 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\ConflictException',
1495 'implements' =>
1496 array (
1497 ),
1498 ),
1499 'LiquidWeb\\LicensingApiClient\\Exceptions\\DecodingException' =>
1500 array (
1501 'type' => 'class',
1502 'classname' => 'DecodingException',
1503 'isabstract' => false,
1504 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1505 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\DecodingException',
1506 'implements' =>
1507 array (
1508 ),
1509 ),
1510 'LiquidWeb\\LicensingApiClient\\Exceptions\\MissingAuthenticationException' =>
1511 array (
1512 'type' => 'class',
1513 'classname' => 'MissingAuthenticationException',
1514 'isabstract' => false,
1515 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1516 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\MissingAuthenticationException',
1517 'implements' =>
1518 array (
1519 ),
1520 ),
1521 'LiquidWeb\\LicensingApiClient\\Exceptions\\NotFoundException' =>
1522 array (
1523 'type' => 'class',
1524 'classname' => 'NotFoundException',
1525 'isabstract' => false,
1526 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1527 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\NotFoundException',
1528 'implements' =>
1529 array (
1530 ),
1531 ),
1532 'LiquidWeb\\LicensingApiClient\\Exceptions\\ServerErrorException' =>
1533 array (
1534 'type' => 'class',
1535 'classname' => 'ServerErrorException',
1536 'isabstract' => false,
1537 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1538 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\ServerErrorException',
1539 'implements' =>
1540 array (
1541 ),
1542 ),
1543 'LiquidWeb\\LicensingApiClient\\Exceptions\\UnexpectedResponseException' =>
1544 array (
1545 'type' => 'class',
1546 'classname' => 'UnexpectedResponseException',
1547 'isabstract' => false,
1548 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1549 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\UnexpectedResponseException',
1550 'implements' =>
1551 array (
1552 ),
1553 ),
1554 'LiquidWeb\\LicensingApiClient\\Exceptions\\ValidationException' =>
1555 array (
1556 'type' => 'class',
1557 'classname' => 'ValidationException',
1558 'isabstract' => false,
1559 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions',
1560 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\ValidationException',
1561 'implements' =>
1562 array (
1563 ),
1564 ),
1565 'LiquidWeb\\LicensingApiClient\\Http\\ApiUri' =>
1566 array (
1567 'type' => 'class',
1568 'classname' => 'ApiUri',
1569 'isabstract' => false,
1570 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1571 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\ApiUri',
1572 'implements' =>
1573 array (
1574 ),
1575 ),
1576 'LiquidWeb\\LicensingApiClient\\Http\\ApiVersion' =>
1577 array (
1578 'type' => 'class',
1579 'classname' => 'ApiVersion',
1580 'isabstract' => false,
1581 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1582 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\ApiVersion',
1583 'implements' =>
1584 array (
1585 ),
1586 ),
1587 'LiquidWeb\\LicensingApiClient\\Http\\AuthContext' =>
1588 array (
1589 'type' => 'class',
1590 'classname' => 'AuthContext',
1591 'isabstract' => false,
1592 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1593 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\AuthContext',
1594 'implements' =>
1595 array (
1596 ),
1597 ),
1598 'LiquidWeb\\LicensingApiClient\\Http\\AuthState' =>
1599 array (
1600 'type' => 'class',
1601 'classname' => 'AuthState',
1602 'isabstract' => false,
1603 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1604 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\AuthState',
1605 'implements' =>
1606 array (
1607 ),
1608 ),
1609 'LiquidWeb\\LicensingApiClient\\Http\\Factories\\ApiUriFactory' =>
1610 array (
1611 'type' => 'class',
1612 'classname' => 'ApiUriFactory',
1613 'isabstract' => false,
1614 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http\\Factories',
1615 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\Factories\\ApiUriFactory',
1616 'implements' =>
1617 array (
1618 ),
1619 ),
1620 'LiquidWeb\\LicensingApiClient\\Http\\Factories\\ResponseExceptionFactory' =>
1621 array (
1622 'type' => 'class',
1623 'classname' => 'ResponseExceptionFactory',
1624 'isabstract' => false,
1625 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http\\Factories',
1626 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\Factories\\ResponseExceptionFactory',
1627 'implements' =>
1628 array (
1629 ),
1630 ),
1631 'LiquidWeb\\LicensingApiClient\\Http\\JsonDecoder' =>
1632 array (
1633 'type' => 'class',
1634 'classname' => 'JsonDecoder',
1635 'isabstract' => false,
1636 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1637 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\JsonDecoder',
1638 'implements' =>
1639 array (
1640 ),
1641 ),
1642 'LiquidWeb\\LicensingApiClient\\Http\\RequestBuilder' =>
1643 array (
1644 'type' => 'class',
1645 'classname' => 'RequestBuilder',
1646 'isabstract' => false,
1647 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1648 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\RequestBuilder',
1649 'implements' =>
1650 array (
1651 ),
1652 ),
1653 'LiquidWeb\\LicensingApiClient\\Http\\RequestExecutor' =>
1654 array (
1655 'type' => 'class',
1656 'classname' => 'RequestExecutor',
1657 'isabstract' => false,
1658 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1659 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\RequestExecutor',
1660 'implements' =>
1661 array (
1662 ),
1663 ),
1664 'LiquidWeb\\LicensingApiClient\\Http\\RequestHeaderCollection' =>
1665 array (
1666 'type' => 'class',
1667 'classname' => 'RequestHeaderCollection',
1668 'isabstract' => false,
1669 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1670 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\RequestHeaderCollection',
1671 'implements' =>
1672 array (
1673 ),
1674 ),
1675 'LiquidWeb\\LicensingApiClient\\Http\\RetryPolicy' =>
1676 array (
1677 'type' => 'class',
1678 'classname' => 'RetryPolicy',
1679 'isabstract' => false,
1680 'namespace' => 'LiquidWeb\\LicensingApiClient\\Http',
1681 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Http\\RetryPolicy',
1682 'implements' =>
1683 array (
1684 ),
1685 ),
1686 'LiquidWeb\\LicensingApiClient\\Requests\\Credit\\CreatePool' =>
1687 array (
1688 'type' => 'class',
1689 'classname' => 'CreatePool',
1690 'isabstract' => false,
1691 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Credit',
1692 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Credit\\CreatePool',
1693 'implements' =>
1694 array (
1695 ),
1696 ),
1697 'LiquidWeb\\LicensingApiClient\\Requests\\Credit\\DeletePool' =>
1698 array (
1699 'type' => 'class',
1700 'classname' => 'DeletePool',
1701 'isabstract' => false,
1702 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Credit',
1703 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Credit\\DeletePool',
1704 'implements' =>
1705 array (
1706 ),
1707 ),
1708 'LiquidWeb\\LicensingApiClient\\Requests\\Credit\\ListLedgerEntries' =>
1709 array (
1710 'type' => 'class',
1711 'classname' => 'ListLedgerEntries',
1712 'isabstract' => false,
1713 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Credit',
1714 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Credit\\ListLedgerEntries',
1715 'implements' =>
1716 array (
1717 ),
1718 ),
1719 'LiquidWeb\\LicensingApiClient\\Requests\\Credit\\RecordUsage' =>
1720 array (
1721 'type' => 'class',
1722 'classname' => 'RecordUsage',
1723 'isabstract' => false,
1724 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Credit',
1725 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Credit\\RecordUsage',
1726 'implements' =>
1727 array (
1728 ),
1729 ),
1730 'LiquidWeb\\LicensingApiClient\\Requests\\Credit\\Refund' =>
1731 array (
1732 'type' => 'class',
1733 'classname' => 'Refund',
1734 'isabstract' => false,
1735 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Credit',
1736 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Credit\\Refund',
1737 'implements' =>
1738 array (
1739 ),
1740 ),
1741 'LiquidWeb\\LicensingApiClient\\Requests\\Credit\\SetQuota' =>
1742 array (
1743 'type' => 'class',
1744 'classname' => 'SetQuota',
1745 'isabstract' => false,
1746 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Credit',
1747 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Credit\\SetQuota',
1748 'implements' =>
1749 array (
1750 ),
1751 ),
1752 'LiquidWeb\\LicensingApiClient\\Requests\\Credit\\UpdatePool' =>
1753 array (
1754 'type' => 'class',
1755 'classname' => 'UpdatePool',
1756 'isabstract' => false,
1757 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Credit',
1758 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Credit\\UpdatePool',
1759 'implements' =>
1760 array (
1761 ),
1762 ),
1763 'LiquidWeb\\LicensingApiClient\\Requests\\Entitlement\\SwitchTier' =>
1764 array (
1765 'type' => 'class',
1766 'classname' => 'SwitchTier',
1767 'isabstract' => false,
1768 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Entitlement',
1769 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Entitlement\\SwitchTier',
1770 'implements' =>
1771 array (
1772 ),
1773 ),
1774 'LiquidWeb\\LicensingApiClient\\Requests\\Entitlement\\Upsert' =>
1775 array (
1776 'type' => 'class',
1777 'classname' => 'Upsert',
1778 'isabstract' => false,
1779 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Entitlement',
1780 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Entitlement\\Upsert',
1781 'implements' =>
1782 array (
1783 ),
1784 ),
1785 'LiquidWeb\\LicensingApiClient\\Requests\\Entitlement\\ValueObjects\\UpsertProduct' =>
1786 array (
1787 'type' => 'class',
1788 'classname' => 'UpsertProduct',
1789 'isabstract' => false,
1790 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Entitlement\\ValueObjects',
1791 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Entitlement\\ValueObjects\\UpsertProduct',
1792 'implements' =>
1793 array (
1794 ),
1795 ),
1796 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Activate' =>
1797 array (
1798 'type' => 'class',
1799 'classname' => 'Activate',
1800 'isabstract' => false,
1801 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License',
1802 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\Activate',
1803 'implements' =>
1804 array (
1805 ),
1806 ),
1807 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias\\ImportAliases' =>
1808 array (
1809 'type' => 'class',
1810 'classname' => 'ImportAliases',
1811 'isabstract' => false,
1812 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias',
1813 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias\\ImportAliases',
1814 'implements' =>
1815 array (
1816 ),
1817 ),
1818 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias\\RemoveAliases' =>
1819 array (
1820 'type' => 'class',
1821 'classname' => 'RemoveAliases',
1822 'isabstract' => false,
1823 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias',
1824 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias\\RemoveAliases',
1825 'implements' =>
1826 array (
1827 ),
1828 ),
1829 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias\\ValueObjects\\ImportAlias' =>
1830 array (
1831 'type' => 'class',
1832 'classname' => 'ImportAlias',
1833 'isabstract' => false,
1834 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias\\ValueObjects',
1835 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\Alias\\ValueObjects\\ImportAlias',
1836 'implements' =>
1837 array (
1838 ),
1839 ),
1840 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Deactivate' =>
1841 array (
1842 'type' => 'class',
1843 'classname' => 'Deactivate',
1844 'isabstract' => false,
1845 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License',
1846 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\Deactivate',
1847 'implements' =>
1848 array (
1849 ),
1850 ),
1851 'LiquidWeb\\LicensingApiClient\\Requests\\License\\DeleteActivation' =>
1852 array (
1853 'type' => 'class',
1854 'classname' => 'DeleteActivation',
1855 'isabstract' => false,
1856 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License',
1857 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\DeleteActivation',
1858 'implements' =>
1859 array (
1860 ),
1861 ),
1862 'LiquidWeb\\LicensingApiClient\\Requests\\License\\LicenseReference' =>
1863 array (
1864 'type' => 'class',
1865 'classname' => 'LicenseReference',
1866 'isabstract' => false,
1867 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License',
1868 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\LicenseReference',
1869 'implements' =>
1870 array (
1871 ),
1872 ),
1873 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Listing\\ListRequest' =>
1874 array (
1875 'type' => 'class',
1876 'classname' => 'ListRequest',
1877 'isabstract' => false,
1878 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License\\Listing',
1879 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\Listing\\ListRequest',
1880 'implements' =>
1881 array (
1882 ),
1883 ),
1884 'LiquidWeb\\LicensingApiClient\\Requests\\License\\RegenerateKey' =>
1885 array (
1886 'type' => 'class',
1887 'classname' => 'RegenerateKey',
1888 'isabstract' => false,
1889 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\License',
1890 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\License\\RegenerateKey',
1891 'implements' =>
1892 array (
1893 ),
1894 ),
1895 'LiquidWeb\\LicensingApiClient\\Requests\\Token\\Create' =>
1896 array (
1897 'type' => 'class',
1898 'classname' => 'Create',
1899 'isabstract' => false,
1900 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Token',
1901 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Token\\Create',
1902 'implements' =>
1903 array (
1904 ),
1905 ),
1906 'LiquidWeb\\LicensingApiClient\\Requests\\Token\\Revoke' =>
1907 array (
1908 'type' => 'class',
1909 'classname' => 'Revoke',
1910 'isabstract' => false,
1911 'namespace' => 'LiquidWeb\\LicensingApiClient\\Requests\\Token',
1912 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Requests\\Token\\Revoke',
1913 'implements' =>
1914 array (
1915 ),
1916 ),
1917 'LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsLedgerResource' =>
1918 array (
1919 'type' => 'class',
1920 'classname' => 'CreditsLedgerResource',
1921 'isabstract' => false,
1922 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Credit',
1923 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsLedgerResource',
1924 'implements' =>
1925 array (
1926 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsLedgerResourceInterface',
1927 ),
1928 ),
1929 'LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsPoolsResource' =>
1930 array (
1931 'type' => 'class',
1932 'classname' => 'CreditsPoolsResource',
1933 'isabstract' => false,
1934 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Credit',
1935 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsPoolsResource',
1936 'implements' =>
1937 array (
1938 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsPoolsResourceInterface',
1939 ),
1940 ),
1941 'LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsQuotasResource' =>
1942 array (
1943 'type' => 'class',
1944 'classname' => 'CreditsQuotasResource',
1945 'isabstract' => false,
1946 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Credit',
1947 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsQuotasResource',
1948 'implements' =>
1949 array (
1950 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsQuotasResourceInterface',
1951 ),
1952 ),
1953 'LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsResource' =>
1954 array (
1955 'type' => 'class',
1956 'classname' => 'CreditsResource',
1957 'isabstract' => false,
1958 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Credit',
1959 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Credit\\CreditsResource',
1960 'implements' =>
1961 array (
1962 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsResourceInterface',
1963 ),
1964 ),
1965 'LiquidWeb\\LicensingApiClient\\Resources\\EntitlementsResource' =>
1966 array (
1967 'type' => 'class',
1968 'classname' => 'EntitlementsResource',
1969 'isabstract' => false,
1970 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources',
1971 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\EntitlementsResource',
1972 'implements' =>
1973 array (
1974 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\EntitlementsResourceInterface',
1975 ),
1976 ),
1977 'LiquidWeb\\LicensingApiClient\\Resources\\LicensesResource' =>
1978 array (
1979 'type' => 'class',
1980 'classname' => 'LicensesResource',
1981 'isabstract' => false,
1982 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources',
1983 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\LicensesResource',
1984 'implements' =>
1985 array (
1986 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\LicensesResourceInterface',
1987 ),
1988 ),
1989 'LiquidWeb\\LicensingApiClient\\Resources\\ProductsResource' =>
1990 array (
1991 'type' => 'class',
1992 'classname' => 'ProductsResource',
1993 'isabstract' => false,
1994 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources',
1995 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\ProductsResource',
1996 'implements' =>
1997 array (
1998 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\ProductsResourceInterface',
1999 ),
2000 ),
2001 'LiquidWeb\\LicensingApiClient\\Resources\\TokensResource' =>
2002 array (
2003 'type' => 'class',
2004 'classname' => 'TokensResource',
2005 'isabstract' => false,
2006 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources',
2007 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\TokensResource',
2008 'implements' =>
2009 array (
2010 0 => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\TokensResourceInterface',
2011 ),
2012 ),
2013 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\BalanceCollection' =>
2014 array (
2015 'type' => 'class',
2016 'classname' => 'BalanceCollection',
2017 'isabstract' => false,
2018 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2019 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\BalanceCollection',
2020 'implements' =>
2021 array (
2022 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2023 ),
2024 ),
2025 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\DeletePool' =>
2026 array (
2027 'type' => 'class',
2028 'classname' => 'DeletePool',
2029 'isabstract' => false,
2030 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2031 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\DeletePool',
2032 'implements' =>
2033 array (
2034 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2035 ),
2036 ),
2037 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\DeleteQuota' =>
2038 array (
2039 'type' => 'class',
2040 'classname' => 'DeleteQuota',
2041 'isabstract' => false,
2042 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2043 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\DeleteQuota',
2044 'implements' =>
2045 array (
2046 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2047 ),
2048 ),
2049 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\LedgerPage' =>
2050 array (
2051 'type' => 'class',
2052 'classname' => 'LedgerPage',
2053 'isabstract' => false,
2054 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2055 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\LedgerPage',
2056 'implements' =>
2057 array (
2058 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2059 ),
2060 ),
2061 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\PoolCollection' =>
2062 array (
2063 'type' => 'class',
2064 'classname' => 'PoolCollection',
2065 'isabstract' => false,
2066 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2067 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\PoolCollection',
2068 'implements' =>
2069 array (
2070 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2071 ),
2072 ),
2073 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\QuotaCollection' =>
2074 array (
2075 'type' => 'class',
2076 'classname' => 'QuotaCollection',
2077 'isabstract' => false,
2078 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2079 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\QuotaCollection',
2080 'implements' =>
2081 array (
2082 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2083 ),
2084 ),
2085 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\RecordUsage' =>
2086 array (
2087 'type' => 'class',
2088 'classname' => 'RecordUsage',
2089 'isabstract' => false,
2090 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2091 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\RecordUsage',
2092 'implements' =>
2093 array (
2094 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2095 ),
2096 ),
2097 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\Refund' =>
2098 array (
2099 'type' => 'class',
2100 'classname' => 'Refund',
2101 'isabstract' => false,
2102 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit',
2103 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\Refund',
2104 'implements' =>
2105 array (
2106 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2107 ),
2108 ),
2109 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\BalanceEntry' =>
2110 array (
2111 'type' => 'class',
2112 'classname' => 'BalanceEntry',
2113 'isabstract' => false,
2114 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects',
2115 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\BalanceEntry',
2116 'implements' =>
2117 array (
2118 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2119 ),
2120 ),
2121 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\CreditPool' =>
2122 array (
2123 'type' => 'class',
2124 'classname' => 'CreditPool',
2125 'isabstract' => false,
2126 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects',
2127 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\CreditPool',
2128 'implements' =>
2129 array (
2130 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2131 ),
2132 ),
2133 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\LedgerEntry' =>
2134 array (
2135 'type' => 'class',
2136 'classname' => 'LedgerEntry',
2137 'isabstract' => false,
2138 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects',
2139 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\LedgerEntry',
2140 'implements' =>
2141 array (
2142 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2143 ),
2144 ),
2145 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\PoolBalance' =>
2146 array (
2147 'type' => 'class',
2148 'classname' => 'PoolBalance',
2149 'isabstract' => false,
2150 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects',
2151 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\PoolBalance',
2152 'implements' =>
2153 array (
2154 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2155 ),
2156 ),
2157 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\SiteQuota' =>
2158 array (
2159 'type' => 'class',
2160 'classname' => 'SiteQuota',
2161 'isabstract' => false,
2162 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects',
2163 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Credit\\ValueObjects\\SiteQuota',
2164 'implements' =>
2165 array (
2166 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2167 ),
2168 ),
2169 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Cancel' =>
2170 array (
2171 'type' => 'class',
2172 'classname' => 'Cancel',
2173 'isabstract' => false,
2174 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement',
2175 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Cancel',
2176 'implements' =>
2177 array (
2178 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2179 ),
2180 ),
2181 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Delete' =>
2182 array (
2183 'type' => 'class',
2184 'classname' => 'Delete',
2185 'isabstract' => false,
2186 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement',
2187 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Delete',
2188 'implements' =>
2189 array (
2190 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2191 ),
2192 ),
2193 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Suspend' =>
2194 array (
2195 'type' => 'class',
2196 'classname' => 'Suspend',
2197 'isabstract' => false,
2198 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement',
2199 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Suspend',
2200 'implements' =>
2201 array (
2202 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2203 ),
2204 ),
2205 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\SwitchTier' =>
2206 array (
2207 'type' => 'class',
2208 'classname' => 'SwitchTier',
2209 'isabstract' => false,
2210 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement',
2211 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\SwitchTier',
2212 'implements' =>
2213 array (
2214 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2215 ),
2216 ),
2217 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Unsuspend' =>
2218 array (
2219 'type' => 'class',
2220 'classname' => 'Unsuspend',
2221 'isabstract' => false,
2222 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement',
2223 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Unsuspend',
2224 'implements' =>
2225 array (
2226 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2227 ),
2228 ),
2229 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Upsert' =>
2230 array (
2231 'type' => 'class',
2232 'classname' => 'Upsert',
2233 'isabstract' => false,
2234 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement',
2235 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\Upsert',
2236 'implements' =>
2237 array (
2238 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2239 ),
2240 ),
2241 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\ValueObjects\\UpsertProduct' =>
2242 array (
2243 'type' => 'class',
2244 'classname' => 'UpsertProduct',
2245 'isabstract' => false,
2246 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\ValueObjects',
2247 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Entitlement\\ValueObjects\\UpsertProduct',
2248 'implements' =>
2249 array (
2250 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2251 ),
2252 ),
2253 'LiquidWeb\\LicensingApiClient\\Responses\\ErrorResponse' =>
2254 array (
2255 'type' => 'class',
2256 'classname' => 'ErrorResponse',
2257 'isabstract' => false,
2258 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses',
2259 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\ErrorResponse',
2260 'implements' =>
2261 array (
2262 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2263 ),
2264 ),
2265 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Activate' =>
2266 array (
2267 'type' => 'class',
2268 'classname' => 'Activate',
2269 'isabstract' => false,
2270 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License',
2271 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Activate',
2272 'implements' =>
2273 array (
2274 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2275 ),
2276 ),
2277 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias\\ImportAliases' =>
2278 array (
2279 'type' => 'class',
2280 'classname' => 'ImportAliases',
2281 'isabstract' => false,
2282 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias',
2283 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias\\ImportAliases',
2284 'implements' =>
2285 array (
2286 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2287 ),
2288 ),
2289 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias\\RemoveAliases' =>
2290 array (
2291 'type' => 'class',
2292 'classname' => 'RemoveAliases',
2293 'isabstract' => false,
2294 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias',
2295 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias\\RemoveAliases',
2296 'implements' =>
2297 array (
2298 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2299 ),
2300 ),
2301 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias\\ValueObjects\\ImportedAlias' =>
2302 array (
2303 'type' => 'class',
2304 'classname' => 'ImportedAlias',
2305 'isabstract' => false,
2306 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias\\ValueObjects',
2307 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Alias\\ValueObjects\\ImportedAlias',
2308 'implements' =>
2309 array (
2310 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2311 ),
2312 ),
2313 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Deactivate' =>
2314 array (
2315 'type' => 'class',
2316 'classname' => 'Deactivate',
2317 'isabstract' => false,
2318 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License',
2319 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Deactivate',
2320 'implements' =>
2321 array (
2322 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2323 ),
2324 ),
2325 'LiquidWeb\\LicensingApiClient\\Responses\\License\\DeleteActivation' =>
2326 array (
2327 'type' => 'class',
2328 'classname' => 'DeleteActivation',
2329 'isabstract' => false,
2330 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License',
2331 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\DeleteActivation',
2332 'implements' =>
2333 array (
2334 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2335 ),
2336 ),
2337 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\Listing' =>
2338 array (
2339 'type' => 'class',
2340 'classname' => 'Listing',
2341 'isabstract' => false,
2342 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing',
2343 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\Listing',
2344 'implements' =>
2345 array (
2346 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2347 ),
2348 ),
2349 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects\\LicenseListItem' =>
2350 array (
2351 'type' => 'class',
2352 'classname' => 'LicenseListItem',
2353 'isabstract' => false,
2354 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects',
2355 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects\\LicenseListItem',
2356 'implements' =>
2357 array (
2358 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2359 ),
2360 ),
2361 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects\\ListedProduct' =>
2362 array (
2363 'type' => 'class',
2364 'classname' => 'ListedProduct',
2365 'isabstract' => false,
2366 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects',
2367 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects\\ListedProduct',
2368 'implements' =>
2369 array (
2370 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2371 ),
2372 ),
2373 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects\\ListedProductCollection' =>
2374 array (
2375 'type' => 'class',
2376 'classname' => 'ListedProductCollection',
2377 'isabstract' => false,
2378 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects',
2379 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Listing\\ValueObjects\\ListedProductCollection',
2380 'implements' =>
2381 array (
2382 0 => 'ArrayAccess',
2383 1 => 'Countable',
2384 2 => 'IteratorAggregate',
2385 3 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2386 ),
2387 ),
2388 'LiquidWeb\\LicensingApiClient\\Responses\\License\\RegenerateKey' =>
2389 array (
2390 'type' => 'class',
2391 'classname' => 'RegenerateKey',
2392 'isabstract' => false,
2393 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License',
2394 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\RegenerateKey',
2395 'implements' =>
2396 array (
2397 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2398 ),
2399 ),
2400 'LiquidWeb\\LicensingApiClient\\Responses\\License\\StatusChange' =>
2401 array (
2402 'type' => 'class',
2403 'classname' => 'StatusChange',
2404 'isabstract' => false,
2405 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License',
2406 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\StatusChange',
2407 'implements' =>
2408 array (
2409 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2410 ),
2411 ),
2412 'LiquidWeb\\LicensingApiClient\\Responses\\License\\Validate' =>
2413 array (
2414 'type' => 'class',
2415 'classname' => 'Validate',
2416 'isabstract' => false,
2417 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License',
2418 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\Validate',
2419 'implements' =>
2420 array (
2421 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2422 ),
2423 ),
2424 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValidatedProductCollection' =>
2425 array (
2426 'type' => 'class',
2427 'classname' => 'ValidatedProductCollection',
2428 'isabstract' => false,
2429 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License',
2430 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\ValidatedProductCollection',
2431 'implements' =>
2432 array (
2433 0 => 'ArrayAccess',
2434 1 => 'Countable',
2435 2 => 'IteratorAggregate',
2436 3 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2437 ),
2438 ),
2439 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\Activation' =>
2440 array (
2441 'type' => 'class',
2442 'classname' => 'Activation',
2443 'isabstract' => false,
2444 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects',
2445 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\Activation',
2446 'implements' =>
2447 array (
2448 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2449 ),
2450 ),
2451 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\ActivationEntitlement' =>
2452 array (
2453 'type' => 'class',
2454 'classname' => 'ActivationEntitlement',
2455 'isabstract' => false,
2456 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects',
2457 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\ActivationEntitlement',
2458 'implements' =>
2459 array (
2460 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2461 ),
2462 ),
2463 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\AvailableEntitlement' =>
2464 array (
2465 'type' => 'class',
2466 'classname' => 'AvailableEntitlement',
2467 'isabstract' => false,
2468 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects',
2469 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\AvailableEntitlement',
2470 'implements' =>
2471 array (
2472 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2473 ),
2474 ),
2475 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\Entitlement' =>
2476 array (
2477 'type' => 'class',
2478 'classname' => 'Entitlement',
2479 'isabstract' => false,
2480 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects',
2481 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\Entitlement',
2482 'implements' =>
2483 array (
2484 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2485 ),
2486 ),
2487 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\LicenseSummary' =>
2488 array (
2489 'type' => 'class',
2490 'classname' => 'LicenseSummary',
2491 'isabstract' => false,
2492 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects',
2493 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\LicenseSummary',
2494 'implements' =>
2495 array (
2496 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2497 ),
2498 ),
2499 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\ProductValidation' =>
2500 array (
2501 'type' => 'class',
2502 'classname' => 'ProductValidation',
2503 'isabstract' => false,
2504 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects',
2505 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\License\\ValueObjects\\ProductValidation',
2506 'implements' =>
2507 array (
2508 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2509 ),
2510 ),
2511 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\Catalog' =>
2512 array (
2513 'type' => 'class',
2514 'classname' => 'Catalog',
2515 'isabstract' => false,
2516 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Product',
2517 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Product\\Catalog',
2518 'implements' =>
2519 array (
2520 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2521 ),
2522 ),
2523 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\CatalogProductCollection' =>
2524 array (
2525 'type' => 'class',
2526 'classname' => 'CatalogProductCollection',
2527 'isabstract' => false,
2528 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Product',
2529 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Product\\CatalogProductCollection',
2530 'implements' =>
2531 array (
2532 0 => 'ArrayAccess',
2533 1 => 'Countable',
2534 2 => 'IteratorAggregate',
2535 3 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2536 ),
2537 ),
2538 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects\\ActivationDomain' =>
2539 array (
2540 'type' => 'class',
2541 'classname' => 'ActivationDomain',
2542 'isabstract' => false,
2543 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects',
2544 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects\\ActivationDomain',
2545 'implements' =>
2546 array (
2547 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2548 ),
2549 ),
2550 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects\\Activations' =>
2551 array (
2552 'type' => 'class',
2553 'classname' => 'Activations',
2554 'isabstract' => false,
2555 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects',
2556 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects\\Activations',
2557 'implements' =>
2558 array (
2559 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2560 ),
2561 ),
2562 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects\\CatalogEntry' =>
2563 array (
2564 'type' => 'class',
2565 'classname' => 'CatalogEntry',
2566 'isabstract' => false,
2567 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects',
2568 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Product\\ValueObjects\\CatalogEntry',
2569 'implements' =>
2570 array (
2571 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2572 ),
2573 ),
2574 'LiquidWeb\\LicensingApiClient\\Responses\\Token\\Auth' =>
2575 array (
2576 'type' => 'class',
2577 'classname' => 'Auth',
2578 'isabstract' => false,
2579 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Token',
2580 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Token\\Auth',
2581 'implements' =>
2582 array (
2583 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2584 ),
2585 ),
2586 'LiquidWeb\\LicensingApiClient\\Responses\\Token\\TokenList' =>
2587 array (
2588 'type' => 'class',
2589 'classname' => 'TokenList',
2590 'isabstract' => false,
2591 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Token',
2592 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Token\\TokenList',
2593 'implements' =>
2594 array (
2595 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2596 ),
2597 ),
2598 'LiquidWeb\\LicensingApiClient\\Responses\\Token\\ValueObjects\\TokenItem' =>
2599 array (
2600 'type' => 'class',
2601 'classname' => 'TokenItem',
2602 'isabstract' => false,
2603 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Token\\ValueObjects',
2604 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Token\\ValueObjects\\TokenItem',
2605 'implements' =>
2606 array (
2607 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2608 ),
2609 ),
2610 'LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects\\CapabilityCollection' =>
2611 array (
2612 'type' => 'class',
2613 'classname' => 'CapabilityCollection',
2614 'isabstract' => false,
2615 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects',
2616 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects\\CapabilityCollection',
2617 'implements' =>
2618 array (
2619 0 => 'ArrayAccess',
2620 1 => 'Countable',
2621 2 => 'IteratorAggregate',
2622 3 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2623 ),
2624 ),
2625 'LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects\\PageMeta' =>
2626 array (
2627 'type' => 'class',
2628 'classname' => 'PageMeta',
2629 'isabstract' => false,
2630 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects',
2631 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects\\PageMeta',
2632 'implements' =>
2633 array (
2634 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2635 ),
2636 ),
2637 'LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects\\PaginationLinks' =>
2638 array (
2639 'type' => 'class',
2640 'classname' => 'PaginationLinks',
2641 'isabstract' => false,
2642 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects',
2643 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\ValueObjects\\PaginationLinks',
2644 'implements' =>
2645 array (
2646 0 => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
2647 ),
2648 ),
2649 'LiquidWeb\\LicensingApiClient\\Tracing\\TraceContext' =>
2650 array (
2651 'type' => 'class',
2652 'classname' => 'TraceContext',
2653 'isabstract' => false,
2654 'namespace' => 'LiquidWeb\\LicensingApiClient\\Tracing',
2655 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Tracing\\TraceContext',
2656 'implements' =>
2657 array (
2658 ),
2659 ),
2660 'LiquidWeb\\LicensingApiClient\\Tracing\\TraceParent' =>
2661 array (
2662 'type' => 'class',
2663 'classname' => 'TraceParent',
2664 'isabstract' => false,
2665 'namespace' => 'LiquidWeb\\LicensingApiClient\\Tracing',
2666 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Tracing\\TraceParent',
2667 'implements' =>
2668 array (
2669 ),
2670 ),
2671 'LiquidWeb\\LicensingApiClient\\Value\\AuthToken' =>
2672 array (
2673 'type' => 'class',
2674 'classname' => 'AuthToken',
2675 'isabstract' => false,
2676 'namespace' => 'LiquidWeb\\LicensingApiClient\\Value',
2677 'extends' => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Value\\AuthToken',
2678 'implements' =>
2679 array (
2680 ),
2681 ),
2682 'StellarWP\\Validation\\Commands\\ExcludeValue' =>
2683 array (
2684 'type' => 'class',
2685 'classname' => 'ExcludeValue',
2686 'isabstract' => false,
2687 'namespace' => 'StellarWP\\Validation\\Commands',
2688 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Commands\\ExcludeValue',
2689 'implements' =>
2690 array (
2691 ),
2692 ),
2693 'StellarWP\\Validation\\Commands\\SkipValidationRules' =>
2694 array (
2695 'type' => 'class',
2696 'classname' => 'SkipValidationRules',
2697 'isabstract' => false,
2698 'namespace' => 'StellarWP\\Validation\\Commands',
2699 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Commands\\SkipValidationRules',
2700 'implements' =>
2701 array (
2702 ),
2703 ),
2704 'StellarWP\\Validation\\Config' =>
2705 array (
2706 'type' => 'class',
2707 'classname' => 'Config',
2708 'isabstract' => false,
2709 'namespace' => 'StellarWP\\Validation',
2710 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Config',
2711 'implements' =>
2712 array (
2713 ),
2714 ),
2715 'StellarWP\\Validation\\Exceptions\\ValidationException' =>
2716 array (
2717 'type' => 'class',
2718 'classname' => 'ValidationException',
2719 'isabstract' => false,
2720 'namespace' => 'StellarWP\\Validation\\Exceptions',
2721 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Exceptions\\ValidationException',
2722 'implements' =>
2723 array (
2724 0 => 'StellarWP\\Validation\\Exceptions\\Contracts\\ValidationExceptionInterface',
2725 ),
2726 ),
2727 'StellarWP\\Validation\\Rules\\Abstracts\\ConditionalRule' =>
2728 array (
2729 'type' => 'class',
2730 'classname' => 'ConditionalRule',
2731 'isabstract' => true,
2732 'namespace' => 'StellarWP\\Validation\\Rules\\Abstracts',
2733 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Abstracts\\ConditionalRule',
2734 'implements' =>
2735 array (
2736 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2737 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2738 ),
2739 ),
2740 'StellarWP\\Validation\\Rules\\Boolean' =>
2741 array (
2742 'type' => 'class',
2743 'classname' => 'Boolean',
2744 'isabstract' => false,
2745 'namespace' => 'StellarWP\\Validation\\Rules',
2746 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Boolean',
2747 'implements' =>
2748 array (
2749 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2750 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2751 2 => 'StellarWP\\Validation\\Contracts\\Sanitizer',
2752 ),
2753 ),
2754 'StellarWP\\Validation\\Rules\\Currency' =>
2755 array (
2756 'type' => 'class',
2757 'classname' => 'Currency',
2758 'isabstract' => false,
2759 'namespace' => 'StellarWP\\Validation\\Rules',
2760 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Currency',
2761 'implements' =>
2762 array (
2763 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2764 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2765 ),
2766 ),
2767 'StellarWP\\Validation\\Rules\\DateTime' =>
2768 array (
2769 'type' => 'class',
2770 'classname' => 'DateTime',
2771 'isabstract' => false,
2772 'namespace' => 'StellarWP\\Validation\\Rules',
2773 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\DateTime',
2774 'implements' =>
2775 array (
2776 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2777 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2778 2 => 'StellarWP\\Validation\\Contracts\\Sanitizer',
2779 ),
2780 ),
2781 'StellarWP\\Validation\\Rules\\Email' =>
2782 array (
2783 'type' => 'class',
2784 'classname' => 'Email',
2785 'isabstract' => false,
2786 'namespace' => 'StellarWP\\Validation\\Rules',
2787 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Email',
2788 'implements' =>
2789 array (
2790 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2791 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2792 ),
2793 ),
2794 'StellarWP\\Validation\\Rules\\Exclude' =>
2795 array (
2796 'type' => 'class',
2797 'classname' => 'Exclude',
2798 'isabstract' => false,
2799 'namespace' => 'StellarWP\\Validation\\Rules',
2800 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Exclude',
2801 'implements' =>
2802 array (
2803 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2804 ),
2805 ),
2806 'StellarWP\\Validation\\Rules\\ExcludeIf' =>
2807 array (
2808 'type' => 'class',
2809 'classname' => 'ExcludeIf',
2810 'isabstract' => false,
2811 'namespace' => 'StellarWP\\Validation\\Rules',
2812 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\ExcludeIf',
2813 'implements' =>
2814 array (
2815 ),
2816 ),
2817 'StellarWP\\Validation\\Rules\\ExcludeUnless' =>
2818 array (
2819 'type' => 'class',
2820 'classname' => 'ExcludeUnless',
2821 'isabstract' => false,
2822 'namespace' => 'StellarWP\\Validation\\Rules',
2823 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\ExcludeUnless',
2824 'implements' =>
2825 array (
2826 ),
2827 ),
2828 'StellarWP\\Validation\\Rules\\In' =>
2829 array (
2830 'type' => 'class',
2831 'classname' => 'In',
2832 'isabstract' => false,
2833 'namespace' => 'StellarWP\\Validation\\Rules',
2834 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\In',
2835 'implements' =>
2836 array (
2837 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2838 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2839 ),
2840 ),
2841 'StellarWP\\Validation\\Rules\\InStrict' =>
2842 array (
2843 'type' => 'class',
2844 'classname' => 'InStrict',
2845 'isabstract' => false,
2846 'namespace' => 'StellarWP\\Validation\\Rules',
2847 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\InStrict',
2848 'implements' =>
2849 array (
2850 ),
2851 ),
2852 'StellarWP\\Validation\\Rules\\Integer' =>
2853 array (
2854 'type' => 'class',
2855 'classname' => 'Integer',
2856 'isabstract' => false,
2857 'namespace' => 'StellarWP\\Validation\\Rules',
2858 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Integer',
2859 'implements' =>
2860 array (
2861 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2862 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2863 2 => 'StellarWP\\Validation\\Contracts\\Sanitizer',
2864 ),
2865 ),
2866 'StellarWP\\Validation\\Rules\\Max' =>
2867 array (
2868 'type' => 'class',
2869 'classname' => 'Max',
2870 'isabstract' => false,
2871 'namespace' => 'StellarWP\\Validation\\Rules',
2872 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Max',
2873 'implements' =>
2874 array (
2875 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2876 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2877 ),
2878 ),
2879 'StellarWP\\Validation\\Rules\\Min' =>
2880 array (
2881 'type' => 'class',
2882 'classname' => 'Min',
2883 'isabstract' => false,
2884 'namespace' => 'StellarWP\\Validation\\Rules',
2885 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Min',
2886 'implements' =>
2887 array (
2888 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2889 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2890 ),
2891 ),
2892 'StellarWP\\Validation\\Rules\\Nullable' =>
2893 array (
2894 'type' => 'class',
2895 'classname' => 'Nullable',
2896 'isabstract' => false,
2897 'namespace' => 'StellarWP\\Validation\\Rules',
2898 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Nullable',
2899 'implements' =>
2900 array (
2901 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2902 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2903 ),
2904 ),
2905 'StellarWP\\Validation\\Rules\\NullableIf' =>
2906 array (
2907 'type' => 'class',
2908 'classname' => 'NullableIf',
2909 'isabstract' => false,
2910 'namespace' => 'StellarWP\\Validation\\Rules',
2911 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\NullableIf',
2912 'implements' =>
2913 array (
2914 ),
2915 ),
2916 'StellarWP\\Validation\\Rules\\NullableUnless' =>
2917 array (
2918 'type' => 'class',
2919 'classname' => 'NullableUnless',
2920 'isabstract' => false,
2921 'namespace' => 'StellarWP\\Validation\\Rules',
2922 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\NullableUnless',
2923 'implements' =>
2924 array (
2925 ),
2926 ),
2927 'StellarWP\\Validation\\Rules\\Numeric' =>
2928 array (
2929 'type' => 'class',
2930 'classname' => 'Numeric',
2931 'isabstract' => false,
2932 'namespace' => 'StellarWP\\Validation\\Rules',
2933 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Numeric',
2934 'implements' =>
2935 array (
2936 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2937 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2938 ),
2939 ),
2940 'StellarWP\\Validation\\Rules\\Optional' =>
2941 array (
2942 'type' => 'class',
2943 'classname' => 'Optional',
2944 'isabstract' => false,
2945 'namespace' => 'StellarWP\\Validation\\Rules',
2946 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Optional',
2947 'implements' =>
2948 array (
2949 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2950 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2951 ),
2952 ),
2953 'StellarWP\\Validation\\Rules\\OptionalIf' =>
2954 array (
2955 'type' => 'class',
2956 'classname' => 'OptionalIf',
2957 'isabstract' => false,
2958 'namespace' => 'StellarWP\\Validation\\Rules',
2959 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\OptionalIf',
2960 'implements' =>
2961 array (
2962 ),
2963 ),
2964 'StellarWP\\Validation\\Rules\\OptionalUnless' =>
2965 array (
2966 'type' => 'class',
2967 'classname' => 'OptionalUnless',
2968 'isabstract' => false,
2969 'namespace' => 'StellarWP\\Validation\\Rules',
2970 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\OptionalUnless',
2971 'implements' =>
2972 array (
2973 ),
2974 ),
2975 'StellarWP\\Validation\\Rules\\Required' =>
2976 array (
2977 'type' => 'class',
2978 'classname' => 'Required',
2979 'isabstract' => false,
2980 'namespace' => 'StellarWP\\Validation\\Rules',
2981 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Required',
2982 'implements' =>
2983 array (
2984 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2985 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2986 ),
2987 ),
2988 'StellarWP\\Validation\\Rules\\Size' =>
2989 array (
2990 'type' => 'class',
2991 'classname' => 'Size',
2992 'isabstract' => false,
2993 'namespace' => 'StellarWP\\Validation\\Rules',
2994 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Rules\\Size',
2995 'implements' =>
2996 array (
2997 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
2998 1 => 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
2999 ),
3000 ),
3001 'StellarWP\\Validation\\ServiceProvider' =>
3002 array (
3003 'type' => 'class',
3004 'classname' => 'ServiceProvider',
3005 'isabstract' => false,
3006 'namespace' => 'StellarWP\\Validation',
3007 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\ServiceProvider',
3008 'implements' =>
3009 array (
3010 ),
3011 ),
3012 'StellarWP\\Validation\\ValidationRuleSet' =>
3013 array (
3014 'type' => 'class',
3015 'classname' => 'ValidationRuleSet',
3016 'isabstract' => false,
3017 'namespace' => 'StellarWP\\Validation',
3018 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\ValidationRuleSet',
3019 'implements' =>
3020 array (
3021 0 => 'IteratorAggregate',
3022 1 => 'JsonSerializable',
3023 ),
3024 ),
3025 'StellarWP\\Validation\\ValidationRulesRegistrar' =>
3026 array (
3027 'type' => 'class',
3028 'classname' => 'ValidationRulesRegistrar',
3029 'isabstract' => false,
3030 'namespace' => 'StellarWP\\Validation',
3031 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\ValidationRulesRegistrar',
3032 'implements' =>
3033 array (
3034 ),
3035 ),
3036 'StellarWP\\Validation\\Validator' =>
3037 array (
3038 'type' => 'class',
3039 'classname' => 'Validator',
3040 'isabstract' => false,
3041 'namespace' => 'StellarWP\\Validation',
3042 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Validator',
3043 'implements' =>
3044 array (
3045 ),
3046 ),
3047 'StellarWP\\Validation\\Tests\\TestCase' =>
3048 array (
3049 'type' => 'class',
3050 'classname' => 'TestCase',
3051 'isabstract' => false,
3052 'namespace' => 'StellarWP\\Validation\\Tests',
3053 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\TestCase',
3054 'implements' =>
3055 array (
3056 ),
3057 ),
3058 'StellarWP\\Validation\\Tests\\Unit\\Rules\\CurrencyTest' =>
3059 array (
3060 'type' => 'class',
3061 'classname' => 'CurrencyTest',
3062 'isabstract' => false,
3063 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3064 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\CurrencyTest',
3065 'implements' =>
3066 array (
3067 ),
3068 ),
3069 'StellarWP\\Validation\\Tests\\Unit\\Rules\\DateTimeTest' =>
3070 array (
3071 'type' => 'class',
3072 'classname' => 'DateTimeTest',
3073 'isabstract' => false,
3074 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3075 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\DateTimeTest',
3076 'implements' =>
3077 array (
3078 ),
3079 ),
3080 'StellarWP\\Validation\\Tests\\Unit\\Rules\\EmailTest' =>
3081 array (
3082 'type' => 'class',
3083 'classname' => 'EmailTest',
3084 'isabstract' => false,
3085 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3086 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\EmailTest',
3087 'implements' =>
3088 array (
3089 ),
3090 ),
3091 'StellarWP\\Validation\\Tests\\Unit\\Rules\\ExcludeIfTest' =>
3092 array (
3093 'type' => 'class',
3094 'classname' => 'ExcludeIfTest',
3095 'isabstract' => false,
3096 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3097 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\ExcludeIfTest',
3098 'implements' =>
3099 array (
3100 ),
3101 ),
3102 'StellarWP\\Validation\\Tests\\Unit\\Rules\\ExcludeTest' =>
3103 array (
3104 'type' => 'class',
3105 'classname' => 'ExcludeTest',
3106 'isabstract' => false,
3107 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3108 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\ExcludeTest',
3109 'implements' =>
3110 array (
3111 ),
3112 ),
3113 'StellarWP\\Validation\\Tests\\Unit\\Rules\\InStrictTest' =>
3114 array (
3115 'type' => 'class',
3116 'classname' => 'InStrictTest',
3117 'isabstract' => false,
3118 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3119 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\InStrictTest',
3120 'implements' =>
3121 array (
3122 ),
3123 ),
3124 'StellarWP\\Validation\\Tests\\Unit\\Rules\\IntegerTest' =>
3125 array (
3126 'type' => 'class',
3127 'classname' => 'IntegerTest',
3128 'isabstract' => false,
3129 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3130 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\IntegerTest',
3131 'implements' =>
3132 array (
3133 ),
3134 ),
3135 'StellarWP\\Validation\\Tests\\Unit\\Rules\\MaxTest' =>
3136 array (
3137 'type' => 'class',
3138 'classname' => 'MaxTest',
3139 'isabstract' => false,
3140 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3141 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\MaxTest',
3142 'implements' =>
3143 array (
3144 ),
3145 ),
3146 'StellarWP\\Validation\\Tests\\Unit\\Rules\\MinTest' =>
3147 array (
3148 'type' => 'class',
3149 'classname' => 'MinTest',
3150 'isabstract' => false,
3151 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3152 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\MinTest',
3153 'implements' =>
3154 array (
3155 ),
3156 ),
3157 'StellarWP\\Validation\\Tests\\Unit\\Rules\\NullableTest' =>
3158 array (
3159 'type' => 'class',
3160 'classname' => 'NullableTest',
3161 'isabstract' => false,
3162 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3163 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\NullableTest',
3164 'implements' =>
3165 array (
3166 ),
3167 ),
3168 'StellarWP\\Validation\\Tests\\Unit\\Rules\\NumericTest' =>
3169 array (
3170 'type' => 'class',
3171 'classname' => 'NumericTest',
3172 'isabstract' => false,
3173 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3174 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\NumericTest',
3175 'implements' =>
3176 array (
3177 ),
3178 ),
3179 'StellarWP\\Validation\\Tests\\Unit\\Rules\\OptionalTest' =>
3180 array (
3181 'type' => 'class',
3182 'classname' => 'OptionalTest',
3183 'isabstract' => false,
3184 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3185 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\OptionalTest',
3186 'implements' =>
3187 array (
3188 ),
3189 ),
3190 'StellarWP\\Validation\\Tests\\Unit\\Rules\\RequiredTest' =>
3191 array (
3192 'type' => 'class',
3193 'classname' => 'RequiredTest',
3194 'isabstract' => false,
3195 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3196 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\RequiredTest',
3197 'implements' =>
3198 array (
3199 ),
3200 ),
3201 'StellarWP\\Validation\\Tests\\Unit\\Rules\\SizeTest' =>
3202 array (
3203 'type' => 'class',
3204 'classname' => 'SizeTest',
3205 'isabstract' => false,
3206 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Rules',
3207 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Rules\\SizeTest',
3208 'implements' =>
3209 array (
3210 ),
3211 ),
3212 'StellarWP\\Validation\\Tests\\Unit\\Framework\\Validation\\ValidationRuleSetTest' =>
3213 array (
3214 'type' => 'class',
3215 'classname' => 'ValidationRuleSetTest',
3216 'isabstract' => false,
3217 'namespace' => 'StellarWP\\Validation\\Tests\\Unit\\Framework\\Validation',
3218 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\Framework\\Validation\\ValidationRuleSetTest',
3219 'implements' =>
3220 array (
3221 ),
3222 ),
3223 'StellarWP\\Validation\\Tests\\Unit\\ValidatorTest' =>
3224 array (
3225 'type' => 'class',
3226 'classname' => 'ValidatorTest',
3227 'isabstract' => false,
3228 'namespace' => 'StellarWP\\Validation\\Tests\\Unit',
3229 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\ValidatorTest',
3230 'implements' =>
3231 array (
3232 ),
3233 ),
3234 'StellarWP\\Validation\\Tests\\Unit\\MockSkipRule' =>
3235 array (
3236 'type' => 'class',
3237 'classname' => 'MockSkipRule',
3238 'isabstract' => false,
3239 'namespace' => 'StellarWP\\Validation\\Tests\\Unit',
3240 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\MockSkipRule',
3241 'implements' =>
3242 array (
3243 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
3244 ),
3245 ),
3246 'StellarWP\\Validation\\Tests\\Unit\\MockRequiredRule' =>
3247 array (
3248 'type' => 'class',
3249 'classname' => 'MockRequiredRule',
3250 'isabstract' => false,
3251 'namespace' => 'StellarWP\\Validation\\Tests\\Unit',
3252 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\MockRequiredRule',
3253 'implements' =>
3254 array (
3255 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
3256 ),
3257 ),
3258 'StellarWP\\Validation\\Tests\\Unit\\MockIntegerRule' =>
3259 array (
3260 'type' => 'class',
3261 'classname' => 'MockIntegerRule',
3262 'isabstract' => false,
3263 'namespace' => 'StellarWP\\Validation\\Tests\\Unit',
3264 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\MockIntegerRule',
3265 'implements' =>
3266 array (
3267 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
3268 1 => 'StellarWP\\Validation\\Contracts\\Sanitizer',
3269 ),
3270 ),
3271 'StellarWP\\Validation\\Tests\\Unit\\MockExcludeRule' =>
3272 array (
3273 'type' => 'class',
3274 'classname' => 'MockExcludeRule',
3275 'isabstract' => false,
3276 'namespace' => 'StellarWP\\Validation\\Tests\\Unit',
3277 'extends' => 'Give\\Vendors\\StellarWP\\Validation\\Tests\\Unit\\MockExcludeRule',
3278 'implements' =>
3279 array (
3280 0 => 'StellarWP\\Validation\\Contracts\\ValidationRule',
3281 ),
3282 ),
3283 'Symfony\\Component\\HttpFoundation\\AcceptHeader' =>
3284 array (
3285 'type' => 'class',
3286 'classname' => 'AcceptHeader',
3287 'isabstract' => false,
3288 'namespace' => 'Symfony\\Component\\HttpFoundation',
3289 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\AcceptHeader',
3290 'implements' =>
3291 array (
3292 ),
3293 ),
3294 'Symfony\\Component\\HttpFoundation\\AcceptHeaderItem' =>
3295 array (
3296 'type' => 'class',
3297 'classname' => 'AcceptHeaderItem',
3298 'isabstract' => false,
3299 'namespace' => 'Symfony\\Component\\HttpFoundation',
3300 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\AcceptHeaderItem',
3301 'implements' =>
3302 array (
3303 ),
3304 ),
3305 'Symfony\\Component\\HttpFoundation\\BinaryFileResponse' =>
3306 array (
3307 'type' => 'class',
3308 'classname' => 'BinaryFileResponse',
3309 'isabstract' => false,
3310 'namespace' => 'Symfony\\Component\\HttpFoundation',
3311 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\BinaryFileResponse',
3312 'implements' =>
3313 array (
3314 ),
3315 ),
3316 'Symfony\\Component\\HttpFoundation\\Cookie' =>
3317 array (
3318 'type' => 'class',
3319 'classname' => 'Cookie',
3320 'isabstract' => false,
3321 'namespace' => 'Symfony\\Component\\HttpFoundation',
3322 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Cookie',
3323 'implements' =>
3324 array (
3325 ),
3326 ),
3327 'Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException' =>
3328 array (
3329 'type' => 'class',
3330 'classname' => 'BadRequestException',
3331 'isabstract' => false,
3332 'namespace' => 'Symfony\\Component\\HttpFoundation\\Exception',
3333 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException',
3334 'implements' =>
3335 array (
3336 0 => 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface',
3337 ),
3338 ),
3339 'Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException' =>
3340 array (
3341 'type' => 'class',
3342 'classname' => 'ConflictingHeadersException',
3343 'isabstract' => false,
3344 'namespace' => 'Symfony\\Component\\HttpFoundation\\Exception',
3345 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException',
3346 'implements' =>
3347 array (
3348 0 => 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface',
3349 ),
3350 ),
3351 'Symfony\\Component\\HttpFoundation\\Exception\\JsonException' =>
3352 array (
3353 'type' => 'class',
3354 'classname' => 'JsonException',
3355 'isabstract' => false,
3356 'namespace' => 'Symfony\\Component\\HttpFoundation\\Exception',
3357 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Exception\\JsonException',
3358 'implements' =>
3359 array (
3360 0 => 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface',
3361 ),
3362 ),
3363 'Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException' =>
3364 array (
3365 'type' => 'class',
3366 'classname' => 'SessionNotFoundException',
3367 'isabstract' => false,
3368 'namespace' => 'Symfony\\Component\\HttpFoundation\\Exception',
3369 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException',
3370 'implements' =>
3371 array (
3372 0 => 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface',
3373 ),
3374 ),
3375 'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' =>
3376 array (
3377 'type' => 'class',
3378 'classname' => 'SuspiciousOperationException',
3379 'isabstract' => false,
3380 'namespace' => 'Symfony\\Component\\HttpFoundation\\Exception',
3381 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException',
3382 'implements' =>
3383 array (
3384 0 => 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface',
3385 ),
3386 ),
3387 'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' =>
3388 array (
3389 'type' => 'class',
3390 'classname' => 'ExpressionRequestMatcher',
3391 'isabstract' => false,
3392 'namespace' => 'Symfony\\Component\\HttpFoundation',
3393 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher',
3394 'implements' =>
3395 array (
3396 ),
3397 ),
3398 'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' =>
3399 array (
3400 'type' => 'class',
3401 'classname' => 'AccessDeniedException',
3402 'isabstract' => false,
3403 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3404 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException',
3405 'implements' =>
3406 array (
3407 ),
3408 ),
3409 'Symfony\\Component\\HttpFoundation\\File\\Exception\\CannotWriteFileException' =>
3410 array (
3411 'type' => 'class',
3412 'classname' => 'CannotWriteFileException',
3413 'isabstract' => false,
3414 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3415 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\CannotWriteFileException',
3416 'implements' =>
3417 array (
3418 ),
3419 ),
3420 'Symfony\\Component\\HttpFoundation\\File\\Exception\\ExtensionFileException' =>
3421 array (
3422 'type' => 'class',
3423 'classname' => 'ExtensionFileException',
3424 'isabstract' => false,
3425 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3426 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\ExtensionFileException',
3427 'implements' =>
3428 array (
3429 ),
3430 ),
3431 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException' =>
3432 array (
3433 'type' => 'class',
3434 'classname' => 'FileException',
3435 'isabstract' => false,
3436 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3437 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException',
3438 'implements' =>
3439 array (
3440 ),
3441 ),
3442 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException' =>
3443 array (
3444 'type' => 'class',
3445 'classname' => 'FileNotFoundException',
3446 'isabstract' => false,
3447 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3448 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException',
3449 'implements' =>
3450 array (
3451 ),
3452 ),
3453 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FormSizeFileException' =>
3454 array (
3455 'type' => 'class',
3456 'classname' => 'FormSizeFileException',
3457 'isabstract' => false,
3458 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3459 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\FormSizeFileException',
3460 'implements' =>
3461 array (
3462 ),
3463 ),
3464 'Symfony\\Component\\HttpFoundation\\File\\Exception\\IniSizeFileException' =>
3465 array (
3466 'type' => 'class',
3467 'classname' => 'IniSizeFileException',
3468 'isabstract' => false,
3469 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3470 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\IniSizeFileException',
3471 'implements' =>
3472 array (
3473 ),
3474 ),
3475 'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoFileException' =>
3476 array (
3477 'type' => 'class',
3478 'classname' => 'NoFileException',
3479 'isabstract' => false,
3480 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3481 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\NoFileException',
3482 'implements' =>
3483 array (
3484 ),
3485 ),
3486 'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoTmpDirFileException' =>
3487 array (
3488 'type' => 'class',
3489 'classname' => 'NoTmpDirFileException',
3490 'isabstract' => false,
3491 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3492 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\NoTmpDirFileException',
3493 'implements' =>
3494 array (
3495 ),
3496 ),
3497 'Symfony\\Component\\HttpFoundation\\File\\Exception\\PartialFileException' =>
3498 array (
3499 'type' => 'class',
3500 'classname' => 'PartialFileException',
3501 'isabstract' => false,
3502 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3503 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\PartialFileException',
3504 'implements' =>
3505 array (
3506 ),
3507 ),
3508 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException' =>
3509 array (
3510 'type' => 'class',
3511 'classname' => 'UnexpectedTypeException',
3512 'isabstract' => false,
3513 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3514 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException',
3515 'implements' =>
3516 array (
3517 ),
3518 ),
3519 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException' =>
3520 array (
3521 'type' => 'class',
3522 'classname' => 'UploadException',
3523 'isabstract' => false,
3524 'namespace' => 'Symfony\\Component\\HttpFoundation\\File\\Exception',
3525 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException',
3526 'implements' =>
3527 array (
3528 ),
3529 ),
3530 'Symfony\\Component\\HttpFoundation\\File\\File' =>
3531 array (
3532 'type' => 'class',
3533 'classname' => 'File',
3534 'isabstract' => false,
3535 'namespace' => 'Symfony\\Component\\HttpFoundation\\File',
3536 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\File',
3537 'implements' =>
3538 array (
3539 ),
3540 ),
3541 'Symfony\\Component\\HttpFoundation\\File\\Stream' =>
3542 array (
3543 'type' => 'class',
3544 'classname' => 'Stream',
3545 'isabstract' => false,
3546 'namespace' => 'Symfony\\Component\\HttpFoundation\\File',
3547 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\Stream',
3548 'implements' =>
3549 array (
3550 ),
3551 ),
3552 'Symfony\\Component\\HttpFoundation\\File\\UploadedFile' =>
3553 array (
3554 'type' => 'class',
3555 'classname' => 'UploadedFile',
3556 'isabstract' => false,
3557 'namespace' => 'Symfony\\Component\\HttpFoundation\\File',
3558 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\File\\UploadedFile',
3559 'implements' =>
3560 array (
3561 ),
3562 ),
3563 'Symfony\\Component\\HttpFoundation\\FileBag' =>
3564 array (
3565 'type' => 'class',
3566 'classname' => 'FileBag',
3567 'isabstract' => false,
3568 'namespace' => 'Symfony\\Component\\HttpFoundation',
3569 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\FileBag',
3570 'implements' =>
3571 array (
3572 ),
3573 ),
3574 'Symfony\\Component\\HttpFoundation\\HeaderBag' =>
3575 array (
3576 'type' => 'class',
3577 'classname' => 'HeaderBag',
3578 'isabstract' => false,
3579 'namespace' => 'Symfony\\Component\\HttpFoundation',
3580 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\HeaderBag',
3581 'implements' =>
3582 array (
3583 0 => 'IteratorAggregate',
3584 1 => 'Countable',
3585 ),
3586 ),
3587 'Symfony\\Component\\HttpFoundation\\HeaderUtils' =>
3588 array (
3589 'type' => 'class',
3590 'classname' => 'HeaderUtils',
3591 'isabstract' => false,
3592 'namespace' => 'Symfony\\Component\\HttpFoundation',
3593 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\HeaderUtils',
3594 'implements' =>
3595 array (
3596 ),
3597 ),
3598 'Symfony\\Component\\HttpFoundation\\InputBag' =>
3599 array (
3600 'type' => 'class',
3601 'classname' => 'InputBag',
3602 'isabstract' => false,
3603 'namespace' => 'Symfony\\Component\\HttpFoundation',
3604 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\InputBag',
3605 'implements' =>
3606 array (
3607 ),
3608 ),
3609 'Symfony\\Component\\HttpFoundation\\IpUtils' =>
3610 array (
3611 'type' => 'class',
3612 'classname' => 'IpUtils',
3613 'isabstract' => false,
3614 'namespace' => 'Symfony\\Component\\HttpFoundation',
3615 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\IpUtils',
3616 'implements' =>
3617 array (
3618 ),
3619 ),
3620 'Symfony\\Component\\HttpFoundation\\JsonResponse' =>
3621 array (
3622 'type' => 'class',
3623 'classname' => 'JsonResponse',
3624 'isabstract' => false,
3625 'namespace' => 'Symfony\\Component\\HttpFoundation',
3626 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\JsonResponse',
3627 'implements' =>
3628 array (
3629 ),
3630 ),
3631 'Symfony\\Component\\HttpFoundation\\ParameterBag' =>
3632 array (
3633 'type' => 'class',
3634 'classname' => 'ParameterBag',
3635 'isabstract' => false,
3636 'namespace' => 'Symfony\\Component\\HttpFoundation',
3637 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\ParameterBag',
3638 'implements' =>
3639 array (
3640 0 => 'IteratorAggregate',
3641 1 => 'Countable',
3642 ),
3643 ),
3644 'Symfony\\Component\\HttpFoundation\\RateLimiter\\AbstractRequestRateLimiter' =>
3645 array (
3646 'type' => 'class',
3647 'classname' => 'AbstractRequestRateLimiter',
3648 'isabstract' => true,
3649 'namespace' => 'Symfony\\Component\\HttpFoundation\\RateLimiter',
3650 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\RateLimiter\\AbstractRequestRateLimiter',
3651 'implements' =>
3652 array (
3653 0 => 'Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface',
3654 ),
3655 ),
3656 'Symfony\\Component\\HttpFoundation\\RedirectResponse' =>
3657 array (
3658 'type' => 'class',
3659 'classname' => 'RedirectResponse',
3660 'isabstract' => false,
3661 'namespace' => 'Symfony\\Component\\HttpFoundation',
3662 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\RedirectResponse',
3663 'implements' =>
3664 array (
3665 ),
3666 ),
3667 'Symfony\\Component\\HttpFoundation\\Request' =>
3668 array (
3669 'type' => 'class',
3670 'classname' => 'Request',
3671 'isabstract' => false,
3672 'namespace' => 'Symfony\\Component\\HttpFoundation',
3673 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Request',
3674 'implements' =>
3675 array (
3676 ),
3677 ),
3678 'Symfony\\Component\\HttpFoundation\\RequestMatcher' =>
3679 array (
3680 'type' => 'class',
3681 'classname' => 'RequestMatcher',
3682 'isabstract' => false,
3683 'namespace' => 'Symfony\\Component\\HttpFoundation',
3684 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\RequestMatcher',
3685 'implements' =>
3686 array (
3687 0 => 'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface',
3688 ),
3689 ),
3690 'Symfony\\Component\\HttpFoundation\\RequestStack' =>
3691 array (
3692 'type' => 'class',
3693 'classname' => 'RequestStack',
3694 'isabstract' => false,
3695 'namespace' => 'Symfony\\Component\\HttpFoundation',
3696 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\RequestStack',
3697 'implements' =>
3698 array (
3699 ),
3700 ),
3701 'Symfony\\Component\\HttpFoundation\\Response' =>
3702 array (
3703 'type' => 'class',
3704 'classname' => 'Response',
3705 'isabstract' => false,
3706 'namespace' => 'Symfony\\Component\\HttpFoundation',
3707 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Response',
3708 'implements' =>
3709 array (
3710 ),
3711 ),
3712 'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag' =>
3713 array (
3714 'type' => 'class',
3715 'classname' => 'ResponseHeaderBag',
3716 'isabstract' => false,
3717 'namespace' => 'Symfony\\Component\\HttpFoundation',
3718 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\ResponseHeaderBag',
3719 'implements' =>
3720 array (
3721 ),
3722 ),
3723 'Symfony\\Component\\HttpFoundation\\ServerBag' =>
3724 array (
3725 'type' => 'class',
3726 'classname' => 'ServerBag',
3727 'isabstract' => false,
3728 'namespace' => 'Symfony\\Component\\HttpFoundation',
3729 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\ServerBag',
3730 'implements' =>
3731 array (
3732 ),
3733 ),
3734 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag' =>
3735 array (
3736 'type' => 'class',
3737 'classname' => 'AttributeBag',
3738 'isabstract' => false,
3739 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Attribute',
3740 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag',
3741 'implements' =>
3742 array (
3743 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface',
3744 1 => 'IteratorAggregate',
3745 2 => 'Countable',
3746 ),
3747 ),
3748 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag' =>
3749 array (
3750 'type' => 'class',
3751 'classname' => 'NamespacedAttributeBag',
3752 'isabstract' => false,
3753 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Attribute',
3754 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag',
3755 'implements' =>
3756 array (
3757 ),
3758 ),
3759 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag' =>
3760 array (
3761 'type' => 'class',
3762 'classname' => 'AutoExpireFlashBag',
3763 'isabstract' => false,
3764 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Flash',
3765 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag',
3766 'implements' =>
3767 array (
3768 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface',
3769 ),
3770 ),
3771 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag' =>
3772 array (
3773 'type' => 'class',
3774 'classname' => 'FlashBag',
3775 'isabstract' => false,
3776 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Flash',
3777 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag',
3778 'implements' =>
3779 array (
3780 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface',
3781 ),
3782 ),
3783 'Symfony\\Component\\HttpFoundation\\Session\\Session' =>
3784 array (
3785 'type' => 'class',
3786 'classname' => 'Session',
3787 'isabstract' => false,
3788 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session',
3789 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Session',
3790 'implements' =>
3791 array (
3792 0 => 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface',
3793 1 => 'IteratorAggregate',
3794 2 => 'Countable',
3795 ),
3796 ),
3797 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy' =>
3798 array (
3799 'type' => 'class',
3800 'classname' => 'SessionBagProxy',
3801 'isabstract' => false,
3802 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session',
3803 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy',
3804 'implements' =>
3805 array (
3806 0 => 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface',
3807 ),
3808 ),
3809 'Symfony\\Component\\HttpFoundation\\Session\\SessionFactory' =>
3810 array (
3811 'type' => 'class',
3812 'classname' => 'SessionFactory',
3813 'isabstract' => false,
3814 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session',
3815 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\SessionFactory',
3816 'implements' =>
3817 array (
3818 0 => 'Symfony\\Component\\HttpFoundation\\Session\\SessionFactoryInterface',
3819 ),
3820 ),
3821 'Symfony\\Component\\HttpFoundation\\Session\\SessionUtils' =>
3822 array (
3823 'type' => 'class',
3824 'classname' => 'SessionUtils',
3825 'isabstract' => false,
3826 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session',
3827 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\SessionUtils',
3828 'implements' =>
3829 array (
3830 ),
3831 ),
3832 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler' =>
3833 array (
3834 'type' => 'class',
3835 'classname' => 'AbstractSessionHandler',
3836 'isabstract' => true,
3837 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3838 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler',
3839 'implements' =>
3840 array (
3841 0 => 'SessionHandlerInterface',
3842 1 => 'SessionUpdateTimestampHandlerInterface',
3843 ),
3844 ),
3845 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\IdentityMarshaller' =>
3846 array (
3847 'type' => 'class',
3848 'classname' => 'IdentityMarshaller',
3849 'isabstract' => false,
3850 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3851 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\IdentityMarshaller',
3852 'implements' =>
3853 array (
3854 0 => 'Symfony\\Component\\Cache\\Marshaller\\MarshallerInterface',
3855 ),
3856 ),
3857 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MarshallingSessionHandler' =>
3858 array (
3859 'type' => 'class',
3860 'classname' => 'MarshallingSessionHandler',
3861 'isabstract' => false,
3862 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3863 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MarshallingSessionHandler',
3864 'implements' =>
3865 array (
3866 0 => 'SessionHandlerInterface',
3867 1 => 'SessionUpdateTimestampHandlerInterface',
3868 ),
3869 ),
3870 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler' =>
3871 array (
3872 'type' => 'class',
3873 'classname' => 'MemcachedSessionHandler',
3874 'isabstract' => false,
3875 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3876 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler',
3877 'implements' =>
3878 array (
3879 ),
3880 ),
3881 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MigratingSessionHandler' =>
3882 array (
3883 'type' => 'class',
3884 'classname' => 'MigratingSessionHandler',
3885 'isabstract' => false,
3886 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3887 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MigratingSessionHandler',
3888 'implements' =>
3889 array (
3890 0 => 'SessionHandlerInterface',
3891 1 => 'SessionUpdateTimestampHandlerInterface',
3892 ),
3893 ),
3894 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler' =>
3895 array (
3896 'type' => 'class',
3897 'classname' => 'MongoDbSessionHandler',
3898 'isabstract' => false,
3899 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3900 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler',
3901 'implements' =>
3902 array (
3903 ),
3904 ),
3905 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler' =>
3906 array (
3907 'type' => 'class',
3908 'classname' => 'NativeFileSessionHandler',
3909 'isabstract' => false,
3910 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3911 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler',
3912 'implements' =>
3913 array (
3914 ),
3915 ),
3916 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' =>
3917 array (
3918 'type' => 'class',
3919 'classname' => 'NullSessionHandler',
3920 'isabstract' => false,
3921 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3922 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler',
3923 'implements' =>
3924 array (
3925 ),
3926 ),
3927 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' =>
3928 array (
3929 'type' => 'class',
3930 'classname' => 'PdoSessionHandler',
3931 'isabstract' => false,
3932 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3933 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler',
3934 'implements' =>
3935 array (
3936 ),
3937 ),
3938 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler' =>
3939 array (
3940 'type' => 'class',
3941 'classname' => 'RedisSessionHandler',
3942 'isabstract' => false,
3943 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3944 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler',
3945 'implements' =>
3946 array (
3947 ),
3948 ),
3949 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\SessionHandlerFactory' =>
3950 array (
3951 'type' => 'class',
3952 'classname' => 'SessionHandlerFactory',
3953 'isabstract' => false,
3954 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3955 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\SessionHandlerFactory',
3956 'implements' =>
3957 array (
3958 ),
3959 ),
3960 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler' =>
3961 array (
3962 'type' => 'class',
3963 'classname' => 'StrictSessionHandler',
3964 'isabstract' => false,
3965 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler',
3966 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler',
3967 'implements' =>
3968 array (
3969 ),
3970 ),
3971 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag' =>
3972 array (
3973 'type' => 'class',
3974 'classname' => 'MetadataBag',
3975 'isabstract' => false,
3976 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
3977 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag',
3978 'implements' =>
3979 array (
3980 0 => 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface',
3981 ),
3982 ),
3983 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage' =>
3984 array (
3985 'type' => 'class',
3986 'classname' => 'MockArraySessionStorage',
3987 'isabstract' => false,
3988 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
3989 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage',
3990 'implements' =>
3991 array (
3992 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface',
3993 ),
3994 ),
3995 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage' =>
3996 array (
3997 'type' => 'class',
3998 'classname' => 'MockFileSessionStorage',
3999 'isabstract' => false,
4000 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4001 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage',
4002 'implements' =>
4003 array (
4004 ),
4005 ),
4006 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorageFactory' =>
4007 array (
4008 'type' => 'class',
4009 'classname' => 'MockFileSessionStorageFactory',
4010 'isabstract' => false,
4011 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4012 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorageFactory',
4013 'implements' =>
4014 array (
4015 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface',
4016 ),
4017 ),
4018 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage' =>
4019 array (
4020 'type' => 'class',
4021 'classname' => 'NativeSessionStorage',
4022 'isabstract' => false,
4023 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4024 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
4025 'implements' =>
4026 array (
4027 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface',
4028 ),
4029 ),
4030 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorageFactory' =>
4031 array (
4032 'type' => 'class',
4033 'classname' => 'NativeSessionStorageFactory',
4034 'isabstract' => false,
4035 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4036 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorageFactory',
4037 'implements' =>
4038 array (
4039 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface',
4040 ),
4041 ),
4042 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage' =>
4043 array (
4044 'type' => 'class',
4045 'classname' => 'PhpBridgeSessionStorage',
4046 'isabstract' => false,
4047 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4048 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage',
4049 'implements' =>
4050 array (
4051 ),
4052 ),
4053 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorageFactory' =>
4054 array (
4055 'type' => 'class',
4056 'classname' => 'PhpBridgeSessionStorageFactory',
4057 'isabstract' => false,
4058 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4059 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorageFactory',
4060 'implements' =>
4061 array (
4062 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface',
4063 ),
4064 ),
4065 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy' =>
4066 array (
4067 'type' => 'class',
4068 'classname' => 'AbstractProxy',
4069 'isabstract' => true,
4070 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy',
4071 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy',
4072 'implements' =>
4073 array (
4074 ),
4075 ),
4076 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' =>
4077 array (
4078 'type' => 'class',
4079 'classname' => 'SessionHandlerProxy',
4080 'isabstract' => false,
4081 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy',
4082 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy',
4083 'implements' =>
4084 array (
4085 0 => 'SessionHandlerInterface',
4086 1 => 'SessionUpdateTimestampHandlerInterface',
4087 ),
4088 ),
4089 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\ServiceSessionFactory' =>
4090 array (
4091 'type' => 'class',
4092 'classname' => 'ServiceSessionFactory',
4093 'isabstract' => false,
4094 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4095 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\ServiceSessionFactory',
4096 'implements' =>
4097 array (
4098 0 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface',
4099 ),
4100 ),
4101 'Symfony\\Component\\HttpFoundation\\StreamedResponse' =>
4102 array (
4103 'type' => 'class',
4104 'classname' => 'StreamedResponse',
4105 'isabstract' => false,
4106 'namespace' => 'Symfony\\Component\\HttpFoundation',
4107 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\StreamedResponse',
4108 'implements' =>
4109 array (
4110 ),
4111 ),
4112 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame' =>
4113 array (
4114 'type' => 'class',
4115 'classname' => 'RequestAttributeValueSame',
4116 'isabstract' => false,
4117 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4118 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame',
4119 'implements' =>
4120 array (
4121 ),
4122 ),
4123 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame' =>
4124 array (
4125 'type' => 'class',
4126 'classname' => 'ResponseCookieValueSame',
4127 'isabstract' => false,
4128 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4129 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame',
4130 'implements' =>
4131 array (
4132 ),
4133 ),
4134 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseFormatSame' =>
4135 array (
4136 'type' => 'class',
4137 'classname' => 'ResponseFormatSame',
4138 'isabstract' => false,
4139 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4140 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseFormatSame',
4141 'implements' =>
4142 array (
4143 ),
4144 ),
4145 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie' =>
4146 array (
4147 'type' => 'class',
4148 'classname' => 'ResponseHasCookie',
4149 'isabstract' => false,
4150 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4151 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie',
4152 'implements' =>
4153 array (
4154 ),
4155 ),
4156 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader' =>
4157 array (
4158 'type' => 'class',
4159 'classname' => 'ResponseHasHeader',
4160 'isabstract' => false,
4161 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4162 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader',
4163 'implements' =>
4164 array (
4165 ),
4166 ),
4167 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame' =>
4168 array (
4169 'type' => 'class',
4170 'classname' => 'ResponseHeaderSame',
4171 'isabstract' => false,
4172 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4173 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame',
4174 'implements' =>
4175 array (
4176 ),
4177 ),
4178 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected' =>
4179 array (
4180 'type' => 'class',
4181 'classname' => 'ResponseIsRedirected',
4182 'isabstract' => false,
4183 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4184 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected',
4185 'implements' =>
4186 array (
4187 ),
4188 ),
4189 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful' =>
4190 array (
4191 'type' => 'class',
4192 'classname' => 'ResponseIsSuccessful',
4193 'isabstract' => false,
4194 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4195 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful',
4196 'implements' =>
4197 array (
4198 ),
4199 ),
4200 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsUnprocessable' =>
4201 array (
4202 'type' => 'class',
4203 'classname' => 'ResponseIsUnprocessable',
4204 'isabstract' => false,
4205 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4206 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsUnprocessable',
4207 'implements' =>
4208 array (
4209 ),
4210 ),
4211 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame' =>
4212 array (
4213 'type' => 'class',
4214 'classname' => 'ResponseStatusCodeSame',
4215 'isabstract' => false,
4216 'namespace' => 'Symfony\\Component\\HttpFoundation\\Test\\Constraint',
4217 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame',
4218 'implements' =>
4219 array (
4220 ),
4221 ),
4222 'Symfony\\Component\\HttpFoundation\\UrlHelper' =>
4223 array (
4224 'type' => 'class',
4225 'classname' => 'UrlHelper',
4226 'isabstract' => false,
4227 'namespace' => 'Symfony\\Component\\HttpFoundation',
4228 'extends' => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\UrlHelper',
4229 'implements' =>
4230 array (
4231 ),
4232 ),
4233 'Symfony\\Polyfill\\Php80\\Php80' =>
4234 array (
4235 'type' => 'class',
4236 'classname' => 'Php80',
4237 'isabstract' => false,
4238 'namespace' => 'Symfony\\Polyfill\\Php80',
4239 'extends' => 'Give\\Vendors\\Symfony\\Polyfill\\Php80\\Php80',
4240 'implements' =>
4241 array (
4242 ),
4243 ),
4244 'Symfony\\Polyfill\\Php80\\PhpToken' =>
4245 array (
4246 'type' => 'class',
4247 'classname' => 'PhpToken',
4248 'isabstract' => false,
4249 'namespace' => 'Symfony\\Polyfill\\Php80',
4250 'extends' => 'Give\\Vendors\\Symfony\\Polyfill\\Php80\\PhpToken',
4251 'implements' =>
4252 array (
4253 0 => 'Stringable',
4254 ),
4255 ),
4256 'Nyholm\\Psr7\\MessageTrait' =>
4257 array (
4258 'type' => 'trait',
4259 'traitname' => 'MessageTrait',
4260 'namespace' => 'Nyholm\\Psr7',
4261 'use' =>
4262 array (
4263 0 => 'Give\\Vendors\\Nyholm\\Psr7\\MessageTrait',
4264 ),
4265 ),
4266 'Nyholm\\Psr7\\RequestTrait' =>
4267 array (
4268 'type' => 'trait',
4269 'traitname' => 'RequestTrait',
4270 'namespace' => 'Nyholm\\Psr7',
4271 'use' =>
4272 array (
4273 0 => 'Give\\Vendors\\Nyholm\\Psr7\\RequestTrait',
4274 ),
4275 ),
4276 'Nyholm\\Psr7\\StreamTrait' =>
4277 array (
4278 'type' => 'trait',
4279 'traitname' => 'StreamTrait',
4280 'namespace' => 'Nyholm\\Psr7',
4281 'use' =>
4282 array (
4283 0 => 'Give\\Vendors\\Nyholm\\Psr7\\StreamTrait',
4284 ),
4285 ),
4286 'StellarWP\\AdminNotices\\Traits\\HasNamespace' =>
4287 array (
4288 'type' => 'trait',
4289 'traitname' => 'HasNamespace',
4290 'namespace' => 'StellarWP\\AdminNotices\\Traits',
4291 'use' =>
4292 array (
4293 0 => 'Give\\Vendors\\StellarWP\\AdminNotices\\Traits\\HasNamespace',
4294 ),
4295 ),
4296 'StellarWP\\FieldConditions\\Concerns\\HasConditions' =>
4297 array (
4298 'type' => 'trait',
4299 'traitname' => 'HasConditions',
4300 'namespace' => 'StellarWP\\FieldConditions\\Concerns',
4301 'use' =>
4302 array (
4303 0 => 'Give\\Vendors\\StellarWP\\FieldConditions\\Concerns\\HasConditions',
4304 ),
4305 ),
4306 'StellarWP\\FieldConditions\\Concerns\\HasLogicalOperator' =>
4307 array (
4308 'type' => 'trait',
4309 'traitname' => 'HasLogicalOperator',
4310 'namespace' => 'StellarWP\\FieldConditions\\Concerns',
4311 'use' =>
4312 array (
4313 0 => 'Give\\Vendors\\StellarWP\\FieldConditions\\Concerns\\HasLogicalOperator',
4314 ),
4315 ),
4316 'LiquidWeb\\Harbor\\Traits\\With_Debugging' =>
4317 array (
4318 'type' => 'trait',
4319 'traitname' => 'With_Debugging',
4320 'namespace' => 'LiquidWeb\\Harbor\\Traits',
4321 'use' =>
4322 array (
4323 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\Traits\\With_Debugging',
4324 ),
4325 ),
4326 'LiquidWeb\\Harbor\\Traits\\With_Error_Throttle' =>
4327 array (
4328 'type' => 'trait',
4329 'traitname' => 'With_Error_Throttle',
4330 'namespace' => 'LiquidWeb\\Harbor\\Traits',
4331 'use' =>
4332 array (
4333 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\Traits\\With_Error_Throttle',
4334 ),
4335 ),
4336 'LiquidWeb\\LicensingApiClient\\Concerns\\InteractsWithDateTime' =>
4337 array (
4338 'type' => 'trait',
4339 'traitname' => 'InteractsWithDateTime',
4340 'namespace' => 'LiquidWeb\\LicensingApiClient\\Concerns',
4341 'use' =>
4342 array (
4343 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Concerns\\InteractsWithDateTime',
4344 ),
4345 ),
4346 'LiquidWeb\\LicensingApiClient\\Resources\\Concerns\\RebindsAuthState' =>
4347 array (
4348 'type' => 'trait',
4349 'traitname' => 'RebindsAuthState',
4350 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Concerns',
4351 'use' =>
4352 array (
4353 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Concerns\\RebindsAuthState',
4354 ),
4355 ),
4356 'LiquidWeb\\LicensingApiClient\\Resources\\Concerns\\RebindsRequestHeaderCollection' =>
4357 array (
4358 'type' => 'trait',
4359 'traitname' => 'RebindsRequestHeaderCollection',
4360 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Concerns',
4361 'use' =>
4362 array (
4363 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Concerns\\RebindsRequestHeaderCollection',
4364 ),
4365 ),
4366 'StellarWP\\Validation\\Concerns\\HasValidationRules' =>
4367 array (
4368 'type' => 'trait',
4369 'traitname' => 'HasValidationRules',
4370 'namespace' => 'StellarWP\\Validation\\Concerns',
4371 'use' =>
4372 array (
4373 0 => 'Give\\Vendors\\StellarWP\\Validation\\Concerns\\HasValidationRules',
4374 ),
4375 ),
4376 'Psr\\Http\\Client\\ClientExceptionInterface' =>
4377 array (
4378 'type' => 'interface',
4379 'interfacename' => 'ClientExceptionInterface',
4380 'namespace' => 'Psr\\Http\\Client',
4381 'extends' =>
4382 array (
4383 0 => 'Give\\Vendors\\Psr\\Http\\Client\\ClientExceptionInterface',
4384 ),
4385 ),
4386 'Psr\\Http\\Client\\ClientInterface' =>
4387 array (
4388 'type' => 'interface',
4389 'interfacename' => 'ClientInterface',
4390 'namespace' => 'Psr\\Http\\Client',
4391 'extends' =>
4392 array (
4393 0 => 'Give\\Vendors\\Psr\\Http\\Client\\ClientInterface',
4394 ),
4395 ),
4396 'Psr\\Http\\Client\\NetworkExceptionInterface' =>
4397 array (
4398 'type' => 'interface',
4399 'interfacename' => 'NetworkExceptionInterface',
4400 'namespace' => 'Psr\\Http\\Client',
4401 'extends' =>
4402 array (
4403 0 => 'Give\\Vendors\\Psr\\Http\\Client\\NetworkExceptionInterface',
4404 ),
4405 ),
4406 'Psr\\Http\\Client\\RequestExceptionInterface' =>
4407 array (
4408 'type' => 'interface',
4409 'interfacename' => 'RequestExceptionInterface',
4410 'namespace' => 'Psr\\Http\\Client',
4411 'extends' =>
4412 array (
4413 0 => 'Give\\Vendors\\Psr\\Http\\Client\\RequestExceptionInterface',
4414 ),
4415 ),
4416 'Psr\\Http\\Message\\RequestFactoryInterface' =>
4417 array (
4418 'type' => 'interface',
4419 'interfacename' => 'RequestFactoryInterface',
4420 'namespace' => 'Psr\\Http\\Message',
4421 'extends' =>
4422 array (
4423 0 => 'Give\\Vendors\\Psr\\Http\\Message\\RequestFactoryInterface',
4424 ),
4425 ),
4426 'Psr\\Http\\Message\\ResponseFactoryInterface' =>
4427 array (
4428 'type' => 'interface',
4429 'interfacename' => 'ResponseFactoryInterface',
4430 'namespace' => 'Psr\\Http\\Message',
4431 'extends' =>
4432 array (
4433 0 => 'Give\\Vendors\\Psr\\Http\\Message\\ResponseFactoryInterface',
4434 ),
4435 ),
4436 'Psr\\Http\\Message\\ServerRequestFactoryInterface' =>
4437 array (
4438 'type' => 'interface',
4439 'interfacename' => 'ServerRequestFactoryInterface',
4440 'namespace' => 'Psr\\Http\\Message',
4441 'extends' =>
4442 array (
4443 0 => 'Give\\Vendors\\Psr\\Http\\Message\\ServerRequestFactoryInterface',
4444 ),
4445 ),
4446 'Psr\\Http\\Message\\StreamFactoryInterface' =>
4447 array (
4448 'type' => 'interface',
4449 'interfacename' => 'StreamFactoryInterface',
4450 'namespace' => 'Psr\\Http\\Message',
4451 'extends' =>
4452 array (
4453 0 => 'Give\\Vendors\\Psr\\Http\\Message\\StreamFactoryInterface',
4454 ),
4455 ),
4456 'Psr\\Http\\Message\\UploadedFileFactoryInterface' =>
4457 array (
4458 'type' => 'interface',
4459 'interfacename' => 'UploadedFileFactoryInterface',
4460 'namespace' => 'Psr\\Http\\Message',
4461 'extends' =>
4462 array (
4463 0 => 'Give\\Vendors\\Psr\\Http\\Message\\UploadedFileFactoryInterface',
4464 ),
4465 ),
4466 'Psr\\Http\\Message\\UriFactoryInterface' =>
4467 array (
4468 'type' => 'interface',
4469 'interfacename' => 'UriFactoryInterface',
4470 'namespace' => 'Psr\\Http\\Message',
4471 'extends' =>
4472 array (
4473 0 => 'Give\\Vendors\\Psr\\Http\\Message\\UriFactoryInterface',
4474 ),
4475 ),
4476 'Psr\\Http\\Message\\MessageInterface' =>
4477 array (
4478 'type' => 'interface',
4479 'interfacename' => 'MessageInterface',
4480 'namespace' => 'Psr\\Http\\Message',
4481 'extends' =>
4482 array (
4483 0 => 'Give\\Vendors\\Psr\\Http\\Message\\MessageInterface',
4484 ),
4485 ),
4486 'Psr\\Http\\Message\\RequestInterface' =>
4487 array (
4488 'type' => 'interface',
4489 'interfacename' => 'RequestInterface',
4490 'namespace' => 'Psr\\Http\\Message',
4491 'extends' =>
4492 array (
4493 0 => 'Give\\Vendors\\Psr\\Http\\Message\\RequestInterface',
4494 ),
4495 ),
4496 'Psr\\Http\\Message\\ResponseInterface' =>
4497 array (
4498 'type' => 'interface',
4499 'interfacename' => 'ResponseInterface',
4500 'namespace' => 'Psr\\Http\\Message',
4501 'extends' =>
4502 array (
4503 0 => 'Give\\Vendors\\Psr\\Http\\Message\\ResponseInterface',
4504 ),
4505 ),
4506 'Psr\\Http\\Message\\ServerRequestInterface' =>
4507 array (
4508 'type' => 'interface',
4509 'interfacename' => 'ServerRequestInterface',
4510 'namespace' => 'Psr\\Http\\Message',
4511 'extends' =>
4512 array (
4513 0 => 'Give\\Vendors\\Psr\\Http\\Message\\ServerRequestInterface',
4514 ),
4515 ),
4516 'Psr\\Http\\Message\\StreamInterface' =>
4517 array (
4518 'type' => 'interface',
4519 'interfacename' => 'StreamInterface',
4520 'namespace' => 'Psr\\Http\\Message',
4521 'extends' =>
4522 array (
4523 0 => 'Give\\Vendors\\Psr\\Http\\Message\\StreamInterface',
4524 ),
4525 ),
4526 'Psr\\Http\\Message\\UploadedFileInterface' =>
4527 array (
4528 'type' => 'interface',
4529 'interfacename' => 'UploadedFileInterface',
4530 'namespace' => 'Psr\\Http\\Message',
4531 'extends' =>
4532 array (
4533 0 => 'Give\\Vendors\\Psr\\Http\\Message\\UploadedFileInterface',
4534 ),
4535 ),
4536 'Psr\\Http\\Message\\UriInterface' =>
4537 array (
4538 'type' => 'interface',
4539 'interfacename' => 'UriInterface',
4540 'namespace' => 'Psr\\Http\\Message',
4541 'extends' =>
4542 array (
4543 0 => 'Give\\Vendors\\Psr\\Http\\Message\\UriInterface',
4544 ),
4545 ),
4546 'StellarWP\\AdminNotices\\Contracts\\NotificationsRegistrarInterface' =>
4547 array (
4548 'type' => 'interface',
4549 'interfacename' => 'NotificationsRegistrarInterface',
4550 'namespace' => 'StellarWP\\AdminNotices\\Contracts',
4551 'extends' =>
4552 array (
4553 0 => 'Give\\Vendors\\StellarWP\\AdminNotices\\Contracts\\NotificationsRegistrarInterface',
4554 ),
4555 ),
4556 'StellarWP\\ContainerContract\\ContainerInterface' =>
4557 array (
4558 'type' => 'interface',
4559 'interfacename' => 'ContainerInterface',
4560 'namespace' => 'StellarWP\\ContainerContract',
4561 'extends' =>
4562 array (
4563 0 => 'Give\\Vendors\\StellarWP\\ContainerContract\\ContainerInterface',
4564 ),
4565 ),
4566 'StellarWP\\FieldConditions\\Contracts\\Condition' =>
4567 array (
4568 'type' => 'interface',
4569 'interfacename' => 'Condition',
4570 'namespace' => 'StellarWP\\FieldConditions\\Contracts',
4571 'extends' =>
4572 array (
4573 0 => 'Give\\Vendors\\StellarWP\\FieldConditions\\Contracts\\Condition',
4574 ),
4575 ),
4576 'StellarWP\\FieldConditions\\Contracts\\ConditionSet' =>
4577 array (
4578 'type' => 'interface',
4579 'interfacename' => 'ConditionSet',
4580 'namespace' => 'StellarWP\\FieldConditions\\Contracts',
4581 'extends' =>
4582 array (
4583 0 => 'Give\\Vendors\\StellarWP\\FieldConditions\\Contracts\\ConditionSet',
4584 ),
4585 ),
4586 'LiquidWeb\\Harbor\\Contracts\\Provider_Interface' =>
4587 array (
4588 'type' => 'interface',
4589 'interfacename' => 'Provider_Interface',
4590 'namespace' => 'LiquidWeb\\Harbor\\Contracts',
4591 'extends' =>
4592 array (
4593 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\Contracts\\Provider_Interface',
4594 ),
4595 ),
4596 'LiquidWeb\\Harbor\\Features\\Contracts\\Installable' =>
4597 array (
4598 'type' => 'interface',
4599 'interfacename' => 'Installable',
4600 'namespace' => 'LiquidWeb\\Harbor\\Features\\Contracts',
4601 'extends' =>
4602 array (
4603 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Contracts\\Installable',
4604 ),
4605 ),
4606 'LiquidWeb\\Harbor\\Features\\Contracts\\Strategy' =>
4607 array (
4608 'type' => 'interface',
4609 'interfacename' => 'Strategy',
4610 'namespace' => 'LiquidWeb\\Harbor\\Features\\Contracts',
4611 'extends' =>
4612 array (
4613 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\Features\\Contracts\\Strategy',
4614 ),
4615 ),
4616 'LiquidWeb\\Harbor\\Portal\\Clients\\Portal_Client' =>
4617 array (
4618 'type' => 'interface',
4619 'interfacename' => 'Portal_Client',
4620 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Clients',
4621 'extends' =>
4622 array (
4623 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Clients\\Portal_Client',
4624 ),
4625 ),
4626 'LiquidWeb\\Harbor\\Portal\\Contracts\\Download_Url_Builder' =>
4627 array (
4628 'type' => 'interface',
4629 'interfacename' => 'Download_Url_Builder',
4630 'namespace' => 'LiquidWeb\\Harbor\\Portal\\Contracts',
4631 'extends' =>
4632 array (
4633 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\Portal\\Contracts\\Download_Url_Builder',
4634 ),
4635 ),
4636 'LiquidWeb\\Harbor\\View\\Contracts\\View' =>
4637 array (
4638 'type' => 'interface',
4639 'interfacename' => 'View',
4640 'namespace' => 'LiquidWeb\\Harbor\\View\\Contracts',
4641 'extends' =>
4642 array (
4643 0 => 'Give\\Vendors\\LiquidWeb\\Harbor\\View\\Contracts\\View',
4644 ),
4645 ),
4646 'LiquidWeb\\LicensingApiClient\\Contracts\\LicensingClientInterface' =>
4647 array (
4648 'type' => 'interface',
4649 'interfacename' => 'LicensingClientInterface',
4650 'namespace' => 'LiquidWeb\\LicensingApiClient\\Contracts',
4651 'extends' =>
4652 array (
4653 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Contracts\\LicensingClientInterface',
4654 ),
4655 ),
4656 'LiquidWeb\\LicensingApiClient\\Exceptions\\Contracts\\ApiErrorExceptionInterface' =>
4657 array (
4658 'type' => 'interface',
4659 'interfacename' => 'ApiErrorExceptionInterface',
4660 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions\\Contracts',
4661 'extends' =>
4662 array (
4663 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\Contracts\\ApiErrorExceptionInterface',
4664 ),
4665 ),
4666 'LiquidWeb\\LicensingApiClient\\Exceptions\\Contracts\\ResponseExceptionInterface' =>
4667 array (
4668 'type' => 'interface',
4669 'interfacename' => 'ResponseExceptionInterface',
4670 'namespace' => 'LiquidWeb\\LicensingApiClient\\Exceptions\\Contracts',
4671 'extends' =>
4672 array (
4673 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Exceptions\\Contracts\\ResponseExceptionInterface',
4674 ),
4675 ),
4676 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsLedgerResourceInterface' =>
4677 array (
4678 'type' => 'interface',
4679 'interfacename' => 'CreditsLedgerResourceInterface',
4680 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4681 'extends' =>
4682 array (
4683 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsLedgerResourceInterface',
4684 ),
4685 ),
4686 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsPoolsResourceInterface' =>
4687 array (
4688 'type' => 'interface',
4689 'interfacename' => 'CreditsPoolsResourceInterface',
4690 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4691 'extends' =>
4692 array (
4693 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsPoolsResourceInterface',
4694 ),
4695 ),
4696 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsQuotasResourceInterface' =>
4697 array (
4698 'type' => 'interface',
4699 'interfacename' => 'CreditsQuotasResourceInterface',
4700 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4701 'extends' =>
4702 array (
4703 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsQuotasResourceInterface',
4704 ),
4705 ),
4706 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsResourceInterface' =>
4707 array (
4708 'type' => 'interface',
4709 'interfacename' => 'CreditsResourceInterface',
4710 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4711 'extends' =>
4712 array (
4713 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\CreditsResourceInterface',
4714 ),
4715 ),
4716 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\EntitlementsResourceInterface' =>
4717 array (
4718 'type' => 'interface',
4719 'interfacename' => 'EntitlementsResourceInterface',
4720 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4721 'extends' =>
4722 array (
4723 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\EntitlementsResourceInterface',
4724 ),
4725 ),
4726 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\LicensesResourceInterface' =>
4727 array (
4728 'type' => 'interface',
4729 'interfacename' => 'LicensesResourceInterface',
4730 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4731 'extends' =>
4732 array (
4733 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\LicensesResourceInterface',
4734 ),
4735 ),
4736 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\ProductsResourceInterface' =>
4737 array (
4738 'type' => 'interface',
4739 'interfacename' => 'ProductsResourceInterface',
4740 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4741 'extends' =>
4742 array (
4743 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\ProductsResourceInterface',
4744 ),
4745 ),
4746 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\TokensResourceInterface' =>
4747 array (
4748 'type' => 'interface',
4749 'interfacename' => 'TokensResourceInterface',
4750 'namespace' => 'LiquidWeb\\LicensingApiClient\\Resources\\Contracts',
4751 'extends' =>
4752 array (
4753 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Resources\\Contracts\\TokensResourceInterface',
4754 ),
4755 ),
4756 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response' =>
4757 array (
4758 'type' => 'interface',
4759 'interfacename' => 'Response',
4760 'namespace' => 'LiquidWeb\\LicensingApiClient\\Responses\\Contracts',
4761 'extends' =>
4762 array (
4763 0 => 'Give\\Vendors\\LiquidWeb\\LicensingApiClient\\Responses\\Contracts\\Response',
4764 ),
4765 ),
4766 'StellarWP\\Validation\\Contracts\\Sanitizer' =>
4767 array (
4768 'type' => 'interface',
4769 'interfacename' => 'Sanitizer',
4770 'namespace' => 'StellarWP\\Validation\\Contracts',
4771 'extends' =>
4772 array (
4773 0 => 'Give\\Vendors\\StellarWP\\Validation\\Contracts\\Sanitizer',
4774 ),
4775 ),
4776 'StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd' =>
4777 array (
4778 'type' => 'interface',
4779 'interfacename' => 'ValidatesOnFrontEnd',
4780 'namespace' => 'StellarWP\\Validation\\Contracts',
4781 'extends' =>
4782 array (
4783 0 => 'Give\\Vendors\\StellarWP\\Validation\\Contracts\\ValidatesOnFrontEnd',
4784 ),
4785 ),
4786 'StellarWP\\Validation\\Contracts\\ValidationRule' =>
4787 array (
4788 'type' => 'interface',
4789 'interfacename' => 'ValidationRule',
4790 'namespace' => 'StellarWP\\Validation\\Contracts',
4791 'extends' =>
4792 array (
4793 0 => 'Give\\Vendors\\StellarWP\\Validation\\Contracts\\ValidationRule',
4794 ),
4795 ),
4796 'StellarWP\\Validation\\Exceptions\\Contracts\\ValidationExceptionInterface' =>
4797 array (
4798 'type' => 'interface',
4799 'interfacename' => 'ValidationExceptionInterface',
4800 'namespace' => 'StellarWP\\Validation\\Exceptions\\Contracts',
4801 'extends' =>
4802 array (
4803 0 => 'Give\\Vendors\\StellarWP\\Validation\\Exceptions\\Contracts\\ValidationExceptionInterface',
4804 ),
4805 ),
4806 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface' =>
4807 array (
4808 'type' => 'interface',
4809 'interfacename' => 'RequestExceptionInterface',
4810 'namespace' => 'Symfony\\Component\\HttpFoundation\\Exception',
4811 'extends' =>
4812 array (
4813 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface',
4814 ),
4815 ),
4816 'Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface' =>
4817 array (
4818 'type' => 'interface',
4819 'interfacename' => 'RequestRateLimiterInterface',
4820 'namespace' => 'Symfony\\Component\\HttpFoundation\\RateLimiter',
4821 'extends' =>
4822 array (
4823 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface',
4824 ),
4825 ),
4826 'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' =>
4827 array (
4828 'type' => 'interface',
4829 'interfacename' => 'RequestMatcherInterface',
4830 'namespace' => 'Symfony\\Component\\HttpFoundation',
4831 'extends' =>
4832 array (
4833 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\RequestMatcherInterface',
4834 ),
4835 ),
4836 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface' =>
4837 array (
4838 'type' => 'interface',
4839 'interfacename' => 'AttributeBagInterface',
4840 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Attribute',
4841 'extends' =>
4842 array (
4843 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface',
4844 ),
4845 ),
4846 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface' =>
4847 array (
4848 'type' => 'interface',
4849 'interfacename' => 'FlashBagInterface',
4850 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Flash',
4851 'extends' =>
4852 array (
4853 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface',
4854 ),
4855 ),
4856 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface' =>
4857 array (
4858 'type' => 'interface',
4859 'interfacename' => 'SessionBagInterface',
4860 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session',
4861 'extends' =>
4862 array (
4863 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface',
4864 ),
4865 ),
4866 'Symfony\\Component\\HttpFoundation\\Session\\SessionFactoryInterface' =>
4867 array (
4868 'type' => 'interface',
4869 'interfacename' => 'SessionFactoryInterface',
4870 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session',
4871 'extends' =>
4872 array (
4873 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\SessionFactoryInterface',
4874 ),
4875 ),
4876 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' =>
4877 array (
4878 'type' => 'interface',
4879 'interfacename' => 'SessionInterface',
4880 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session',
4881 'extends' =>
4882 array (
4883 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\SessionInterface',
4884 ),
4885 ),
4886 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface' =>
4887 array (
4888 'type' => 'interface',
4889 'interfacename' => 'SessionStorageFactoryInterface',
4890 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4891 'extends' =>
4892 array (
4893 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface',
4894 ),
4895 ),
4896 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' =>
4897 array (
4898 'type' => 'interface',
4899 'interfacename' => 'SessionStorageInterface',
4900 'namespace' => 'Symfony\\Component\\HttpFoundation\\Session\\Storage',
4901 'extends' =>
4902 array (
4903 0 => 'Give\\Vendors\\Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface',
4904 ),
4905 ),
4906 );
4907
4908 public function __construct()
4909 {
4910 $this->includeFilePath = __DIR__ . '/autoload_alias.php';
4911 }
4912
4913 /**
4914 * @param string $class
4915 */
4916 public function autoload($class): void
4917 {
4918 if (!isset($this->autoloadAliases[$class])) {
4919 return;
4920 }
4921 switch ($this->autoloadAliases[$class]['type']) {
4922 case 'class':
4923 $this->load(
4924 $this->classTemplate(
4925 $this->autoloadAliases[$class]
4926 )
4927 );
4928 break;
4929 case 'interface':
4930 $this->load(
4931 $this->interfaceTemplate(
4932 $this->autoloadAliases[$class]
4933 )
4934 );
4935 break;
4936 case 'trait':
4937 $this->load(
4938 $this->traitTemplate(
4939 $this->autoloadAliases[$class]
4940 )
4941 );
4942 break;
4943 case 'enum':
4944 // Enums are final so cannot be aliased with an `extends` shim like classes are; `class_alias()`
4945 // makes the original name a true alias of the renamed enum, preserving case identity (`===`),
4946 // `match` arms, `::cases()`, `::from()` and `instanceof` the enum itself. Unlike the class shim,
4947 // the alias does not implement the enum's original interface names, so `instanceof` against an
4948 // original interface name is false. Enums require PHP 8.1, but this only executes when an enum
4949 // is autoloaded by its original name, i.e. on a runtime already using enums.
4950 \class_alias(
4951 $this->autoloadAliases[$class]['concrete'],
4952 $class
4953 );
4954 break;
4955 default:
4956 // Never.
4957 break;
4958 }
4959 }
4960
4961 private function load(string $includeFile): void
4962 {
4963 file_put_contents($this->includeFilePath, $includeFile);
4964 include $this->includeFilePath;
4965 file_exists($this->includeFilePath) && unlink($this->includeFilePath);
4966 }
4967
4968 /**
4969 * @param ClassAliasArray $class
4970 */
4971 private function classTemplate(array $class): string
4972 {
4973 $abstract = $class['isabstract'] ? 'abstract ' : '';
4974 $classname = $class['classname'];
4975 if (isset($class['namespace'])) {
4976 $namespace = "namespace {$class['namespace']};";
4977 $extends = '\\' . $class['extends'];
4978 $implements = empty($class['implements']) ? ''
4979 : ' implements \\' . implode(', \\', $class['implements']);
4980 } else {
4981 $namespace = '';
4982 $extends = $class['extends'];
4983 $implements = !empty($class['implements']) ? ''
4984 : ' implements ' . implode(', ', $class['implements']);
4985 }
4986 return <<<EOD
4987 <?php
4988 $namespace
4989 $abstract class $classname extends $extends $implements {}
4990 EOD;
4991 }
4992
4993 /**
4994 * @param InterfaceAliasArray $interface
4995 */
4996 private function interfaceTemplate(array $interface): string
4997 {
4998 $interfacename = $interface['interfacename'];
4999 $namespace = isset($interface['namespace'])
5000 ? "namespace {$interface['namespace']};" : '';
5001 $extends = isset($interface['namespace'])
5002 ? '\\' . implode('\\ ,', $interface['extends'])
5003 : implode(', ', $interface['extends']);
5004 return <<<EOD
5005 <?php
5006 $namespace
5007 interface $interfacename extends $extends {}
5008 EOD;
5009 }
5010
5011 /**
5012 * @param TraitAliasArray $trait
5013 */
5014 private function traitTemplate(array $trait): string
5015 {
5016 $traitname = $trait['traitname'];
5017 $namespace = isset($trait['namespace'])
5018 ? "namespace {$trait['namespace']};" : '';
5019 $uses = isset($trait['namespace'])
5020 ? '\\' . implode(';' . PHP_EOL . ' use \\', $trait['use'])
5021 : implode(';' . PHP_EOL . ' use ', $trait['use']);
5022 return <<<EOD
5023 <?php
5024 $namespace
5025 trait $traitname {
5026 use $uses;
5027 }
5028 EOD;
5029 }
5030 }
5031
5032 spl_autoload_register([ new AliasAutoloader(), 'autoload' ]);
5033 }
5034