-
Notifications
You must be signed in to change notification settings - Fork 11
/
.phpstorm.meta.php
592 lines (589 loc) · 41.7 KB
/
.phpstorm.meta.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
<?php
/**
* PHPStorm auto-complete metadata. See the scripts/generate-phpstorm-metadata.php file for more information
*/
namespace PHPSTORM_META {
override( \KObjectInterface::getObject(0), // method signature //argument number is ALWAYS 0 now.
map( [
'manager' => \KObjectManagerInterface::class,
'object.manager' => \KObjectManagerInterface::class,
'lib:manager' => \KObjectManagerInterface::class,
'lib:object.manager' => \KObjectManagerInterface::class,
'request' => \KDispatcherRequestInterface::class,
'lib:request' => \KDispatcherRequestInterface::class,
'response' => \KDispatcherResponseInterface::class,
'lib:response' => \KDispatcherResponseInterface::class,
'dispatcher' => \KDispatcherInterface::class,
'lib:dispatcher' => \KDispatcherInterface::class,
'user' => \ComKoowaUser::class,
'lib:user' => \ComKoowaUser::class,
// Automatically generated by script:
'behavior.exception.handler' => \KBehaviorExceptionHandler::class,
'behavior.mixin' => \KBehaviorMixin::class,
'class.locator.component' => \KClassLocatorComponent::class,
'class.locator.composer' => \KClassLocatorComposer::class,
'class.locator.library' => \KClassLocatorLibrary::class,
'class.registry' => \KClassRegistry::class,
'class.registry.cache' => \KClassRegistryCache::class,
'com:koowa.class.locator.module' => \ComKoowaClassLocatorModule::class,
'com:koowa.class.locator.plugin' => \ComKoowaClassLocatorPlugin::class,
'com:koowa.controller.behavior.cacheable' => \ComKoowaControllerBehaviorCacheable::class,
'com:koowa.controller.behavior.editable' => \ComKoowaControllerBehaviorEditable::class,
'com:koowa.controller.behavior.findable' => \ComKoowaControllerBehaviorFindable::class,
'com:koowa.controller.behavior.persistable' => \ComKoowaControllerBehaviorPersistable::class,
'com:koowa.controller.default' => \ComKoowaControllerDefault::class,
'com:koowa.controller.error' => \ComKoowaControllerError::class,
'com:koowa.controller.page' => \ComKoowaControllerPage::class,
'com:koowa.controller.permission.default' => \ComKoowaControllerPermissionDefault::class,
'com:koowa.controller.permission.error' => \ComKoowaControllerPermissionError::class,
'com:koowa.controller.permission.user' => \ComKoowaControllerPermissionUser::class,
'com:koowa.controller.toolbar.actionbar' => \ComKoowaControllerToolbarActionbar::class,
'com:koowa.controller.toolbar.default' => \ComKoowaControllerToolbarDefault::class,
'com:koowa.controller.toolbar.menubar' => \ComKoowaControllerToolbarMenubar::class,
'com:koowa.controller.user' => \ComKoowaControllerUser::class,
'com:koowa.database.adapter.mysqli' => \ComKoowaDatabaseAdapterMysqli::class,
'com:koowa.database.behavior.creatable' => \ComKoowaDatabaseBehaviorCreatable::class,
'com:koowa.database.behavior.lockable' => \ComKoowaDatabaseBehaviorLockable::class,
'com:koowa.database.behavior.modifiable' => \ComKoowaDatabaseBehaviorModifiable::class,
'com:koowa.database.behavior.sluggable' => \ComKoowaDatabaseBehaviorSluggable::class,
'com:koowa.database.table.extensions' => \ComKoowaDatabaseTableExtensions::class,
'com:koowa.database.table.users' => \ComKoowaDatabaseTableUsers::class,
'com:koowa.date' => \ComKoowaDate::class,
'com:koowa.decorator.parameter' => \ComKoowaDecoratorParameter::class,
'com:koowa.dispatcher.authenticator.basic' => \ComKoowaDispatcherAuthenticatorBasic::class,
'com:koowa.dispatcher.authenticator.jwt' => \ComKoowaDispatcherAuthenticatorJwt::class,
'com:koowa.dispatcher.http' => \ComKoowaDispatcherHttp::class,
'com:koowa.dispatcher.permission.default' => \ComKoowaDispatcherPermissionDefault::class,
'com:koowa.dispatcher.request' => \ComKoowaDispatcherRequest::class,
'com:koowa.dispatcher.response' => \ComKoowaDispatcherResponse::class,
'com:koowa.dispatcher.response.transport.http' => \ComKoowaDispatcherResponseTransportHttp::class,
'com:koowa.dispatcher.router.route' => \ComKoowaDispatcherRouterRoute::class,
'com:koowa.event.publisher' => \ComKoowaEventPublisher::class,
'com:koowa.event.subscriber.unauthorized' => \ComKoowaEventSubscriberUnauthorized::class,
'com:koowa.exception.handler' => \ComKoowaExceptionHandler::class,
'com:koowa.filesystem.stream.buffer' => \ComKoowaFilesystemStreamBuffer::class,
'com:koowa.filter.alias' => \ComKoowaFilterAlias::class,
'com:koowa.filter.factory' => \ComKoowaFilterFactory::class,
'com:koowa.filter.html' => \ComKoowaFilterHtml::class,
'com:koowa.model.entity.user' => \ComKoowaModelEntityUser::class,
'com:koowa.model.extensions' => \ComKoowaModelExtensions::class,
'com:koowa.model.users' => \ComKoowaModelUsers::class,
'com:koowa.object.locator.module' => \ComKoowaObjectLocatorModule::class,
'com:koowa.object.locator.plugin' => \ComKoowaObjectLocatorPlugin::class,
'com:koowa.template.filter.asset' => \ComKoowaTemplateFilterAsset::class,
'com:koowa.template.filter.chrome' => \ComKoowaTemplateFilterChrome::class,
'com:koowa.template.filter.document' => \ComKoowaTemplateFilterDocument::class,
'com:koowa.template.filter.link' => \ComKoowaTemplateFilterLink::class,
'com:koowa.template.filter.message' => \ComKoowaTemplateFilterMessage::class,
'com:koowa.template.filter.meta' => \ComKoowaTemplateFilterMeta::class,
'com:koowa.template.filter.module' => \ComKoowaTemplateFilterModule::class,
'com:koowa.template.filter.script' => \ComKoowaTemplateFilterScript::class,
'com:koowa.template.filter.style' => \ComKoowaTemplateFilterStyle::class,
'com:koowa.template.filter.title' => \ComKoowaTemplateFilterTitle::class,
'com:koowa.template.filter.toolbar' => \ComKoowaTemplateFilterToolbar::class,
'com:koowa.template.filter.version' => \ComKoowaTemplateFilterVersion::class,
'com:koowa.template.helper.actionbar' => \ComKoowaTemplateHelperActionbar::class,
'com:koowa.template.helper.behavior' => \ComKoowaTemplateHelperBehavior::class,
'com:koowa.template.helper.bootstrap' => \ComKoowaTemplateHelperBootstrap::class,
'com:koowa.template.helper.date' => \ComKoowaTemplateHelperDate::class,
'com:koowa.template.helper.debug' => \ComKoowaTemplateHelperDebug::class,
'com:koowa.template.helper.editor' => \ComKoowaTemplateHelperEditor::class,
'com:koowa.template.helper.event' => \ComKoowaTemplateHelperEvent::class,
'com:koowa.template.helper.grid' => \ComKoowaTemplateHelperGrid::class,
'com:koowa.template.helper.listbox' => \ComKoowaTemplateHelperListbox::class,
'com:koowa.template.helper.menubar' => \ComKoowaTemplateHelperMenubar::class,
'com:koowa.template.helper.titlebar' => \ComKoowaTemplateHelperTitlebar::class,
'com:koowa.template.helper.ui' => \ComKoowaTemplateHelperUi::class,
'com:koowa.template.locator.component' => \ComKoowaTemplateLocatorComponent::class,
'com:koowa.template.locator.file' => \ComKoowaTemplateLocatorFile::class,
'com:koowa.template.locator.module' => \ComKoowaTemplateLocatorModule::class,
'com:koowa.translator' => \ComKoowaTranslator::class,
'com:koowa.translator.catalogue.default' => \ComKoowaTranslatorCatalogueDefault::class,
'com:koowa.translator.language' => \ComKoowaTranslatorLanguage::class,
'com:koowa.translator.locator.component' => \ComKoowaTranslatorLocatorComponent::class,
'com:koowa.translator.locator.module' => \ComKoowaTranslatorLocatorModule::class,
'com:koowa.translator.locator.plugin' => \ComKoowaTranslatorLocatorPlugin::class,
'com:koowa.user' => \ComKoowaUser::class,
'com:koowa.user.provider' => \ComKoowaUserProvider::class,
'com:koowa.view.error.json' => \ComKoowaViewErrorJson::class,
'com:koowa.view.html' => \ComKoowaViewHtml::class,
'com:koowa.view.page.html' => \ComKoowaViewPageHtml::class,
'com:koowa.view.users.json' => \ComKoowaViewUsersJson::class,
'command' => \KCommand::class,
'command.chain' => \KCommandChain::class,
'command.exception.callback' => \KCommandExceptionCallback::class,
'command.exception.handler' => \KCommandExceptionHandler::class,
'command.handler.event' => \KCommandHandlerEvent::class,
'command.mixin' => \KCommandMixin::class,
'controller.behavior.editable' => \KControllerBehaviorEditable::class,
'controller.behavior.permissible' => \KControllerBehaviorPermissible::class,
'controller.behavior.persistable' => \KControllerBehaviorPersistable::class,
'controller.context' => \KControllerContext::class,
'controller.default' => \KControllerDefault::class,
'controller.exception.action.failed' => \KControllerExceptionActionFailed::class,
'controller.exception.action.not.implemented' => \KControllerExceptionActionNotImplemented::class,
'controller.exception.format.invalid' => \KControllerExceptionFormatInvalid::class,
'controller.exception.format.not.supported' => \KControllerExceptionFormatNotSupported::class,
'controller.exception.request.forbidden' => \KControllerExceptionRequestForbidden::class,
'controller.exception.request.invalid' => \KControllerExceptionRequestInvalid::class,
'controller.exception.request.not.authenticated' => \KControllerExceptionRequestNotAuthenticated::class,
'controller.exception.request.not.authorized' => \KControllerExceptionRequestNotAuthorized::class,
'controller.exception.resource.locked' => \KControllerExceptionResourceLocked::class,
'controller.exception.resource.not.found' => \KControllerExceptionResourceNotFound::class,
'controller.permission.default' => \KControllerPermissionDefault::class,
'controller.request' => \KControllerRequest::class,
'controller.response' => \KControllerResponse::class,
'controller.toolbar.command' => \KControllerToolbarCommand::class,
'controller.toolbar.command.iterator' => \KControllerToolbarCommandIterator::class,
'controller.toolbar.default' => \KControllerToolbarDefault::class,
'controller.toolbar.mixin' => \KControllerToolbarMixin::class,
'database' => \KDatabase::class,
'database.adapter.mysqli' => \KDatabaseAdapterMysqli::class,
'database.behavior.creatable' => \KDatabaseBehaviorCreatable::class,
'database.behavior.hittable' => \KDatabaseBehaviorHittable::class,
'database.behavior.identifiable' => \KDatabaseBehaviorIdentifiable::class,
'database.behavior.lockable' => \KDatabaseBehaviorLockable::class,
'database.behavior.modifiable' => \KDatabaseBehaviorModifiable::class,
'database.behavior.orderable' => \KDatabaseBehaviorOrderable::class,
'database.behavior.parameterizable' => \KDatabaseBehaviorParameterizable::class,
'database.behavior.sluggable' => \KDatabaseBehaviorSluggable::class,
'database.context' => \KDatabaseContext::class,
'database.query.delete' => \KDatabaseQueryDelete::class,
'database.query.insert' => \KDatabaseQueryInsert::class,
'database.query.parameters' => \KDatabaseQueryParameters::class,
'database.query.select' => \KDatabaseQuerySelect::class,
'database.query.show' => \KDatabaseQueryShow::class,
'database.query.update' => \KDatabaseQueryUpdate::class,
'database.row.default' => \KDatabaseRowDefault::class,
'database.rowset.default' => \KDatabaseRowsetDefault::class,
'database.schema.column' => \KDatabaseSchemaColumn::class,
'database.schema.table' => \KDatabaseSchemaTable::class,
'database.table.default' => \KDatabaseTableDefault::class,
'date' => \KDate::class,
'dispatcher.authenticator.basic' => \KDispatcherAuthenticatorBasic::class,
'dispatcher.authenticator.origin' => \KDispatcherAuthenticatorOrigin::class,
'dispatcher.authenticator.jwt' => \KDispatcherAuthenticatorJwt::class,
'dispatcher.behavior.permissible' => \KDispatcherBehaviorPermissible::class,
'dispatcher.behavior.resettable' => \KDispatcherBehaviorResettable::class,
'dispatcher.context' => \KDispatcherContext::class,
'dispatcher.default' => \KDispatcherDefault::class,
'dispatcher.exception.method.not.allowed' => \KDispatcherExceptionMethodNotAllowed::class,
'dispatcher.http' => \KDispatcherHttp::class,
'dispatcher.permission.default' => \KDispatcherPermissionDefault::class,
'dispatcher.request' => \KDispatcherRequest::class,
'dispatcher.response' => \KDispatcherResponse::class,
'dispatcher.response.transport.http' => \KDispatcherResponseTransportHttp::class,
'dispatcher.response.transport.json' => \KDispatcherResponseTransportJson::class,
'dispatcher.response.transport.redirect' => \KDispatcherResponseTransportRedirect::class,
'dispatcher.response.transport.sendfile' => \KDispatcherResponseTransportSendfile::class,
'dispatcher.response.transport.stream' => \KDispatcherResponseTransportStream::class,
'dispatcher.router' => \KDispatcherRouter::class,
'dispatcher.router.route' => \KDispatcherRouterRoute::class,
'event' => \KEvent::class,
'event.exception' => \KEventException::class,
'event.mixin' => \KEventMixin::class,
'event.publisher' => \KEventPublisher::class,
'event.publisher.exception' => \KEventPublisherException::class,
'event.publisher.profiler' => \KEventPublisherProfiler::class,
'exception.error' => \KExceptionError::class,
'exception.failure' => \KExceptionFailure::class,
'exception.handler' => \KExceptionHandler::class,
'exception.handler.abstract' => \KExceptionHandlerAbstract::class,
'filesystem.stream.adapter' => \KFilesystemStreamAdapter::class,
'filesystem.stream.buffer' => \KFilesystemStreamBuffer::class,
'filesystem.stream.default' => \KFilesystemStreamDefault::class,
'filesystem.stream.factory' => \KFilesystemStreamFactory::class,
'filesystem.stream.filter.whitespace' => \KFilesystemStreamFilterWhitespace::class,
'filter.alnum' => \KFilterAlnum::class,
'filter.alpha' => \KFilterAlpha::class,
'filter.ascii' => \KFilterAscii::class,
'filter.base64' => \KFilterBase64::class,
'filter.boolean' => \KFilterBoolean::class,
'filter.chain' => \KFilterChain::class,
'filter.cmd' => \KFilterCmd::class,
'filter.date' => \KFilterDate::class,
'filter.digit' => \KFilterDigit::class,
'filter.dirname' => \KFilterDirname::class,
'filter.email' => \KFilterEmail::class,
'filter.factory' => \KFilterFactory::class,
'filter.filename' => \KFilterFilename::class,
'filter.float' => \KFilterFloat::class,
'filter.html' => \KFilterHtml::class,
'filter.identifier' => \KFilterIdentifier::class,
'filter.ini' => \KFilterIni::class,
'filter.int' => \KFilterInt::class,
'filter.ip' => \KFilterIp::class,
'filter.iterator' => \KFilterIterator::class,
'filter.json' => \KFilterJson::class,
'filter.lang' => \KFilterLang::class,
'filter.md5' => \KFilterMd5::class,
'filter.numeric' => \KFilterNumeric::class,
'filter.path' => \KFilterPath::class,
'filter.raw' => \KFilterRaw::class,
'filter.sha1' => \KFilterSha1::class,
'filter.slug' => \KFilterSlug::class,
'filter.string' => \KFilterString::class,
'filter.time' => \KFilterTime::class,
'filter.timestamp' => \KFilterTimestamp::class,
'filter.trim' => \KFilterTrim::class,
'filter.url' => \KFilterUrl::class,
'filter.word' => \KFilterWord::class,
'filter.xml' => \KFilterXml::class,
'filter.yaml' => \KFilterYaml::class,
'http.cookie' => \KHttpCookie::class,
'http.exception.bad.request' => \KHttpExceptionBadRequest::class,
'http.exception.conflict' => \KHttpExceptionConflict::class,
'http.exception.forbidden' => \KHttpExceptionForbidden::class,
'http.exception.method.not.allowed' => \KHttpExceptionMethodNotAllowed::class,
'http.exception.not.acceptable' => \KHttpExceptionNotAcceptable::class,
'http.exception.not.found' => \KHttpExceptionNotFound::class,
'http.exception.not.implemented' => \KHttpExceptionNotImplemented::class,
'http.exception.range.not.satisfied' => \KHttpExceptionRangeNotSatisfied::class,
'http.exception.unauthorized' => \KHttpExceptionUnauthorized::class,
'http.exception.unsupported.media.type' => \KHttpExceptionUnsupportedMediaType::class,
'http.message.headers' => \KHttpMessageHeaders::class,
'http.message.parameters' => \KHttpMessageParameters::class,
'http.request' => \KHttpRequest::class,
'http.request.headers' => \KHttpRequestHeaders::class,
'http.response' => \KHttpResponse::class,
'http.response.headers' => \KHttpResponseHeaders::class,
'http.token' => \KHttpToken::class,
'http.url' => \KHttpUrl::class,
'lib:behavior.exception.handler' => \KBehaviorExceptionHandler::class,
'lib:behavior.mixin' => \KBehaviorMixin::class,
'lib:class.locator.component' => \KClassLocatorComponent::class,
'lib:class.locator.composer' => \KClassLocatorComposer::class,
'lib:class.locator.library' => \KClassLocatorLibrary::class,
'lib:class.registry' => \KClassRegistry::class,
'lib:class.registry.cache' => \KClassRegistryCache::class,
'lib:command' => \KCommand::class,
'lib:command.chain' => \KCommandChain::class,
'lib:command.exception.callback' => \KCommandExceptionCallback::class,
'lib:command.exception.handler' => \KCommandExceptionHandler::class,
'lib:command.handler.event' => \KCommandHandlerEvent::class,
'lib:command.mixin' => \KCommandMixin::class,
'lib:controller.behavior.editable' => \KControllerBehaviorEditable::class,
'lib:controller.behavior.permissible' => \KControllerBehaviorPermissible::class,
'lib:controller.behavior.persistable' => \KControllerBehaviorPersistable::class,
'lib:controller.context' => \KControllerContext::class,
'lib:controller.default' => \KControllerDefault::class,
'lib:controller.exception.action.failed' => \KControllerExceptionActionFailed::class,
'lib:controller.exception.action.not.implemented' => \KControllerExceptionActionNotImplemented::class,
'lib:controller.exception.format.invalid' => \KControllerExceptionFormatInvalid::class,
'lib:controller.exception.format.not.supported' => \KControllerExceptionFormatNotSupported::class,
'lib:controller.exception.request.forbidden' => \KControllerExceptionRequestForbidden::class,
'lib:controller.exception.request.invalid' => \KControllerExceptionRequestInvalid::class,
'lib:controller.exception.request.not.authenticated' => \KControllerExceptionRequestNotAuthenticated::class,
'lib:controller.exception.request.not.authorized' => \KControllerExceptionRequestNotAuthorized::class,
'lib:controller.exception.resource.locked' => \KControllerExceptionResourceLocked::class,
'lib:controller.exception.resource.not.found' => \KControllerExceptionResourceNotFound::class,
'lib:controller.permission.default' => \KControllerPermissionDefault::class,
'lib:controller.request' => \KControllerRequest::class,
'lib:controller.response' => \KControllerResponse::class,
'lib:controller.toolbar.command' => \KControllerToolbarCommand::class,
'lib:controller.toolbar.command.iterator' => \KControllerToolbarCommandIterator::class,
'lib:controller.toolbar.default' => \KControllerToolbarDefault::class,
'lib:controller.toolbar.mixin' => \KControllerToolbarMixin::class,
'lib:database' => \KDatabase::class,
'lib:database.adapter.mysqli' => \KDatabaseAdapterMysqli::class,
'lib:database.behavior.creatable' => \KDatabaseBehaviorCreatable::class,
'lib:database.behavior.hittable' => \KDatabaseBehaviorHittable::class,
'lib:database.behavior.identifiable' => \KDatabaseBehaviorIdentifiable::class,
'lib:database.behavior.lockable' => \KDatabaseBehaviorLockable::class,
'lib:database.behavior.modifiable' => \KDatabaseBehaviorModifiable::class,
'lib:database.behavior.orderable' => \KDatabaseBehaviorOrderable::class,
'lib:database.behavior.parameterizable' => \KDatabaseBehaviorParameterizable::class,
'lib:database.behavior.sluggable' => \KDatabaseBehaviorSluggable::class,
'lib:database.context' => \KDatabaseContext::class,
'lib:database.query.delete' => \KDatabaseQueryDelete::class,
'lib:database.query.insert' => \KDatabaseQueryInsert::class,
'lib:database.query.parameters' => \KDatabaseQueryParameters::class,
'lib:database.query.select' => \KDatabaseQuerySelect::class,
'lib:database.query.show' => \KDatabaseQueryShow::class,
'lib:database.query.update' => \KDatabaseQueryUpdate::class,
'lib:database.row.default' => \KDatabaseRowDefault::class,
'lib:database.rowset.default' => \KDatabaseRowsetDefault::class,
'lib:database.schema.column' => \KDatabaseSchemaColumn::class,
'lib:database.schema.table' => \KDatabaseSchemaTable::class,
'lib:database.table.default' => \KDatabaseTableDefault::class,
'lib:date' => \KDate::class,
'lib:dispatcher.authenticator.basic' => \KDispatcherAuthenticatorBasic::class,
'lib:dispatcher.authenticator.origin' => \KDispatcherAuthenticatorOrigin::class,
'lib:dispatcher.authenticator.jwt' => \KDispatcherAuthenticatorJwt::class,
'lib:dispatcher.behavior.permissible' => \KDispatcherBehaviorPermissible::class,
'lib:dispatcher.behavior.resettable' => \KDispatcherBehaviorResettable::class,
'lib:dispatcher.context' => \KDispatcherContext::class,
'lib:dispatcher.default' => \KDispatcherDefault::class,
'lib:dispatcher.exception.method.not.allowed' => \KDispatcherExceptionMethodNotAllowed::class,
'lib:dispatcher.http' => \KDispatcherHttp::class,
'lib:dispatcher.permission.default' => \KDispatcherPermissionDefault::class,
'lib:dispatcher.request' => \KDispatcherRequest::class,
'lib:dispatcher.response' => \KDispatcherResponse::class,
'lib:dispatcher.response.transport.http' => \KDispatcherResponseTransportHttp::class,
'lib:dispatcher.response.transport.json' => \KDispatcherResponseTransportJson::class,
'lib:dispatcher.response.transport.redirect' => \KDispatcherResponseTransportRedirect::class,
'lib:dispatcher.response.transport.sendfile' => \KDispatcherResponseTransportSendfile::class,
'lib:dispatcher.response.transport.stream' => \KDispatcherResponseTransportStream::class,
'lib:dispatcher.router' => \KDispatcherRouter::class,
'lib:dispatcher.router.route' => \KDispatcherRouterRoute::class,
'lib:event' => \KEvent::class,
'lib:event.exception' => \KEventException::class,
'lib:event.mixin' => \KEventMixin::class,
'lib:event.publisher' => \KEventPublisher::class,
'lib:event.publisher.exception' => \KEventPublisherException::class,
'lib:event.publisher.profiler' => \KEventPublisherProfiler::class,
'lib:exception.error' => \KExceptionError::class,
'lib:exception.failure' => \KExceptionFailure::class,
'lib:exception.handler' => \KExceptionHandler::class,
'lib:exception.handler.abstract' => \KExceptionHandlerAbstract::class,
'lib:filesystem.stream.adapter' => \KFilesystemStreamAdapter::class,
'lib:filesystem.stream.buffer' => \KFilesystemStreamBuffer::class,
'lib:filesystem.stream.default' => \KFilesystemStreamDefault::class,
'lib:filesystem.stream.factory' => \KFilesystemStreamFactory::class,
'lib:filesystem.stream.filter.whitespace' => \KFilesystemStreamFilterWhitespace::class,
'lib:filter.alnum' => \KFilterAlnum::class,
'lib:filter.alpha' => \KFilterAlpha::class,
'lib:filter.ascii' => \KFilterAscii::class,
'lib:filter.base64' => \KFilterBase64::class,
'lib:filter.boolean' => \KFilterBoolean::class,
'lib:filter.chain' => \KFilterChain::class,
'lib:filter.cmd' => \KFilterCmd::class,
'lib:filter.date' => \KFilterDate::class,
'lib:filter.digit' => \KFilterDigit::class,
'lib:filter.dirname' => \KFilterDirname::class,
'lib:filter.email' => \KFilterEmail::class,
'lib:filter.factory' => \KFilterFactory::class,
'lib:filter.filename' => \KFilterFilename::class,
'lib:filter.float' => \KFilterFloat::class,
'lib:filter.html' => \KFilterHtml::class,
'lib:filter.identifier' => \KFilterIdentifier::class,
'lib:filter.ini' => \KFilterIni::class,
'lib:filter.int' => \KFilterInt::class,
'lib:filter.ip' => \KFilterIp::class,
'lib:filter.iterator' => \KFilterIterator::class,
'lib:filter.json' => \KFilterJson::class,
'lib:filter.lang' => \KFilterLang::class,
'lib:filter.md5' => \KFilterMd5::class,
'lib:filter.numeric' => \KFilterNumeric::class,
'lib:filter.path' => \KFilterPath::class,
'lib:filter.raw' => \KFilterRaw::class,
'lib:filter.sha1' => \KFilterSha1::class,
'lib:filter.slug' => \KFilterSlug::class,
'lib:filter.string' => \KFilterString::class,
'lib:filter.time' => \KFilterTime::class,
'lib:filter.timestamp' => \KFilterTimestamp::class,
'lib:filter.trim' => \KFilterTrim::class,
'lib:filter.url' => \KFilterUrl::class,
'lib:filter.word' => \KFilterWord::class,
'lib:filter.xml' => \KFilterXml::class,
'lib:filter.yaml' => \KFilterYaml::class,
'lib:http.cookie' => \KHttpCookie::class,
'lib:http.exception.bad.request' => \KHttpExceptionBadRequest::class,
'lib:http.exception.conflict' => \KHttpExceptionConflict::class,
'lib:http.exception.forbidden' => \KHttpExceptionForbidden::class,
'lib:http.exception.method.not.allowed' => \KHttpExceptionMethodNotAllowed::class,
'lib:http.exception.not.acceptable' => \KHttpExceptionNotAcceptable::class,
'lib:http.exception.not.found' => \KHttpExceptionNotFound::class,
'lib:http.exception.not.implemented' => \KHttpExceptionNotImplemented::class,
'lib:http.exception.range.not.satisfied' => \KHttpExceptionRangeNotSatisfied::class,
'lib:http.exception.unauthorized' => \KHttpExceptionUnauthorized::class,
'lib:http.exception.unsupported.media.type' => \KHttpExceptionUnsupportedMediaType::class,
'lib:http.message.headers' => \KHttpMessageHeaders::class,
'lib:http.message.parameters' => \KHttpMessageParameters::class,
'lib:http.request' => \KHttpRequest::class,
'lib:http.request.headers' => \KHttpRequestHeaders::class,
'lib:http.response' => \KHttpResponse::class,
'lib:http.response.headers' => \KHttpResponseHeaders::class,
'lib:http.token' => \KHttpToken::class,
'lib:http.url' => \KHttpUrl::class,
'lib:model.behavior.indexable' => \KModelBehaviorIndexable::class,
'lib:model.behavior.paginatable' => \KModelBehaviorPaginatable::class,
'lib:model.behavior.searchable' => \KModelBehaviorSearchable::class,
'lib:model.behavior.sortable' => \KModelBehaviorSortable::class,
'lib:model.context' => \KModelContext::class,
'lib:model.database' => \KModelDatabase::class,
'lib:model.default' => \KModelDefault::class,
'lib:model.empty' => \KModelEmpty::class,
'lib:model.entity.composite' => \KModelEntityComposite::class,
'lib:model.entity.default' => \KModelEntityDefault::class,
'lib:model.entity.immutable' => \KModelEntityImmutable::class,
'lib:model.entity.row' => \KModelEntityRow::class,
'lib:model.entity.rowset' => \KModelEntityRowset::class,
'lib:model.paginator' => \KModelPaginator::class,
'lib:model.state' => \KModelState::class,
'lib:object.array' => \KObjectArray::class,
'lib:object.bootstrapper' => \KObjectBootstrapper::class,
'lib:object.config.factory' => \KObjectConfigFactory::class,
'lib:object.config.ini' => \KObjectConfigIni::class,
'lib:object.config.json' => \KObjectConfigJson::class,
'lib:object.config.php' => \KObjectConfigPhp::class,
'lib:object.config.xml' => \KObjectConfigXml::class,
'lib:object.config.yaml' => \KObjectConfigYaml::class,
'lib:object.exception.invalid.identifier' => \KObjectExceptionInvalidIdentifier::class,
'lib:object.exception.invalid.object' => \KObjectExceptionInvalidObject::class,
'lib:object.exception.not.found' => \KObjectExceptionNotFound::class,
'lib:object.exception.not.instantiated' => \KObjectExceptionNotInstantiated::class,
'lib:object.locator.component' => \KObjectLocatorComponent::class,
'lib:object.locator.library' => \KObjectLocatorLibrary::class,
'lib:object.queue' => \KObjectQueue::class,
'lib:object.registry' => \KObjectRegistry::class,
'lib:object.registry.cache' => \KObjectRegistryCache::class,
'lib:object.set' => \KObjectSet::class,
'lib:object.stack' => \KObjectStack::class,
'lib:template' => \KTemplate::class,
'lib:template.cache' => \KTemplateCache::class,
'lib:template.default' => \KTemplateDefault::class,
'lib:template.engine.factory' => \KTemplateEngineFactory::class,
'lib:template.engine.koowa' => \KTemplateEngineKoowa::class,
'lib:template.engine.markdown' => \KTemplateEngineMarkdown::class,
'lib:template.engine.mustache' => \KTemplateEngineMustache::class,
'lib:template.engine.twig' => \KTemplateEngineTwig::class,
'lib:template.exception.syntax.error' => \KTemplateExceptionSyntaxError::class,
'lib:template.filter.asset' => \KTemplateFilterAsset::class,
'lib:template.filter.decorator' => \KTemplateFilterDecorator::class,
'lib:template.filter.form' => \KTemplateFilterForm::class,
'lib:template.filter.link' => \KTemplateFilterLink::class,
'lib:template.filter.markdown' => \KTemplateFilterMarkdown::class,
'lib:template.filter.meta' => \KTemplateFilterMeta::class,
'lib:template.filter.script' => \KTemplateFilterScript::class,
'lib:template.filter.style' => \KTemplateFilterStyle::class,
'lib:template.filter.title' => \KTemplateFilterTitle::class,
'lib:template.filter.whitespace' => \KTemplateFilterWhitespace::class,
'lib:template.filter.wrapper' => \KTemplateFilterWrapper::class,
'lib:template.helper.actionbar' => \KTemplateHelperActionbar::class,
'lib:template.helper.behavior' => \KTemplateHelperBehavior::class,
'lib:template.helper.date' => \KTemplateHelperDate::class,
'lib:template.helper.debug' => \KTemplateHelperDebug::class,
'lib:template.helper.grid' => \KTemplateHelperGrid::class,
'lib:template.helper.listbox' => \KTemplateHelperListbox::class,
'lib:template.helper.paginator' => \KTemplateHelperPaginator::class,
'lib:template.helper.select' => \KTemplateHelperSelect::class,
'lib:template.helper.titlebar' => \KTemplateHelperTitlebar::class,
'lib:template.helper.translator' => \KTemplateHelperTranslator::class,
'lib:template.helper.ui' => \KTemplateHelperUi::class,
'lib:template.locator.component' => \KTemplateLocatorComponent::class,
'lib:template.locator.factory' => \KTemplateLocatorFactory::class,
'lib:template.locator.file' => \KTemplateLocatorFile::class,
'lib:translator' => \KTranslator::class,
'lib:translator.cache' => \KTranslatorCache::class,
'lib:translator.catalogue.default' => \KTranslatorCatalogueDefault::class,
'lib:translator.inflector' => \KTranslatorInflector::class,
'lib:translator.locator.component' => \KTranslatorLocatorComponent::class,
'lib:translator.locator.factory' => \KTranslatorLocatorFactory::class,
'lib:translator.locator.file' => \KTranslatorLocatorFile::class,
'lib:user' => \KUser::class,
'lib:user.default' => \KUserDefault::class,
'lib:user.provider' => \KUserProvider::class,
'lib:user.provider.abstract' => \KUserProviderAbstract::class,
'lib:user.session' => \KUserSession::class,
'lib:user.session.abstract' => \KUserSessionAbstract::class,
'lib:user.session.container.attribute' => \KUserSessionContainerAttribute::class,
'lib:user.session.container.default' => \KUserSessionContainerDefault::class,
'lib:user.session.container.message' => \KUserSessionContainerMessage::class,
'lib:user.session.container.metadata' => \KUserSessionContainerMetadata::class,
'lib:user.session.handler.database' => \KUserSessionHandlerDatabase::class,
'lib:user.session.handler.file' => \KUserSessionHandlerFile::class,
'lib:user.session.handler.null' => \KUserSessionHandlerNull::class,
'lib:view.context' => \KViewContext::class,
'lib:view.context.template' => \KViewContextTemplate::class,
'lib:view.csv' => \KViewCsv::class,
'lib:view.default' => \KViewDefault::class,
'lib:view.html' => \KViewHtml::class,
'lib:view.json' => \KViewJson::class,
'lib:view.rss' => \KViewRss::class,
'model.behavior.indexable' => \KModelBehaviorIndexable::class,
'model.behavior.paginatable' => \KModelBehaviorPaginatable::class,
'model.behavior.searchable' => \KModelBehaviorSearchable::class,
'model.behavior.sortable' => \KModelBehaviorSortable::class,
'model.context' => \KModelContext::class,
'model.database' => \KModelDatabase::class,
'model.default' => \KModelDefault::class,
'model.empty' => \KModelEmpty::class,
'model.entity.composite' => \KModelEntityComposite::class,
'model.entity.default' => \KModelEntityDefault::class,
'model.entity.immutable' => \KModelEntityImmutable::class,
'model.entity.row' => \KModelEntityRow::class,
'model.entity.rowset' => \KModelEntityRowset::class,
'model.paginator' => \KModelPaginator::class,
'model.state' => \KModelState::class,
'object.array' => \KObjectArray::class,
'object.bootstrapper' => \KObjectBootstrapper::class,
'object.config.factory' => \KObjectConfigFactory::class,
'object.config.ini' => \KObjectConfigIni::class,
'object.config.json' => \KObjectConfigJson::class,
'object.config.php' => \KObjectConfigPhp::class,
'object.config.xml' => \KObjectConfigXml::class,
'object.config.yaml' => \KObjectConfigYaml::class,
'object.exception.invalid.identifier' => \KObjectExceptionInvalidIdentifier::class,
'object.exception.invalid.object' => \KObjectExceptionInvalidObject::class,
'object.exception.not.found' => \KObjectExceptionNotFound::class,
'object.exception.not.instantiated' => \KObjectExceptionNotInstantiated::class,
'object.locator.component' => \KObjectLocatorComponent::class,
'object.locator.library' => \KObjectLocatorLibrary::class,
'object.queue' => \KObjectQueue::class,
'object.registry' => \KObjectRegistry::class,
'object.registry.cache' => \KObjectRegistryCache::class,
'object.set' => \KObjectSet::class,
'object.stack' => \KObjectStack::class,
'template' => \KTemplate::class,
'template.cache' => \KTemplateCache::class,
'template.default' => \KTemplateDefault::class,
'template.engine.factory' => \KTemplateEngineFactory::class,
'template.engine.koowa' => \KTemplateEngineKoowa::class,
'template.engine.markdown' => \KTemplateEngineMarkdown::class,
'template.engine.mustache' => \KTemplateEngineMustache::class,
'template.engine.twig' => \KTemplateEngineTwig::class,
'template.exception.syntax.error' => \KTemplateExceptionSyntaxError::class,
'template.filter.asset' => \KTemplateFilterAsset::class,
'template.filter.decorator' => \KTemplateFilterDecorator::class,
'template.filter.form' => \KTemplateFilterForm::class,
'template.filter.link' => \KTemplateFilterLink::class,
'template.filter.markdown' => \KTemplateFilterMarkdown::class,
'template.filter.meta' => \KTemplateFilterMeta::class,
'template.filter.script' => \KTemplateFilterScript::class,
'template.filter.style' => \KTemplateFilterStyle::class,
'template.filter.title' => \KTemplateFilterTitle::class,
'template.filter.whitespace' => \KTemplateFilterWhitespace::class,
'template.filter.wrapper' => \KTemplateFilterWrapper::class,
'template.helper.actionbar' => \KTemplateHelperActionbar::class,
'template.helper.behavior' => \KTemplateHelperBehavior::class,
'template.helper.date' => \KTemplateHelperDate::class,
'template.helper.debug' => \KTemplateHelperDebug::class,
'template.helper.grid' => \KTemplateHelperGrid::class,
'template.helper.listbox' => \KTemplateHelperListbox::class,
'template.helper.paginator' => \KTemplateHelperPaginator::class,
'template.helper.select' => \KTemplateHelperSelect::class,
'template.helper.titlebar' => \KTemplateHelperTitlebar::class,
'template.helper.translator' => \KTemplateHelperTranslator::class,
'template.helper.ui' => \KTemplateHelperUi::class,
'template.locator.component' => \KTemplateLocatorComponent::class,
'template.locator.factory' => \KTemplateLocatorFactory::class,
'template.locator.file' => \KTemplateLocatorFile::class,
'translator' => \KTranslator::class,
'translator.cache' => \KTranslatorCache::class,
'translator.catalogue.default' => \KTranslatorCatalogueDefault::class,
'translator.inflector' => \KTranslatorInflector::class,
'translator.locator.component' => \KTranslatorLocatorComponent::class,
'translator.locator.factory' => \KTranslatorLocatorFactory::class,
'translator.locator.file' => \KTranslatorLocatorFile::class,
'user.default' => \KUserDefault::class,
'user.provider' => \KUserProvider::class,
'user.provider.abstract' => \KUserProviderAbstract::class,
'user.session' => \KUserSession::class,
'user.session.abstract' => \KUserSessionAbstract::class,
'user.session.container.attribute' => \KUserSessionContainerAttribute::class,
'user.session.container.default' => \KUserSessionContainerDefault::class,
'user.session.container.message' => \KUserSessionContainerMessage::class,
'user.session.container.metadata' => \KUserSessionContainerMetadata::class,
'user.session.handler.database' => \KUserSessionHandlerDatabase::class,
'user.session.handler.file' => \KUserSessionHandlerFile::class,
'user.session.handler.null' => \KUserSessionHandlerNull::class,
'view.context' => \KViewContext::class,
'view.context.template' => \KViewContextTemplate::class,
'view.csv' => \KViewCsv::class,
'view.default' => \KViewDefault::class,
'view.html' => \KViewHtml::class,
'view.json' => \KViewJson::class,
'view.rss' => \KViewRss::class,
]));
}