- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
36374 lines
1.3 MiB
36374 lines
1.3 MiB
<?php declare(strict_types = 1);
|
|
|
|
// odsl-/home/michael/dev/michaelschiemer/src
|
|
return \PHPStan\Cache\CacheItem::__set_state(array(
|
|
'variableKey' => 'v1',
|
|
'data' =>
|
|
array (
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Attributes/StaticPage.php' =>
|
|
array (
|
|
0 => 'e00bde51a34571437c0a85a961939aca65aad491',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\attributes\\staticpage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Attributes/Singleton.php' =>
|
|
array (
|
|
0 => '73508afe9ebfd0697fc68d07387bc4b96f681e3b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\attributes\\singleton',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Attributes/Route.php' =>
|
|
array (
|
|
0 => 'dc8a59a0d5ef5fef14d76de60598043e18692beb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\attributes\\route',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Queue/Queue.php' =>
|
|
array (
|
|
0 => 'bd48523854050c211569c31e4ba0f7c21eeb016f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\queue',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\push',
|
|
1 => 'app\\framework\\queue\\pop',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Queue/RedisQueue.php' =>
|
|
array (
|
|
0 => 'f93ab61cc02bad5647755f4649e380d17b3defa1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\redisqueue',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\__construct',
|
|
1 => 'app\\framework\\queue\\push',
|
|
2 => 'app\\framework\\queue\\pop',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Queue/FileQueue.php' =>
|
|
array (
|
|
0 => 'b1350542cc497bce982aae4a4efd434337c84728',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\filequeue',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\__construct',
|
|
1 => 'app\\framework\\queue\\push',
|
|
2 => 'app\\framework\\queue\\pop',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Queue/QueueInitializer.php' =>
|
|
array (
|
|
0 => 'eb651591956efaf1915f6d725abfe39494cee940',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\queueinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\queue\\__construct',
|
|
1 => 'app\\framework\\queue\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Context/ExecutionContext.php' =>
|
|
array (
|
|
0 => '18a36eef502d4154c76a005973dd62155a51775c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\context\\executioncontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\context\\__construct',
|
|
1 => 'app\\framework\\context\\gettype',
|
|
2 => 'app\\framework\\context\\isweb',
|
|
3 => 'app\\framework\\context\\isworker',
|
|
4 => 'app\\framework\\context\\isconsole',
|
|
5 => 'app\\framework\\context\\iscli',
|
|
6 => 'app\\framework\\context\\istest',
|
|
7 => 'app\\framework\\context\\getmetadata',
|
|
8 => 'app\\framework\\context\\detect',
|
|
9 => 'app\\framework\\context\\forworker',
|
|
10 => 'app\\framework\\context\\fortest',
|
|
11 => 'app\\framework\\context\\forconsole',
|
|
12 => 'app\\framework\\context\\forweb',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Context/ContextType.php' =>
|
|
array (
|
|
0 => '49c91d1c1607fbbce75a7dd1fdec3cbb6ae06c52',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\context\\contexttype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ServerKey.php' =>
|
|
array (
|
|
0 => '6a22c31e2312dd3e24c9c97f24cb033c6290e5fc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\serverkey',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/HttpMiddleware.php' =>
|
|
array (
|
|
0 => '266e16f2a1906324b3101a68fafe8fc7f5b2acee',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\httpmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareContext.php' =>
|
|
array (
|
|
0 => '741c8e681c0f8b9c7886a7510f6a257a680d82b6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewarecontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\withresponse',
|
|
2 => 'app\\framework\\http\\hasresponse',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ServerProtocol.php' =>
|
|
array (
|
|
0 => '5c6d10a6ad658f2105902f0e4b7f8326db4f748a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\serverprotocol',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MimeTypeResolver.php' =>
|
|
array (
|
|
0 => '45bcc174223e455cd4cdf9165aa4abcec77e83de',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\mimetyperesolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\fromextension',
|
|
1 => 'app\\framework\\http\\fromfilepath',
|
|
2 => 'app\\framework\\http\\getextensions',
|
|
3 => 'app\\framework\\http\\getpreferredextension',
|
|
4 => 'app\\framework\\http\\fromstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareManager.php' =>
|
|
array (
|
|
0 => 'b095f06bcb81ce7923ba6c10a76334fc84ac1b96',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewaremanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\buildmiddlewarestack',
|
|
2 => 'app\\framework\\http\\resolvedependencies',
|
|
3 => 'app\\framework\\http\\getdependencyinfo',
|
|
4 => 'app\\framework\\http\\getexplicitorder',
|
|
5 => 'app\\framework\\http\\getpriorityforclass',
|
|
6 => 'app\\framework\\http\\resolvepriorityfromreflection',
|
|
7 => 'app\\framework\\http\\getpriority',
|
|
8 => 'app\\framework\\http\\sortmiddlewaresbypriority',
|
|
9 => 'app\\framework\\http\\getmiddlewarepriority',
|
|
10 => 'app\\framework\\http\\clearprioritycache',
|
|
11 => 'app\\framework\\http\\getcachestats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Api/ClientLogRequest.php' =>
|
|
array (
|
|
0 => '77d1ed819a905aaeb996258d84616aab19168a3b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\api\\clientlogrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\api\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Api/ClientLogController.php' =>
|
|
array (
|
|
0 => 'd5ab0d61477ddcd16ea4db643da5f7f3b2caaffe',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\api\\clientlogcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\api\\__construct',
|
|
1 => 'app\\framework\\http\\api\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/UploadedFiles.php' =>
|
|
array (
|
|
0 => '40431ae6c144275e27f9897060a4f41bd3e6f98b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\uploadedfiles',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\get',
|
|
2 => 'app\\framework\\http\\has',
|
|
3 => 'app\\framework\\http\\all',
|
|
4 => 'app\\framework\\http\\keys',
|
|
5 => 'app\\framework\\http\\count',
|
|
6 => 'app\\framework\\http\\isempty',
|
|
7 => 'app\\framework\\http\\first',
|
|
8 => 'app\\framework\\http\\fromfilesarray',
|
|
9 => 'app\\framework\\http\\createsinglefile',
|
|
10 => 'app\\framework\\http\\createmultiplefiles',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ResolvedMiddlewareStack.php' =>
|
|
array (
|
|
0 => '64e1c44f0a07f64d32fa82864e6c483bbc00b401',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\resolvedmiddlewarestack',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\getmiddlewares',
|
|
2 => 'app\\framework\\http\\getdependencygraph',
|
|
3 => 'app\\framework\\http\\count',
|
|
4 => 'app\\framework\\http\\has',
|
|
5 => 'app\\framework\\http\\getdependenciesfor',
|
|
6 => 'app\\framework\\http\\getprovidedby',
|
|
7 => 'app\\framework\\http\\iscritical',
|
|
8 => 'app\\framework\\http\\getcriticalmiddlewares',
|
|
9 => 'app\\framework\\http\\getresolutioninfo',
|
|
10 => 'app\\framework\\http\\getdependencychains',
|
|
11 => 'app\\framework\\http\\detectcirculardependencies',
|
|
12 => 'app\\framework\\http\\detectcirculardfs',
|
|
13 => 'app\\framework\\http\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/StateKey.php' =>
|
|
array (
|
|
0 => 'bcb071474537298ab97d09aa6f0c4a2046d08336',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\statekey',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Emitter/SseEmitter.php' =>
|
|
array (
|
|
0 => '113da55d69456eeb8ba888e56009143ba21c6077',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\sseemitter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\__construct',
|
|
1 => 'app\\framework\\http\\emitter\\emit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Emitter/HttpEmitter.php' =>
|
|
array (
|
|
0 => 'fb88317d5fcc48fbf1b14e43298d2a8d435c7733',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\httpemitter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\emit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Emitter/StreamEmitter.php' =>
|
|
array (
|
|
0 => 'd2c87e058d43a02025867a0de96591f5fc29ec97',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\streamemitter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\emit',
|
|
1 => 'app\\framework\\http\\emitter\\emitrangeresponse',
|
|
2 => 'app\\framework\\http\\emitter\\streamrange',
|
|
3 => 'app\\framework\\http\\emitter\\flushoutput',
|
|
4 => 'app\\framework\\http\\emitter\\emitfullresponse',
|
|
5 => 'app\\framework\\http\\emitter\\streamfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Emitter/AdaptiveStreamEmitter.php' =>
|
|
array (
|
|
0 => 'f074f41601e6dc23efbab99d691fea784d596fa0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\adaptivestreamemitter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\emit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Emitter/Emitter.php' =>
|
|
array (
|
|
0 => 'ab366b20d07ef189f994b16385986b0cfb3b01ca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\emitter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\emit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Emitter/WebSocketEmitter.php' =>
|
|
array (
|
|
0 => 'a43964e7b7ed40c35aaffdf63de2dbf706c375b2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\websocketemitter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\emitter\\__construct',
|
|
1 => 'app\\framework\\http\\emitter\\emit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MimeType.php' =>
|
|
array (
|
|
0 => '41582cd998e1bd9af8602ce0db562cf0c840e325',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\mimetype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\isimage',
|
|
1 => 'app\\framework\\http\\isdocument',
|
|
2 => 'app\\framework\\http\\istext',
|
|
3 => 'app\\framework\\http\\isaudio',
|
|
4 => 'app\\framework\\http\\isvideo',
|
|
5 => 'app\\framework\\http\\iscompressed',
|
|
6 => 'app\\framework\\http\\isstreamable',
|
|
7 => 'app\\framework\\http\\isbinary',
|
|
8 => 'app\\framework\\http\\getextensions',
|
|
9 => 'app\\framework\\http\\getpreferredextension',
|
|
10 => 'app\\framework\\http\\fromextension',
|
|
11 => 'app\\framework\\http\\fromfilepath',
|
|
12 => 'app\\framework\\http\\fromstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ControllerRequest.php' =>
|
|
array (
|
|
0 => 'b63969b562328c362338e6cca447b40975a9d4ea',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\controllerrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareDependencyException.php' =>
|
|
array (
|
|
0 => '97699a7a27fc8825ac2ce0bfc5d8f0eb199ad66b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewaredependencyexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\getmiddlewareclass',
|
|
2 => 'app\\framework\\http\\getmissingdependencies',
|
|
3 => 'app\\framework\\http\\getcontext',
|
|
4 => 'app\\framework\\http\\missingdependencies',
|
|
5 => 'app\\framework\\http\\cannotinstantiate',
|
|
6 => 'app\\framework\\http\\circulardependency',
|
|
7 => 'app\\framework\\http\\classnotfound',
|
|
8 => 'app\\framework\\http\\interfacenotimplemented',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ResponseEmitter.php' =>
|
|
array (
|
|
0 => '90f34095c32cf301cff6be3ae29ac1527f150a11',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responseemitter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\emit',
|
|
2 => 'app\\framework\\http\\emitsseresponse',
|
|
3 => 'app\\framework\\http\\emitwebsocketresponse',
|
|
4 => 'app\\framework\\http\\emithttpresponse',
|
|
5 => 'app\\framework\\http\\emitstreamresponse',
|
|
6 => 'app\\framework\\http\\emitadaptivestreamresponse',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Next.php' =>
|
|
array (
|
|
0 => 'b8ce017f71929c14051bfa3f5129c59cfb5b8d6b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\next',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareDependencyResolver.php' =>
|
|
array (
|
|
0 => '61125f38e9cf0d51260cebca761cf9a00c6cf705',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewaredependencyresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\resolve',
|
|
2 => 'app\\framework\\http\\normalizeclassnames',
|
|
3 => 'app\\framework\\http\\builddependencygraph',
|
|
4 => 'app\\framework\\http\\extractdependenciesforsort',
|
|
5 => 'app\\framework\\http\\iscriticalmiddleware',
|
|
6 => 'app\\framework\\http\\getmiddlewaredependencies',
|
|
7 => 'app\\framework\\http\\getservicedependencies',
|
|
8 => 'app\\framework\\http\\getprovidedservices',
|
|
9 => 'app\\framework\\http\\getoptionaldependencies',
|
|
10 => 'app\\framework\\http\\ismiddleware',
|
|
11 => 'app\\framework\\http\\topologicalsort',
|
|
12 => 'app\\framework\\http\\topologicalsortvisit',
|
|
13 => 'app\\framework\\http\\filteravailablewithfallbacks',
|
|
14 => 'app\\framework\\http\\attemptfallbackinstantiation',
|
|
15 => 'app\\framework\\http\\caninstantiate',
|
|
16 => 'app\\framework\\http\\checkdependenciesmanually',
|
|
17 => 'app\\framework\\http\\validatecriticalmiddlewares',
|
|
18 => 'app\\framework\\http\\getdependencyinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/UploadedFile.php' =>
|
|
array (
|
|
0 => 'e766a24b76677b14bcdf950365b682c1bb3ca46a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\uploadedfile',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\getextension',
|
|
2 => 'app\\framework\\http\\getfilename',
|
|
3 => 'app\\framework\\http\\isvalid',
|
|
4 => 'app\\framework\\http\\getmimetype',
|
|
5 => 'app\\framework\\http\\createfortesting',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Method.php' =>
|
|
array (
|
|
0 => '6a0628e90a33e2d36a4a556ed4690b60471254fb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\method',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/SseStream.php' =>
|
|
array (
|
|
0 => '40c4cc81507357462af23eb228e9475c225080ca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\ssestream',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\start',
|
|
1 => 'app\\framework\\http\\sendevent',
|
|
2 => 'app\\framework\\http\\send',
|
|
3 => 'app\\framework\\http\\sendjson',
|
|
4 => 'app\\framework\\http\\sendheartbeat',
|
|
5 => 'app\\framework\\http\\sendretry',
|
|
6 => 'app\\framework\\http\\close',
|
|
7 => 'app\\framework\\http\\flush',
|
|
8 => 'app\\framework\\http\\isconnectionactive',
|
|
9 => 'app\\framework\\http\\isactive',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Cookies/Cookies.php' =>
|
|
array (
|
|
0 => 'cb585cf46aff38ae113bef2f3a4f2e886dd47449',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\cookies\\cookies',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\cookies\\__construct',
|
|
1 => 'app\\framework\\http\\cookies\\get',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Cookies/Cookie.php' =>
|
|
array (
|
|
0 => 'bbd8b2478b378edefdbe29ae5c248c1f9e65bb65',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\cookies\\cookie',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\cookies\\__construct',
|
|
1 => 'app\\framework\\http\\cookies\\toheaderstring',
|
|
2 => 'app\\framework\\http\\cookies\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Cookies/SameSite.php' =>
|
|
array (
|
|
0 => '4759b78d42ff7bfae9b02b1406beca70cd77c23b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\cookies\\samesite',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/HeaderManipulator.php' =>
|
|
array (
|
|
0 => '03ae4d6b2d7fdead3c6585f42ce77e135e0fb7a7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\headermanipulator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\fromstring',
|
|
1 => 'app\\framework\\http\\formatforcurl',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Range.php' =>
|
|
array (
|
|
0 => 'f35d19a0b44d7cc703f9bbd791485d824c9e4a95',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\range',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/WebSocketConnection.php' =>
|
|
array (
|
|
0 => '4f2af667b82bb6200893d160611f5c8cac4cb543',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\websocketconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\send',
|
|
2 => 'app\\framework\\http\\sendjson',
|
|
3 => 'app\\framework\\http\\sendbinary',
|
|
4 => 'app\\framework\\http\\ping',
|
|
5 => 'app\\framework\\http\\close',
|
|
6 => 'app\\framework\\http\\disconnect',
|
|
7 => 'app\\framework\\http\\createframe',
|
|
8 => 'app\\framework\\http\\setattribute',
|
|
9 => 'app\\framework\\http\\getattribute',
|
|
10 => 'app\\framework\\http\\isconnected',
|
|
11 => 'app\\framework\\http\\getid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/SimpleRequestIdGenerator.php' =>
|
|
array (
|
|
0 => '04129cdfb2569e3efecf66b0bc73a40dca46e151',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\simplerequestidgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\generate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Request.php' =>
|
|
array (
|
|
0 => '3ad1568270b541f3c8ebac70a9732238e64b9c54',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\request',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ResponseTypeDetector.php' =>
|
|
array (
|
|
0 => 'e9c4ddf9e109c8bdd3af594c077d92961f7448f5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responsetypedetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\detect',
|
|
1 => 'app\\framework\\http\\detectfromheaders',
|
|
2 => 'app\\framework\\http\\issseresponse',
|
|
3 => 'app\\framework\\http\\iswebsocketresponse',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/NamespacedState.php' =>
|
|
array (
|
|
0 => '028da05d635631fb45947a6826522806f259ad05',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\namespacedstate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\set',
|
|
2 => 'app\\framework\\http\\get',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ResponseType.php' =>
|
|
array (
|
|
0 => '1b25cdf8197e1c458571a621bc7bee3e2660dc3a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responsetype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Uri.php' =>
|
|
array (
|
|
0 => 'f0fb9addc69c3de4d9c21f853a16e7674a0849db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\uri',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\getpath',
|
|
2 => 'app\\framework\\http\\getquery',
|
|
3 => 'app\\framework\\http\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/MediaType.php' =>
|
|
array (
|
|
0 => '37352e4b66feb5a28e174244e7e0d4d2b528b56e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\mediatype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\frommimetype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/JsonResponse.php' =>
|
|
array (
|
|
0 => 'a82b0c3a54940cc15c269cc1b4c59c4ac14226c0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\jsonresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/SseResponse.php' =>
|
|
array (
|
|
0 => '71d35b9486c56ac2085d67878f7a28133fc52174',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\sseresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/RedirectResponse.php' =>
|
|
array (
|
|
0 => '1630e91590a8f8db2dbf8ebe815810a628b38753',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\redirectresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/StreamResponse.php' =>
|
|
array (
|
|
0 => 'ee0f16adce520652c49d94abbce5bf8ef2897405',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\streamresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/Streamable.php' =>
|
|
array (
|
|
0 => '579a69722205c4711f78ef312c3281c069f90ec4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\streamable',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/NotFound.php' =>
|
|
array (
|
|
0 => 'cf39f4bd9a776443d5e1f52b8dc6ef611a63acde',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\notfound',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/AdaptiveStreamResponse.php' =>
|
|
array (
|
|
0 => '3df92146b596b988ca506f2f66426075ea3b4153',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\adaptivestreamresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Responses/WebSocketResponse.php' =>
|
|
array (
|
|
0 => '4f4c7aa9ca839a247c4171cd3e3f4f8b0cc4d2c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\websocketresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responses\\__construct',
|
|
1 => 'app\\framework\\http\\responses\\generateacceptkey',
|
|
2 => 'app\\framework\\http\\responses\\getwebsocketresult',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/RequestId.php' =>
|
|
array (
|
|
0 => 'a42ef594f6ba7183912c0aa178ae8b7cc39955ba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\requestid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\generatenew',
|
|
2 => 'app\\framework\\http\\generatesignature',
|
|
3 => 'app\\framework\\http\\isvalidformat',
|
|
4 => 'app\\framework\\http\\tostring',
|
|
5 => 'app\\framework\\http\\getid',
|
|
6 => 'app\\framework\\http\\getsignature',
|
|
7 => 'app\\framework\\http\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/WebSocketServer.php' =>
|
|
array (
|
|
0 => '89bab73ed33b77dc27e10dc8494bfbea70ab9eb7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\websocketserver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\handleupgrade',
|
|
1 => 'app\\framework\\http\\messageloop',
|
|
2 => 'app\\framework\\http\\readmessage',
|
|
3 => 'app\\framework\\http\\sendpong',
|
|
4 => 'app\\framework\\http\\handleerror',
|
|
5 => 'app\\framework\\http\\closeconnection',
|
|
6 => 'app\\framework\\http\\getcurrentsocket',
|
|
7 => 'app\\framework\\http\\getsocketfromconnection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/RequestIdGenerator.php' =>
|
|
array (
|
|
0 => 'c0a38af939428c3ea3ddfb5d7cd6dff64d78c97d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\requestidgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\generate',
|
|
2 => 'app\\framework\\http\\getcurrentid',
|
|
3 => 'app\\framework\\http\\getheadername',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Response.php' =>
|
|
array (
|
|
0 => '57745357ddbf73516e5a313f565ee122b12acff1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\response',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionDataExample.php' =>
|
|
array (
|
|
0 => '4a10135e09c524d7764b60e9c6899af37c4f2c53',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessiondataexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\handleformsubmission',
|
|
2 => 'app\\framework\\http\\session\\addvalidationerrors',
|
|
3 => 'app\\framework\\http\\session\\addflashmessages',
|
|
4 => 'app\\framework\\http\\session\\updatesecuritydata',
|
|
5 => 'app\\framework\\http\\session\\displaysessioninfo',
|
|
6 => 'app\\framework\\http\\session\\cleanupolddata',
|
|
7 => 'app\\framework\\http\\session\\manageuserdata',
|
|
8 => 'app\\framework\\http\\session\\handlecomplexoperation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionKey.php' =>
|
|
array (
|
|
0 => 'a29f09a6fb1a7dc23873fe6b155758771d782d81',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionkey',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionInterface.php' =>
|
|
array (
|
|
0 => '8e674036b3a83c8f49790418ecfe1d34c28eced6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessioninterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\get',
|
|
1 => 'app\\framework\\http\\session\\set',
|
|
2 => 'app\\framework\\http\\session\\has',
|
|
3 => 'app\\framework\\http\\session\\remove',
|
|
4 => 'app\\framework\\http\\session\\clear',
|
|
5 => 'app\\framework\\http\\session\\all',
|
|
6 => 'app\\framework\\http\\session\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/FileSessionStorage.php' =>
|
|
array (
|
|
0 => '19b2d63b2df7700446864ae11501aff2b1413367',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\filesessionstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\read',
|
|
2 => 'app\\framework\\http\\session\\write',
|
|
3 => 'app\\framework\\http\\session\\remove',
|
|
4 => 'app\\framework\\http\\session\\migrate',
|
|
5 => 'app\\framework\\http\\session\\gc',
|
|
6 => 'app\\framework\\http\\session\\getsessionfilepath',
|
|
7 => 'app\\framework\\http\\session\\ensuredirectoryexists',
|
|
8 => 'app\\framework\\http\\session\\getbasepath',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionMiddleware.php' =>
|
|
array (
|
|
0 => 'ac81f8ebcbfe4bb488070d383dadc4030747bd3e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/RedisSessionStorage.php' =>
|
|
array (
|
|
0 => 'ecfdb0b72dc012a5d92b8e5e521933d04cfc0d65',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\redissessionstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\read',
|
|
2 => 'app\\framework\\http\\session\\write',
|
|
3 => 'app\\framework\\http\\session\\remove',
|
|
4 => 'app\\framework\\http\\session\\migrate',
|
|
5 => 'app\\framework\\http\\session\\getkey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionStorage.php' =>
|
|
array (
|
|
0 => 'fd05a72d4c26455ac9ed43ab81450b62ff1a0652',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\read',
|
|
1 => 'app\\framework\\http\\session\\write',
|
|
2 => 'app\\framework\\http\\session\\remove',
|
|
3 => 'app\\framework\\http\\session\\migrate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionManager.php' =>
|
|
array (
|
|
0 => 'dd52932b1ebe18969ccbc95003290f2699b15ef1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\getorcreatesession',
|
|
2 => 'app\\framework\\http\\session\\createnewsession',
|
|
3 => 'app\\framework\\http\\session\\regeneratesession',
|
|
4 => 'app\\framework\\http\\session\\savesession',
|
|
5 => 'app\\framework\\http\\session\\savesessiondata',
|
|
6 => 'app\\framework\\http\\session\\getsessionidfromcookies',
|
|
7 => 'app\\framework\\http\\session\\destroysession',
|
|
8 => 'app\\framework\\http\\session\\getcookiename',
|
|
9 => 'app\\framework\\http\\session\\getcookieconfig',
|
|
10 => 'app\\framework\\http\\session\\handlefingerprintmismatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/FlashManager.php' =>
|
|
array (
|
|
0 => '5cfcf8e9d88c7563739a65e81cc1608116eedbd4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\flashmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\mark',
|
|
2 => 'app\\framework\\http\\session\\ismarked',
|
|
3 => 'app\\framework\\http\\session\\markmultiple',
|
|
4 => 'app\\framework\\http\\session\\unmark',
|
|
5 => 'app\\framework\\http\\session\\filtersessiondata',
|
|
6 => 'app\\framework\\http\\session\\filtersessiondataobject',
|
|
7 => 'app\\framework\\http\\session\\getmarkeditems',
|
|
8 => 'app\\framework\\http\\session\\clearallmarkings',
|
|
9 => 'app\\framework\\http\\session\\hasmarkeditems',
|
|
10 => 'app\\framework\\http\\session\\getmarkedkeys',
|
|
11 => 'app\\framework\\http\\session\\__debuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SecurityManager.php' =>
|
|
array (
|
|
0 => 'c707a4cc65d398253aff49532a57e6dd05e2f3a5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\securitymanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\key',
|
|
2 => 'app\\framework\\http\\session\\initialize',
|
|
3 => 'app\\framework\\http\\session\\updatelastactivity',
|
|
4 => 'app\\framework\\http\\session\\shouldregenerateid',
|
|
5 => 'app\\framework\\http\\session\\markregenerated',
|
|
6 => 'app\\framework\\http\\session\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/FormIdGenerator.php' =>
|
|
array (
|
|
0 => 'c9323af665df6b86a3f14d45d010473368b5d071',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\formidgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\generatefromrendercontext',
|
|
1 => 'app\\framework\\http\\session\\generatefromrequestcontext',
|
|
2 => 'app\\framework\\http\\session\\generateformid',
|
|
3 => 'app\\framework\\http\\session\\extractformidsfromhtml',
|
|
4 => 'app\\framework\\http\\session\\isvalidformid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionSecurityData.php' =>
|
|
array (
|
|
0 => 'a000981f5e98a06cde45e54ea99a58ff5f67eafa',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionsecuritydata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\withlastactivity',
|
|
2 => 'app\\framework\\http\\session\\withlastregeneration',
|
|
3 => 'app\\framework\\http\\session\\toarray',
|
|
4 => 'app\\framework\\http\\session\\fromsession',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/FormDataStorage.php' =>
|
|
array (
|
|
0 => 'e841a3d390380258646621c173bca8a0347ac3ed',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\formdatastorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\store',
|
|
2 => 'app\\framework\\http\\session\\get',
|
|
3 => 'app\\framework\\http\\session\\getandflash',
|
|
4 => 'app\\framework\\http\\session\\getfield',
|
|
5 => 'app\\framework\\http\\session\\getfieldandflash',
|
|
6 => 'app\\framework\\http\\session\\has',
|
|
7 => 'app\\framework\\http\\session\\clear',
|
|
8 => 'app\\framework\\http\\session\\clearall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionFingerprint.php' =>
|
|
array (
|
|
0 => '94f0f3f27b6c0ba631c7a6fb31bd1cd2ae1dd251',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionfingerprint',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\generate',
|
|
2 => 'app\\framework\\http\\session\\validate',
|
|
3 => 'app\\framework\\http\\session\\analyzemismatch',
|
|
4 => 'app\\framework\\http\\session\\store',
|
|
5 => 'app\\framework\\http\\session\\collectfingerprintdata',
|
|
6 => 'app\\framework\\http\\session\\normalizeuseragent',
|
|
7 => 'app\\framework\\http\\session\\normalizeacceptlanguage',
|
|
8 => 'app\\framework\\http\\session\\getipprefix',
|
|
9 => 'app\\framework\\http\\session\\hashfingerprint',
|
|
10 => 'app\\framework\\http\\session\\calculatesimilarity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionId.php' =>
|
|
array (
|
|
0 => '535c2eda315e9a5d10f5c13f60d7d1bbb41feade',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\fromstring',
|
|
2 => 'app\\framework\\http\\session\\tostring',
|
|
3 => 'app\\framework\\http\\session\\__tostring',
|
|
4 => 'app\\framework\\http\\session\\equals',
|
|
5 => 'app\\framework\\http\\session\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SimpleSessionIdGenerator.php' =>
|
|
array (
|
|
0 => '02ecf4d1adb84e8663c0963c24bf7fbe8997a8e1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\simplesessionidgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\generate',
|
|
2 => 'app\\framework\\http\\session\\isvalid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/FormData.php' =>
|
|
array (
|
|
0 => '3fbb9858b06651769fdaed84b50dfac57e0b1122',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\formdata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\create',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\get',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\has',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\getfieldnames',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\withfield',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\withoutfield',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\isempty',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\count',
|
|
11 => 'app\\framework\\http\\session\\valueobjects\\getmetadata',
|
|
12 => 'app\\framework\\http\\session\\valueobjects\\isolderthan',
|
|
13 => 'app\\framework\\http\\session\\valueobjects\\getage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/ValidationError.php' =>
|
|
array (
|
|
0 => '6380c77e2667db864b286765f506d8bf6dd5f9f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\validationerror',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\create',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\getmetadata',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\isolderthan',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\getage',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\withmessage',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\withmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/SessionData.php' =>
|
|
array (
|
|
0 => '482d657e8c16d4c6c7a532ac5d81a4f2171bfb1e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\sessiondata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\getuserdata',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\hasuserdata',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\withuserdata',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\withoutuserdata',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\withformdata',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\withvalidationerrors',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\withflashmessages',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\withsecuritydata',
|
|
11 => 'app\\framework\\http\\session\\valueobjects\\withmetadata',
|
|
12 => 'app\\framework\\http\\session\\valueobjects\\withcsrfdata',
|
|
13 => 'app\\framework\\http\\session\\valueobjects\\getallkeys',
|
|
14 => 'app\\framework\\http\\session\\valueobjects\\isempty',
|
|
15 => 'app\\framework\\http\\session\\valueobjects\\getestimatedsize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/ValidationErrorCollection.php' =>
|
|
array (
|
|
0 => 'af03ffd095e3ac68e7f597aae39c81efcc111089',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\validationerrorcollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\getformerrors',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\getfielderrors',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\getfielderrormessages',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\getfirstfielderror',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\hasformerrors',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\hasfielderrors',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\witherror',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\withformerrors',
|
|
11 => 'app\\framework\\http\\session\\valueobjects\\withoutform',
|
|
12 => 'app\\framework\\http\\session\\valueobjects\\withoutfield',
|
|
13 => 'app\\framework\\http\\session\\valueobjects\\getformids',
|
|
14 => 'app\\framework\\http\\session\\valueobjects\\getfieldnames',
|
|
15 => 'app\\framework\\http\\session\\valueobjects\\isempty',
|
|
16 => 'app\\framework\\http\\session\\valueobjects\\count',
|
|
17 => 'app\\framework\\http\\session\\valueobjects\\getformerrorcount',
|
|
18 => 'app\\framework\\http\\session\\valueobjects\\getallerrors',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/SecurityDataCollection.php' =>
|
|
array (
|
|
0 => '7de6187e110d0414347c22e8a16b124cd95a0bbc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\securitydatacollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\get',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\getvalue',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\has',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\with',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\withvalue',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\without',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\getcsrftoken',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\withcsrftoken',
|
|
11 => 'app\\framework\\http\\session\\valueobjects\\getloginattempts',
|
|
12 => 'app\\framework\\http\\session\\valueobjects\\withloginattempts',
|
|
13 => 'app\\framework\\http\\session\\valueobjects\\incrementloginattempts',
|
|
14 => 'app\\framework\\http\\session\\valueobjects\\resetloginattempts',
|
|
15 => 'app\\framework\\http\\session\\valueobjects\\getsessionfingerprint',
|
|
16 => 'app\\framework\\http\\session\\valueobjects\\withsessionfingerprint',
|
|
17 => 'app\\framework\\http\\session\\valueobjects\\getkeys',
|
|
18 => 'app\\framework\\http\\session\\valueobjects\\all',
|
|
19 => 'app\\framework\\http\\session\\valueobjects\\filterbymetadata',
|
|
20 => 'app\\framework\\http\\session\\valueobjects\\getbytype',
|
|
21 => 'app\\framework\\http\\session\\valueobjects\\removeexpired',
|
|
22 => 'app\\framework\\http\\session\\valueobjects\\removeolddata',
|
|
23 => 'app\\framework\\http\\session\\valueobjects\\getbyipaddress',
|
|
24 => 'app\\framework\\http\\session\\valueobjects\\isempty',
|
|
25 => 'app\\framework\\http\\session\\valueobjects\\count',
|
|
26 => 'app\\framework\\http\\session\\valueobjects\\validatecsrftoken',
|
|
27 => 'app\\framework\\http\\session\\valueobjects\\hasexceededloginattempts',
|
|
28 => 'app\\framework\\http\\session\\valueobjects\\validatesessionfingerprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/FormDataCollection.php' =>
|
|
array (
|
|
0 => 'aa01197a174e2a189ae4cf0bab0acd5fb7b84112',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\formdatacollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\get',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\has',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\with',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\without',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\getformids',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\isempty',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\count',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\all',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/FlashMessageCollection.php' =>
|
|
array (
|
|
0 => '39c3e1e022380fa4f536444575138e624a204384',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\flashmessagecollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\add',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\addsuccess',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\adderror',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\addwarning',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\addinfo',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\getbytype',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\getsuccessmessages',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\geterrormessages',
|
|
11 => 'app\\framework\\http\\session\\valueobjects\\getwarningmessages',
|
|
12 => 'app\\framework\\http\\session\\valueobjects\\getinfomessages',
|
|
13 => 'app\\framework\\http\\session\\valueobjects\\hastype',
|
|
14 => 'app\\framework\\http\\session\\valueobjects\\hassuccess',
|
|
15 => 'app\\framework\\http\\session\\valueobjects\\haserror',
|
|
16 => 'app\\framework\\http\\session\\valueobjects\\haswarning',
|
|
17 => 'app\\framework\\http\\session\\valueobjects\\hasinfo',
|
|
18 => 'app\\framework\\http\\session\\valueobjects\\getmessagesbytype',
|
|
19 => 'app\\framework\\http\\session\\valueobjects\\getallmessages',
|
|
20 => 'app\\framework\\http\\session\\valueobjects\\removeoldmessages',
|
|
21 => 'app\\framework\\http\\session\\valueobjects\\clear',
|
|
22 => 'app\\framework\\http\\session\\valueobjects\\cleartype',
|
|
23 => 'app\\framework\\http\\session\\valueobjects\\isempty',
|
|
24 => 'app\\framework\\http\\session\\valueobjects\\count',
|
|
25 => 'app\\framework\\http\\session\\valueobjects\\countbytype',
|
|
26 => 'app\\framework\\http\\session\\valueobjects\\all',
|
|
27 => 'app\\framework\\http\\session\\valueobjects\\groupbytype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/FlashMessageType.php' =>
|
|
array (
|
|
0 => 'c73c2556963ec5228a5c0242ccc4ccc5c6fdb61b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\flashmessagetype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\getcssclass',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\geticon',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\getlabel',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\iserrortype',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\issuccesstype',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\getalltypes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/FlashMessage.php' =>
|
|
array (
|
|
0 => '1f85deec46ed65059c837f6d140f255fe80c53b2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\flashmessage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\success',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\error',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\warning',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\info',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\getmetadata',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\isolderthan',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\getage',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\istype',
|
|
11 => 'app\\framework\\http\\session\\valueobjects\\issuccess',
|
|
12 => 'app\\framework\\http\\session\\valueobjects\\iserror',
|
|
13 => 'app\\framework\\http\\session\\valueobjects\\iswarning',
|
|
14 => 'app\\framework\\http\\session\\valueobjects\\isinfo',
|
|
15 => 'app\\framework\\http\\session\\valueobjects\\getcssclass',
|
|
16 => 'app\\framework\\http\\session\\valueobjects\\geticon',
|
|
17 => 'app\\framework\\http\\session\\valueobjects\\getlabel',
|
|
18 => 'app\\framework\\http\\session\\valueobjects\\withtype',
|
|
19 => 'app\\framework\\http\\session\\valueobjects\\withmessage',
|
|
20 => 'app\\framework\\http\\session\\valueobjects\\withmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/SecurityData.php' =>
|
|
array (
|
|
0 => '093bdc48959bce0c8cd123d67f8d36a3917ad9cc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\securitydata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\create',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\csrftoken',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\loginattempt',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\sessionfingerprint',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\getmetadata',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\isolderthan',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\getage',
|
|
10 => 'app\\framework\\http\\session\\valueobjects\\isexpired',
|
|
11 => 'app\\framework\\http\\session\\valueobjects\\matchesip',
|
|
12 => 'app\\framework\\http\\session\\valueobjects\\withvalue',
|
|
13 => 'app\\framework\\http\\session\\valueobjects\\withmetadata',
|
|
14 => 'app\\framework\\http\\session\\valueobjects\\withipaddress',
|
|
15 => 'app\\framework\\http\\session\\valueobjects\\iscsrftoken',
|
|
16 => 'app\\framework\\http\\session\\valueobjects\\isloginattempt',
|
|
17 => 'app\\framework\\http\\session\\valueobjects\\issessionfingerprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValidationErrorBag.php' =>
|
|
array (
|
|
0 => '2d21aec0af8c31eaf362be000dd61256cd7aa2cd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\validationerrorbag',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\add',
|
|
2 => 'app\\framework\\http\\session\\addfromvalidationresult',
|
|
3 => 'app\\framework\\http\\session\\get',
|
|
4 => 'app\\framework\\http\\session\\getandflash',
|
|
5 => 'app\\framework\\http\\session\\has',
|
|
6 => 'app\\framework\\http\\session\\getfielderrors',
|
|
7 => 'app\\framework\\http\\session\\getfielderrorsandflash',
|
|
8 => 'app\\framework\\http\\session\\getfield',
|
|
9 => 'app\\framework\\http\\session\\getfielderrorsasstring',
|
|
10 => 'app\\framework\\http\\session\\getallerrormessages',
|
|
11 => 'app\\framework\\http\\session\\addfielderror',
|
|
12 => 'app\\framework\\http\\session\\clear',
|
|
13 => 'app\\framework\\http\\session\\clearfield',
|
|
14 => 'app\\framework\\http\\session\\clearall',
|
|
15 => 'app\\framework\\http\\session\\__debuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionInitializer.php' =>
|
|
array (
|
|
0 => 'e809dc960db3c4a38c301d8e622b2bb1ea1d007c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessioninitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\__invoke',
|
|
2 => 'app\\framework\\http\\session\\createsessionmanager',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/CsrfProtection.php' =>
|
|
array (
|
|
0 => 'b780648cad493d896994b23089f6a90a2200edb6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\csrfprotection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\generatetoken',
|
|
2 => 'app\\framework\\http\\session\\rotatetoken',
|
|
3 => 'app\\framework\\http\\session\\istokenvalid',
|
|
4 => 'app\\framework\\http\\session\\getactivetokencount',
|
|
5 => 'app\\framework\\http\\session\\validatetoken',
|
|
6 => 'app\\framework\\http\\session\\cleanupoldtokens',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionFingerprintConfig.php' =>
|
|
array (
|
|
0 => '0c262a6e4a1c8697eca467cde830e109dc7ca66b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionfingerprintconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\strict',
|
|
2 => 'app\\framework\\http\\session\\balanced',
|
|
3 => 'app\\framework\\http\\session\\minimal',
|
|
4 => 'app\\framework\\http\\session\\forapi',
|
|
5 => 'app\\framework\\http\\session\\tocomponentarray',
|
|
6 => 'app\\framework\\http\\session\\getactivecomponentcount',
|
|
7 => 'app\\framework\\http\\session\\validate',
|
|
8 => 'app\\framework\\http\\session\\fromenvironment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Session.php' =>
|
|
array (
|
|
0 => '4878afdc31c8668e0db554ae4754b8655db03a30',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\session',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\get',
|
|
2 => 'app\\framework\\http\\session\\set',
|
|
3 => 'app\\framework\\http\\session\\has',
|
|
4 => 'app\\framework\\http\\session\\remove',
|
|
5 => 'app\\framework\\http\\session\\all',
|
|
6 => 'app\\framework\\http\\session\\clear',
|
|
7 => 'app\\framework\\http\\session\\fromarray',
|
|
8 => 'app\\framework\\http\\session\\getsessiondata',
|
|
9 => 'app\\framework\\http\\session\\setsessiondata',
|
|
10 => 'app\\framework\\http\\session\\updatesessiondata',
|
|
11 => 'app\\framework\\http\\session\\__debuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionCookieConfig.php' =>
|
|
array (
|
|
0 => 'd8aae67e3e37eed266eef526819488110650b2d8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessioncookieconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\toarray',
|
|
3 => 'app\\framework\\http\\session\\fordevelopment',
|
|
4 => 'app\\framework\\http\\session\\forproduction',
|
|
5 => 'app\\framework\\http\\session\\forapi',
|
|
6 => 'app\\framework\\http\\session\\parsesamesite',
|
|
7 => 'app\\framework\\http\\session\\validate',
|
|
8 => 'app\\framework\\http\\session\\getcookiename',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Fingerprint/FingerprintMissmatch.php' =>
|
|
array (
|
|
0 => '2b2fd1b70f861f0db027a8d561ebaf8f2ef7e509',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\fingerprint\\fingerprintmissmatch',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\fingerprint\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Fingerprint/FingerprintData.php' =>
|
|
array (
|
|
0 => 'e6d59b0a57e7e30ad8e8023c15f88cbfb48fd70a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\fingerprint\\fingerprintdata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\fingerprint\\__construct',
|
|
1 => 'app\\framework\\http\\session\\fingerprint\\toarray',
|
|
2 => 'app\\framework\\http\\session\\fingerprint\\fromarray',
|
|
3 => 'app\\framework\\http\\session\\fingerprint\\getmismatchingcomponents',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/CsrfTokenGeneratedEvent.php' =>
|
|
array (
|
|
0 => '93a253c120c62674298c2dc21db9c444a8478067',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\csrftokengeneratedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/SessionRegeneratedEvent.php' =>
|
|
array (
|
|
0 => '7a76339772ff63d78b6556f45a7454a5181b10d4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\sessionregeneratedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/CsrfTokenValidatedEvent.php' =>
|
|
array (
|
|
0 => '9ac0226f31e712713b2d059cdfbb61129a8204f1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\csrftokenvalidatedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/SessionDataChangedEvent.php' =>
|
|
array (
|
|
0 => '5544be771dcce0da714730b0b33449594bf426f4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\sessiondatachangedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/FlashMessageAddedEvent.php' =>
|
|
array (
|
|
0 => '1c28aa8340e249d40fa0ab5cf42f945ce9ac2056',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\flashmessageaddedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/FlashMessageRemovedEvent.php' =>
|
|
array (
|
|
0 => '280b82a7e0172477cbb118486c1ca4506a45e962',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\flashmessageremovedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/SessionDataRemovedEvent.php' =>
|
|
array (
|
|
0 => '43f9780eadfd8ed1c68c8dec24cc688a3e387ee3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\sessiondataremovedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/SessionInvalidatedEvent.php' =>
|
|
array (
|
|
0 => '194fe0c80b810ee2f8fa45576806c034705970c7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\sessioninvalidatedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/Events/SessionClearedEvent.php' =>
|
|
array (
|
|
0 => 'aec7ab77200c65bd0818da932a108e64153e4708',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\sessionclearedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/SessionIdGenerator.php' =>
|
|
array (
|
|
0 => '7087277f3493954b977060d9d08be2adef0c85d6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\sessionidgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\generate',
|
|
1 => 'app\\framework\\http\\session\\isvalid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/InMemorySessionStorage.php' =>
|
|
array (
|
|
0 => 'ed51714bb68139ef33c7a312f82c4648f56960f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\inmemorysessionstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\read',
|
|
1 => 'app\\framework\\http\\session\\write',
|
|
2 => 'app\\framework\\http\\session\\remove',
|
|
3 => 'app\\framework\\http\\session\\migrate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/FlashBag.php' =>
|
|
array (
|
|
0 => 'f5666e09528a5a29b06aad72317b9c824baca3b5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\flashbag',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\__construct',
|
|
1 => 'app\\framework\\http\\session\\add',
|
|
2 => 'app\\framework\\http\\session\\get',
|
|
3 => 'app\\framework\\http\\session\\has',
|
|
4 => 'app\\framework\\http\\session\\all',
|
|
5 => 'app\\framework\\http\\session\\addsuccess',
|
|
6 => 'app\\framework\\http\\session\\adderror',
|
|
7 => 'app\\framework\\http\\session\\addwarning',
|
|
8 => 'app\\framework\\http\\session\\addinfo',
|
|
9 => 'app\\framework\\http\\session\\getsuccess',
|
|
10 => 'app\\framework\\http\\session\\geterror',
|
|
11 => 'app\\framework\\http\\session\\getwarning',
|
|
12 => 'app\\framework\\http\\session\\getinfo',
|
|
13 => 'app\\framework\\http\\session\\age',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewarePriority.php' =>
|
|
array (
|
|
0 => '631a44e53d0ef9a5b6ecd7254320d53e49765313',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewarepriority',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/RequestManipulator.php' =>
|
|
array (
|
|
0 => 'e31ffa0b329cea1b138dcab4f9b4fa81410996c1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\requestmanipulator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\withheader',
|
|
1 => 'app\\framework\\http\\withheaders',
|
|
2 => 'app\\framework\\http\\withoutheader',
|
|
3 => 'app\\framework\\http\\withaddedheaders',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/RequestFactory.php' =>
|
|
array (
|
|
0 => '0042e1d20766f516fe143b33420a0f586c87007f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\requestfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\createfromglobals',
|
|
2 => 'app\\framework\\http\\createfromcomponents',
|
|
3 => 'app\\framework\\http\\createfromrawhttp',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MimeTypeAnalyzer.php' =>
|
|
array (
|
|
0 => '0749b409571d23a99fa4ba213ce9ee0a5c016d18',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\mimetypeanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\isimage',
|
|
1 => 'app\\framework\\http\\isdocument',
|
|
2 => 'app\\framework\\http\\istext',
|
|
3 => 'app\\framework\\http\\isaudio',
|
|
4 => 'app\\framework\\http\\isvideo',
|
|
5 => 'app\\framework\\http\\iscompressed',
|
|
6 => 'app\\framework\\http\\isstreamable',
|
|
7 => 'app\\framework\\http\\isbinary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/UploadError.php' =>
|
|
array (
|
|
0 => '9758ce40eda6539c2448c0e7ce8edf5e3793d33f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\uploaderror',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\fromuploaderror',
|
|
1 => 'app\\framework\\http\\getmessage',
|
|
2 => 'app\\framework\\http\\iserror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/RequestStateManager.php' =>
|
|
array (
|
|
0 => '25f030bd49fde018077fc11ce949faa7a5c4597e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\requeststatemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\namespace',
|
|
2 => 'app\\framework\\http\\set',
|
|
3 => 'app\\framework\\http\\get',
|
|
4 => 'app\\framework\\http\\has',
|
|
5 => 'app\\framework\\http\\remove',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/IpAddress.php' =>
|
|
array (
|
|
0 => '07bd18f7d693fe1d189ba9513de4edece87eefea',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\ipaddress',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\from',
|
|
2 => 'app\\framework\\http\\fromrequest',
|
|
3 => 'app\\framework\\http\\localhost',
|
|
4 => 'app\\framework\\http\\isvalid',
|
|
5 => 'app\\framework\\http\\isprivate',
|
|
6 => 'app\\framework\\http\\ispublic',
|
|
7 => 'app\\framework\\http\\isreserved',
|
|
8 => 'app\\framework\\http\\isloopback',
|
|
9 => 'app\\framework\\http\\isv4',
|
|
10 => 'app\\framework\\http\\isv6',
|
|
11 => 'app\\framework\\http\\equals',
|
|
12 => 'app\\framework\\http\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewarePriorityAttribute.php' =>
|
|
array (
|
|
0 => '0a6b77f0c7bf950063315429eb8f12c6722b128f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewarepriorityattribute',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ServerEnvironment.php' =>
|
|
array (
|
|
0 => '7a25c49d771b0846964cc46f6a20f441ced9948d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\serverenvironment',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\fromglobals',
|
|
2 => 'app\\framework\\http\\get',
|
|
3 => 'app\\framework\\http\\has',
|
|
4 => 'app\\framework\\http\\getremoteaddr',
|
|
5 => 'app\\framework\\http\\getuseragent',
|
|
6 => 'app\\framework\\http\\getservername',
|
|
7 => 'app\\framework\\http\\getserverport',
|
|
8 => 'app\\framework\\http\\getrequesturi',
|
|
9 => 'app\\framework\\http\\getscriptname',
|
|
10 => 'app\\framework\\http\\gethttphost',
|
|
11 => 'app\\framework\\http\\ishttps',
|
|
12 => 'app\\framework\\http\\getrequestmethod',
|
|
13 => 'app\\framework\\http\\getquerystring',
|
|
14 => 'app\\framework\\http\\getclientip',
|
|
15 => 'app\\framework\\http\\getprotocol',
|
|
16 => 'app\\framework\\http\\getclientipstring',
|
|
17 => 'app\\framework\\http\\getreferer',
|
|
18 => 'app\\framework\\http\\getrefereruri',
|
|
19 => 'app\\framework\\http\\hasreferer',
|
|
20 => 'app\\framework\\http\\isreferersamedomain',
|
|
21 => 'app\\framework\\http\\getsaferefererurl',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/HttpMiddlewareChain.php' =>
|
|
array (
|
|
0 => '058615a1d5de602cb5a309a61938dcf14b9fddd5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\httpmiddlewarechain',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\handle',
|
|
2 => 'app\\framework\\http\\doprocessmiddlewarestack',
|
|
3 => 'app\\framework\\http\\__construct',
|
|
4 => 'app\\framework\\http\\__invoke',
|
|
5 => 'app\\framework\\http\\getmiddlewarename',
|
|
6 => 'app\\framework\\http\\analyzeresponsechanges',
|
|
7 => 'app\\framework\\http\\logdebug',
|
|
8 => 'app\\framework\\http\\loginfo',
|
|
9 => 'app\\framework\\http\\processmiddlewarestack',
|
|
10 => 'app\\framework\\http\\logerror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Services/IpSecurityService.php' =>
|
|
array (
|
|
0 => '04938dc68dba34a6ea5d73add727819d7407fac1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\services\\ipsecurityservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\services\\__construct',
|
|
1 => 'app\\framework\\http\\services\\istrusted',
|
|
2 => 'app\\framework\\http\\services\\isblocked',
|
|
3 => 'app\\framework\\http\\services\\getrisklevel',
|
|
4 => 'app\\framework\\http\\services\\anonymize',
|
|
5 => 'app\\framework\\http\\services\\matches',
|
|
6 => 'app\\framework\\http\\services\\insubnet',
|
|
7 => 'app\\framework\\http\\services\\insubnetv4',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Services/IpNetworkService.php' =>
|
|
array (
|
|
0 => '92fb2a382df1d4610899bd7f279b287ed0302455',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\services\\ipnetworkservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\services\\getsubnet',
|
|
1 => 'app\\framework\\http\\services\\insamesubnet',
|
|
2 => 'app\\framework\\http\\services\\getlocationcontext',
|
|
3 => 'app\\framework\\http\\services\\generatefingerprint',
|
|
4 => 'app\\framework\\http\\services\\getsubnetv4',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Services/IpRiskLevel.php' =>
|
|
array (
|
|
0 => '5856381e13093cfcd3fbb56bceba761af9c8c9f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\services\\iprisklevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\services\\getscore',
|
|
1 => 'app\\framework\\http\\services\\getname',
|
|
2 => 'app\\framework\\http\\services\\shouldblock',
|
|
3 => 'app\\framework\\http\\services\\shouldlimit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/RequestBody.php' =>
|
|
array (
|
|
0 => '27fb1e89b7a6e460a3a1c176adcbbd0bcf0fd6db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\requestbody',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\get',
|
|
2 => 'app\\framework\\http\\has',
|
|
3 => 'app\\framework\\http\\all',
|
|
4 => 'app\\framework\\http\\only',
|
|
5 => 'app\\framework\\http\\except',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Exception/HttpException.php' =>
|
|
array (
|
|
0 => '5a87031e984556190fff456d53b9f55d3215f414',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\exception\\httpexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Exception/NotFound.php' =>
|
|
array (
|
|
0 => '8c7354eb77f4e012f276eaefa2b7f4f357806c89',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\exception\\notfound',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/ResponseManipulator.php' =>
|
|
array (
|
|
0 => 'c714034dadc5aeadbf47616abeab3a1e45505717',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\responsemanipulator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\withbody',
|
|
1 => 'app\\framework\\http\\withheader',
|
|
2 => 'app\\framework\\http\\withheaders',
|
|
3 => 'app\\framework\\http\\withstatus',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/HeaderKey.php' =>
|
|
array (
|
|
0 => '76747bf334752d6b817c15aaed8881d2c4e27a6f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\headerkey',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareManagerInterface.php' =>
|
|
array (
|
|
0 => 'af291a80cdb21baa6ddcca2cb16df818c25ebe54',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewaremanagerinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/HttpRequest.php' =>
|
|
array (
|
|
0 => 'a41706a2d4aeabf651db40ab55eb44165bb967f2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\httprequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\getquery',
|
|
2 => 'app\\framework\\http\\geturi',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/SecurityHeaderConfig.php' =>
|
|
array (
|
|
0 => '0179b51fad4a797d15f2b1d861396648cd213920',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\securityheaderconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\fordevelopment',
|
|
2 => 'app\\framework\\http\\middlewares\\forproduction',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/SecurityHeaderMiddleware.php' =>
|
|
array (
|
|
0 => '8da98655607cd0abc95418c583cba9723834e882',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\securityheadermiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\getsecurityheaders',
|
|
3 => 'app\\framework\\http\\middlewares\\shouldaddheader',
|
|
4 => 'app\\framework\\http\\middlewares\\removepoweredbyheader',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/HoneypotMiddleware.php' =>
|
|
array (
|
|
0 => 'a5310b5a80e6f9681be22a392590ae919d44e44a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\honeypotmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\validatehoneypot',
|
|
3 => 'app\\framework\\http\\middlewares\\validatesubmissiontime',
|
|
4 => 'app\\framework\\http\\middlewares\\logsuspiciousactivity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/CORSMiddleware.php' =>
|
|
array (
|
|
0 => '5d8fc18756fa9234628394debb7c68a11d529728',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\corsmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/RequestIdMiddleware.php' =>
|
|
array (
|
|
0 => 'dde971e3deac2c19dc6ca807f23ef22d4ea2ec7d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\requestidmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/LoggingMiddleware.php' =>
|
|
array (
|
|
0 => '070216f89328b8e94576258d12feb418c323b7e9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\loggingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/RequestLoggingMiddleware.php' =>
|
|
array (
|
|
0 => '061174719aa8b7316b6208cfc4d490fa329e1f96',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\requestloggingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/ControllerRequestMiddleware.php' =>
|
|
array (
|
|
0 => '6aea5a9e0f08901bfc773d4ee37b396b93cfc099',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\controllerrequestmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/FormDataResponseMiddleware.php' =>
|
|
array (
|
|
0 => '4c8d7828af76be9b9d65df414d6752e30fdfceae',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\formdataresponsemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\processformplaceholders',
|
|
3 => 'app\\framework\\http\\middlewares\\replacetokenforformid',
|
|
4 => 'app\\framework\\http\\middlewares\\replaceoldinputforform',
|
|
5 => 'app\\framework\\http\\middlewares\\replaceerrorsforform',
|
|
6 => 'app\\framework\\http\\middlewares\\cleanupoldinputplaceholders',
|
|
7 => 'app\\framework\\http\\middlewares\\cleanuperrorplaceholders',
|
|
8 => 'app\\framework\\http\\middlewares\\removeerrordisplay',
|
|
9 => 'app\\framework\\http\\middlewares\\adderrorclasstofield',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/RemovePoweredByMiddleware.php' =>
|
|
array (
|
|
0 => '1e1564bad0af7836abfc31a30aa70ac795bc6559',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\removepoweredbymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/ExceptionHandlingMiddleware.php' =>
|
|
array (
|
|
0 => '194ed53dd9e5c84e6841d7fccef868f21795db76',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\exceptionhandlingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/AuthMiddleware.php' =>
|
|
array (
|
|
0 => '6194a2deba8537b2cb1f5b924410b8e3ca18a671',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\authmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/DefaultResponseMiddleware.php' =>
|
|
array (
|
|
0 => 'b78c58adde481d95aa0fede8c997e09a8f1e137c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\defaultresponsemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/RateLimitMiddleware.php' =>
|
|
array (
|
|
0 => 'a3b91c2d3d0e5297015bd26d537554252f6866f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\ratelimitmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\getclientip',
|
|
3 => 'app\\framework\\http\\middlewares\\isexempt',
|
|
4 => 'app\\framework\\http\\middlewares\\checkratelimit',
|
|
5 => 'app\\framework\\http\\middlewares\\generateratelimitkey',
|
|
6 => 'app\\framework\\http\\middlewares\\handleratelimitexceeded',
|
|
7 => 'app\\framework\\http\\middlewares\\addratelimitheaders',
|
|
8 => 'app\\framework\\http\\middlewares\\logsecurityevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/ServeStaticFilesMiddleware.php' =>
|
|
array (
|
|
0 => '4fc132de2670eabec732e5bd15e8a34d477ac278',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\servestaticfilesmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\servestaticfile',
|
|
3 => 'app\\framework\\http\\middlewares\\sanitizepath',
|
|
4 => 'app\\framework\\http\\middlewares\\getcachecontrolheader',
|
|
5 => 'app\\framework\\http\\middlewares\\notfound',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/ResponseGeneratorMiddleware.php' =>
|
|
array (
|
|
0 => 'd45e4c0cf8c69a28c8090a2f9c3de6b17858ea0b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\responsegeneratormiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/RoutingMiddleware.php' =>
|
|
array (
|
|
0 => 'd4ecd3a9a9942b3c4d60cdac2b771a2aecc15db0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\routingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\contentnegotiation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/CsrfMiddleware.php' =>
|
|
array (
|
|
0 => '327caf7df61de39765dc8dc5978da656b6f748f4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\csrfmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\validatecsrftoken',
|
|
3 => 'app\\framework\\http\\middlewares\\rotatetokenifneeded',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareStateManager.php' =>
|
|
array (
|
|
0 => 'e400a73e0ad1d11aff7bafcfbed31ac04c91ccc6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewarestatemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\forrequest',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/HttpMiddlewareChainInterface.php' =>
|
|
array (
|
|
0 => 'be5cb572e68bd2dff28566ed8e98a307dd14361a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\httpmiddlewarechaininterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Status.php' =>
|
|
array (
|
|
0 => '8c20ac00d20a6a1925285bc438dbeadbfefe8624',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\status',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\getdescription',
|
|
1 => 'app\\framework\\http\\issuccess',
|
|
2 => 'app\\framework\\http\\isredirection',
|
|
3 => 'app\\framework\\http\\isclienterror',
|
|
4 => 'app\\framework\\http\\isservererror',
|
|
5 => 'app\\framework\\http\\iserror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/HttpRequestParser.php' =>
|
|
array (
|
|
0 => '11d549557fa7ee312cad567d55d72435cd42ad0e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\httprequestparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\createwebconfig',
|
|
2 => 'app\\framework\\http\\parser\\parsefromglobals',
|
|
3 => 'app\\framework\\http\\parser\\parserequest',
|
|
4 => 'app\\framework\\http\\parser\\parserawhttprequest',
|
|
5 => 'app\\framework\\http\\parser\\extractboundary',
|
|
6 => 'app\\framework\\http\\parser\\validaterequestbodysize',
|
|
7 => 'app\\framework\\http\\parser\\validateurilength',
|
|
8 => 'app\\framework\\http\\parser\\shouldusestreamingparser',
|
|
9 => 'app\\framework\\http\\parser\\parsewithstreamingparser',
|
|
10 => 'app\\framework\\http\\parser\\addarrayfile',
|
|
11 => 'app\\framework\\http\\parser\\addarrayvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/ParserCache.php' =>
|
|
array (
|
|
0 => '8ded6d70867830210284e6421bde7dff0df9540b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\parsercache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\getquerystring',
|
|
2 => 'app\\framework\\http\\parser\\setquerystring',
|
|
3 => 'app\\framework\\http\\parser\\getheaders',
|
|
4 => 'app\\framework\\http\\parser\\setheaders',
|
|
5 => 'app\\framework\\http\\parser\\getcookies',
|
|
6 => 'app\\framework\\http\\parser\\setcookies',
|
|
7 => 'app\\framework\\http\\parser\\getboundary',
|
|
8 => 'app\\framework\\http\\parser\\setboundary',
|
|
9 => 'app\\framework\\http\\parser\\clearall',
|
|
10 => 'app\\framework\\http\\parser\\cleartype',
|
|
11 => 'app\\framework\\http\\parser\\getstats',
|
|
12 => 'app\\framework\\http\\parser\\generatecachekey',
|
|
13 => 'app\\framework\\http\\parser\\shouldcache',
|
|
14 => 'app\\framework\\http\\parser\\containssensitivedata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/FormDataParser.php' =>
|
|
array (
|
|
0 => '83691693e1e5148a8727b16fa16fb66334d275b6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\formdataparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\parse',
|
|
2 => 'app\\framework\\http\\parser\\parseurlencoded',
|
|
3 => 'app\\framework\\http\\parser\\parsemultipart',
|
|
4 => 'app\\framework\\http\\parser\\extractboundary',
|
|
5 => 'app\\framework\\http\\parser\\parsecontentdisposition',
|
|
6 => 'app\\framework\\http\\parser\\assignfieldvalue',
|
|
7 => 'app\\framework\\http\\parser\\assignnestedvalue',
|
|
8 => 'app\\framework\\http\\parser\\validatefieldcontent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/QueryStringParser.php' =>
|
|
array (
|
|
0 => '7857321e7ee14e26791b7060d23c621c9354c765',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\querystringparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\parse',
|
|
2 => 'app\\framework\\http\\parser\\decodecomponent',
|
|
3 => 'app\\framework\\http\\parser\\assignvalue',
|
|
4 => 'app\\framework\\http\\parser\\assignarrayvalue',
|
|
5 => 'app\\framework\\http\\parser\\parsearraykeys',
|
|
6 => 'app\\framework\\http\\parser\\assignnestedvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/ParserConfig.php' =>
|
|
array (
|
|
0 => '33acf2c7861829b70a5bbf2b9d7d4a0954a28f78',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\parserconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\development',
|
|
2 => 'app\\framework\\http\\parser\\production',
|
|
3 => 'app\\framework\\http\\parser\\highsecurity',
|
|
4 => 'app\\framework\\http\\parser\\gettempdirectory',
|
|
5 => 'app\\framework\\http\\parser\\isfileextensionallowed',
|
|
6 => 'app\\framework\\http\\parser\\validatefilesize',
|
|
7 => 'app\\framework\\http\\parser\\validatetotaluploadsize',
|
|
8 => 'app\\framework\\http\\parser\\validateformdatasize',
|
|
9 => 'app\\framework\\http\\parser\\validaterequestbodysize',
|
|
10 => 'app\\framework\\http\\parser\\shouldusestreaming',
|
|
11 => 'app\\framework\\http\\parser\\default',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/HeaderParser.php' =>
|
|
array (
|
|
0 => '5d1e2e25f42202d4f1e3dbab219206c78373e11a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\headerparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\parserawheaders',
|
|
2 => 'app\\framework\\http\\parser\\parsefromserverarray',
|
|
3 => 'app\\framework\\http\\parser\\parsefromgetallheaders',
|
|
4 => 'app\\framework\\http\\parser\\parsecurrentrequestheaders',
|
|
5 => 'app\\framework\\http\\parser\\normalizeheadername',
|
|
6 => 'app\\framework\\http\\parser\\parsecontenttype',
|
|
7 => 'app\\framework\\http\\parser\\validateheadercontent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/StreamingParser.php' =>
|
|
array (
|
|
0 => 'b275ea62abce04e100e370b6b67fd7a257693d04',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\streamingparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\streammultipart',
|
|
2 => 'app\\framework\\http\\parser\\parsepartheaders',
|
|
3 => 'app\\framework\\http\\parser\\finalizepart',
|
|
4 => 'app\\framework\\http\\parser\\parsefilesfromstream',
|
|
5 => 'app\\framework\\http\\parser\\addarrayfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/CookieParser.php' =>
|
|
array (
|
|
0 => 'e0f6c26b061df159d1b87b17d929b0a053eb0a63',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\cookieparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\parsecookieheader',
|
|
2 => 'app\\framework\\http\\parser\\parsetocookies',
|
|
3 => 'app\\framework\\http\\parser\\parsesetcookieheader',
|
|
4 => 'app\\framework\\http\\parser\\parsesetcookieheaders',
|
|
5 => 'app\\framework\\http\\parser\\validatecookiecontent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/Exception/ParserSecurityException.php' =>
|
|
array (
|
|
0 => '59316e3b4faf9b5a2a066ac7971e2f7d1781b19f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\exception\\parsersecurityexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\exception\\filesizeexceeded',
|
|
1 => 'app\\framework\\http\\parser\\exception\\filecountexceeded',
|
|
2 => 'app\\framework\\http\\parser\\exception\\totaluploadsizeexceeded',
|
|
3 => 'app\\framework\\http\\parser\\exception\\fileextensionblocked',
|
|
4 => 'app\\framework\\http\\parser\\exception\\fileextensionnotallowed',
|
|
5 => 'app\\framework\\http\\parser\\exception\\formdatasizeexceeded',
|
|
6 => 'app\\framework\\http\\parser\\exception\\fieldcountexceeded',
|
|
7 => 'app\\framework\\http\\parser\\exception\\fieldnametoolong',
|
|
8 => 'app\\framework\\http\\parser\\exception\\fieldvaluetoolong',
|
|
9 => 'app\\framework\\http\\parser\\exception\\maxpartsexceeded',
|
|
10 => 'app\\framework\\http\\parser\\exception\\querystringsizeexceeded',
|
|
11 => 'app\\framework\\http\\parser\\exception\\queryparametercountexceeded',
|
|
12 => 'app\\framework\\http\\parser\\exception\\headercountexceeded',
|
|
13 => 'app\\framework\\http\\parser\\exception\\headersizeexceeded',
|
|
14 => 'app\\framework\\http\\parser\\exception\\cookiecountexceeded',
|
|
15 => 'app\\framework\\http\\parser\\exception\\cookienametoolong',
|
|
16 => 'app\\framework\\http\\parser\\exception\\cookievaluetoolong',
|
|
17 => 'app\\framework\\http\\parser\\exception\\multipartpartsexceeded',
|
|
18 => 'app\\framework\\http\\parser\\exception\\requestbodysizeexceeded',
|
|
19 => 'app\\framework\\http\\parser\\exception\\maliciouscontentdetected',
|
|
20 => 'app\\framework\\http\\parser\\exception\\mimetypemismatch',
|
|
21 => 'app\\framework\\http\\parser\\exception\\headernametoolong',
|
|
22 => 'app\\framework\\http\\parser\\exception\\headervaluetoolong',
|
|
23 => 'app\\framework\\http\\parser\\exception\\boundarytoolong',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Parser/FileUploadParser.php' =>
|
|
array (
|
|
0 => '865805c9362cc06f6f45667bd3fe4f451a9453c2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\fileuploadparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\parser\\__construct',
|
|
1 => 'app\\framework\\http\\parser\\parsemultipart',
|
|
2 => 'app\\framework\\http\\parser\\parsefilepart',
|
|
3 => 'app\\framework\\http\\parser\\parsepartheaders',
|
|
4 => 'app\\framework\\http\\parser\\parsecontentdisposition',
|
|
5 => 'app\\framework\\http\\parser\\decodeextendedfilename',
|
|
6 => 'app\\framework\\http\\parser\\createtempfile',
|
|
7 => 'app\\framework\\http\\parser\\addfiletoarray',
|
|
8 => 'app\\framework\\http\\parser\\setnestedvalue',
|
|
9 => 'app\\framework\\http\\parser\\validatefileextension',
|
|
10 => 'app\\framework\\http\\parser\\validatefilecontent',
|
|
11 => 'app\\framework\\http\\parser\\detectmimetype',
|
|
12 => 'app\\framework\\http\\parser\\ismimetypecompatible',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Headers.php' =>
|
|
array (
|
|
0 => '30a9aa5aeb0095359b5520ffe404b80999c0523f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\headers',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\with',
|
|
2 => 'app\\framework\\http\\withadded',
|
|
3 => 'app\\framework\\http\\without',
|
|
4 => 'app\\framework\\http\\get',
|
|
5 => 'app\\framework\\http\\getfirst',
|
|
6 => 'app\\framework\\http\\has',
|
|
7 => 'app\\framework\\http\\all',
|
|
8 => 'app\\framework\\http\\normalizename',
|
|
9 => 'app\\framework\\http\\toarray',
|
|
10 => 'app\\framework\\http\\getnameasstring',
|
|
11 => 'app\\framework\\http\\parsefromarray',
|
|
12 => 'app\\framework\\http\\isinternalformat',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/HttpResponse.php' =>
|
|
array (
|
|
0 => '7de40d75658aec3cf5d28be777164ca886d76ced',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\httpresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Streaming/AdaptivePlaylist.php' =>
|
|
array (
|
|
0 => '08cd107764bce9fa9543fdc339a6565ed68fc153',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\adaptiveplaylist',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\__construct',
|
|
1 => 'app\\framework\\http\\streaming\\addrepresentation',
|
|
2 => 'app\\framework\\http\\streaming\\addsegment',
|
|
3 => 'app\\framework\\http\\streaming\\generate',
|
|
4 => 'app\\framework\\http\\streaming\\generatehls',
|
|
5 => 'app\\framework\\http\\streaming\\generatedash',
|
|
6 => 'app\\framework\\http\\streaming\\generatehlsmaster',
|
|
7 => 'app\\framework\\http\\streaming\\generatehlsmedia',
|
|
8 => 'app\\framework\\http\\streaming\\generatedashmanifest',
|
|
9 => 'app\\framework\\http\\streaming\\getrepresentations',
|
|
10 => 'app\\framework\\http\\streaming\\getsegments',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Streaming/AdaptiveStreamingController.php' =>
|
|
array (
|
|
0 => '0fdc991f2d22981003a2d9465b67f283daa06588',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\adaptivestreamingcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\manifest',
|
|
1 => 'app\\framework\\http\\streaming\\hlsmanifest',
|
|
2 => 'app\\framework\\http\\streaming\\dashmanifest',
|
|
3 => 'app\\framework\\http\\streaming\\hlsmediaplaylist',
|
|
4 => 'app\\framework\\http\\streaming\\segment',
|
|
5 => 'app\\framework\\http\\streaming\\createmanifest',
|
|
6 => 'app\\framework\\http\\streaming\\detectpreferredformat',
|
|
7 => 'app\\framework\\http\\streaming\\getvideosegments',
|
|
8 => 'app\\framework\\http\\streaming\\getsegmentpath',
|
|
9 => 'app\\framework\\http\\streaming\\getsegmentmimetype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Streaming/MimeTypeDetector.php' =>
|
|
array (
|
|
0 => '9a44c944efdc75b2bc64f91add85243e968fa7f0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\mimetypedetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\detect',
|
|
1 => 'app\\framework\\http\\streaming\\isstreamable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Streaming/StreamRepresentation.php' =>
|
|
array (
|
|
0 => 'b54bf70fe541629f420f80f9fdf5b665d640c9c8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\streamrepresentation',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Streaming/StreamingFormat.php' =>
|
|
array (
|
|
0 => 'b8ec338cf7a5db8bd192ab1850a730cdd88288a7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\streamingformat',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\getcontenttype',
|
|
1 => 'app\\framework\\http\\streaming\\getfileextension',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Streaming/PlaylistType.php' =>
|
|
array (
|
|
0 => '80cb1a7f421a75a0da8dd4a4787ee26fd91bd860',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\playlisttype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Streaming/RangeParser.php' =>
|
|
array (
|
|
0 => '88269c090d01ffec0cb7c28c006b7dc22b8ad0e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\rangeparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\streaming\\parserange',
|
|
1 => 'app\\framework\\http\\streaming\\parsemultipleranges',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareInvoker.php' =>
|
|
array (
|
|
0 => 'b64969f69270db943560f6e3a4e2e8f9c4224788',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewareinvoker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\invoke',
|
|
2 => 'app\\framework\\http\\gettimeoutformiddleware',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Ulid/StringConverter.php' =>
|
|
array (
|
|
0 => '2cc9e127ee03ac8c8c07d1da1df85977e2b9529b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\stringconverter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\encodebase32',
|
|
1 => 'app\\framework\\ulid\\decodebase32',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Ulid/UlidValidator.php' =>
|
|
array (
|
|
0 => '0c6a446317f7675bb83583e5d86aa25d2eef66ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\ulidvalidator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\isvalid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Ulid/UlidParser.php' =>
|
|
array (
|
|
0 => 'c299cd9659ff08f4173aba32cbd265124fa97d3e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\ulidparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\__construct',
|
|
1 => 'app\\framework\\ulid\\gettimestampms',
|
|
2 => 'app\\framework\\ulid\\getdatetime',
|
|
3 => 'app\\framework\\ulid\\charvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Ulid/Ulid.php' =>
|
|
array (
|
|
0 => '7340cce84ffb6b05b6d987e1615289f1ab8c2217',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\ulid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\__construct',
|
|
1 => 'app\\framework\\ulid\\frombase32',
|
|
2 => 'app\\framework\\ulid\\tobinary',
|
|
3 => 'app\\framework\\ulid\\__tostring',
|
|
4 => 'app\\framework\\ulid\\jsonserialize',
|
|
5 => 'app\\framework\\ulid\\gettimestampms',
|
|
6 => 'app\\framework\\ulid\\getdatetime',
|
|
7 => 'app\\framework\\ulid\\isvalid',
|
|
8 => 'app\\framework\\ulid\\fromstring',
|
|
9 => 'app\\framework\\ulid\\__debuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Ulid/UlidGenerator.php' =>
|
|
array (
|
|
0 => 'e6a96e4a1c540f82a0db35876bcba2d26f2d50bc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\ulidgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ulid\\generate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/HealthCheckManager.php' =>
|
|
array (
|
|
0 => 'c0ac880e520f2f8b619ae1604d9ab3e8556ed3ec',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\healthcheckmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\__construct',
|
|
1 => 'app\\framework\\health\\registerhealthcheck',
|
|
2 => 'app\\framework\\health\\runallchecks',
|
|
3 => 'app\\framework\\health\\runcheck',
|
|
4 => 'app\\framework\\health\\runchecksbycategory',
|
|
5 => 'app\\framework\\health\\runsinglecheck',
|
|
6 => 'app\\framework\\health\\getregisteredchecks',
|
|
7 => 'app\\framework\\health\\getchecksbycategory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/HealthCheckInterface.php' =>
|
|
array (
|
|
0 => 'ec3e40749112d6b00d5bfcc5a6b10a9d06f759ee',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\healthcheckinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\check',
|
|
1 => 'app\\framework\\health\\getname',
|
|
2 => 'app\\framework\\health\\getcategory',
|
|
3 => 'app\\framework\\health\\gettimeout',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/HealthCheckManagerInitializer.php' =>
|
|
array (
|
|
0 => '6c54a16547bd62daf7d4c894055a4c91b9d4d3e1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\healthcheckmanagerinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\__construct',
|
|
1 => 'app\\framework\\health\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/HealthCheckResult.php' =>
|
|
array (
|
|
0 => '5fd327ea7a5ecf2ec146bec4a5db53fe2155e5e3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\healthcheckresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\__construct',
|
|
1 => 'app\\framework\\health\\ishealthy',
|
|
2 => 'app\\framework\\health\\iswarning',
|
|
3 => 'app\\framework\\health\\isunhealthy',
|
|
4 => 'app\\framework\\health\\toarray',
|
|
5 => 'app\\framework\\health\\healthy',
|
|
6 => 'app\\framework\\health\\warning',
|
|
7 => 'app\\framework\\health\\unhealthy',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/HealthStatus.php' =>
|
|
array (
|
|
0 => 'c1ffd5c5f6d3b025d42c31b397de24f74e3c504e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\healthstatus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\getcolor',
|
|
1 => 'app\\framework\\health\\geticon',
|
|
2 => 'app\\framework\\health\\getpriority',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/Checks/DatabaseHealthCheck.php' =>
|
|
array (
|
|
0 => '6eecbd2b66b9e81d70f384e92455b985da5ec52d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\databasehealthcheck',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\__construct',
|
|
1 => 'app\\framework\\health\\checks\\check',
|
|
2 => 'app\\framework\\health\\checks\\getname',
|
|
3 => 'app\\framework\\health\\checks\\getcategory',
|
|
4 => 'app\\framework\\health\\checks\\gettimeout',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/Checks/SystemHealthCheck.php' =>
|
|
array (
|
|
0 => '2acb4880c1a0137268a459b3fea7ef862c99fdf5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\systemhealthcheck',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\__construct',
|
|
1 => 'app\\framework\\health\\checks\\check',
|
|
2 => 'app\\framework\\health\\checks\\getmemorylimit',
|
|
3 => 'app\\framework\\health\\checks\\getname',
|
|
4 => 'app\\framework\\health\\checks\\getcategory',
|
|
5 => 'app\\framework\\health\\checks\\gettimeout',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/Checks/CacheHealthCheck.php' =>
|
|
array (
|
|
0 => '69348979f7e114181f5e7cb8bd7da41a18fc34c8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\cachehealthcheck',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\__construct',
|
|
1 => 'app\\framework\\health\\checks\\check',
|
|
2 => 'app\\framework\\health\\checks\\getname',
|
|
3 => 'app\\framework\\health\\checks\\getcategory',
|
|
4 => 'app\\framework\\health\\checks\\gettimeout',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/Checks/DiskSpaceHealthCheck.php' =>
|
|
array (
|
|
0 => 'e3083a1c3ad586322c8f11e9a2f97daf41f61b2d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\diskspacehealthcheck',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\checks\\__construct',
|
|
1 => 'app\\framework\\health\\checks\\check',
|
|
2 => 'app\\framework\\health\\checks\\getname',
|
|
3 => 'app\\framework\\health\\checks\\getcategory',
|
|
4 => 'app\\framework\\health\\checks\\gettimeout',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/HealthReport.php' =>
|
|
array (
|
|
0 => '0ba5284ca1ad59827bfbac994abeeb462ada05ab',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\healthreport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\__construct',
|
|
1 => 'app\\framework\\health\\ishealthy',
|
|
2 => 'app\\framework\\health\\haswarnings',
|
|
3 => 'app\\framework\\health\\isunhealthy',
|
|
4 => 'app\\framework\\health\\getfailedchecks',
|
|
5 => 'app\\framework\\health\\getwarningchecks',
|
|
6 => 'app\\framework\\health\\gethealthychecks',
|
|
7 => 'app\\framework\\health\\toarray',
|
|
8 => 'app\\framework\\health\\getsummary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Health/HealthCheckCategory.php' =>
|
|
array (
|
|
0 => '390de2dbe1e43db5e48666581a5a30e7c13b62be',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\healthcheckcategory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\health\\geticon',
|
|
1 => 'app\\framework\\health\\getdisplayname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Template.php' =>
|
|
array (
|
|
0 => '3c1e7b648b3a29f1bb976989bd54ab0741149901',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\template',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/DomTemplateParser.php' =>
|
|
array (
|
|
0 => '937ee08863389ae238bdba3b71b29bb514873053',
|
|
1 =>
|
|
array (
|
|
0 => 'App\\Framework\\Parser\\DomTemplateParser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\parse',
|
|
1 => 'app\\framework\\view\\parsetowrapper',
|
|
2 => 'app\\framework\\view\\parsefiletowrapper',
|
|
3 => 'app\\framework\\view\\tohtml',
|
|
4 => 'app\\framework\\view\\parsefile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Exceptions/TemplateNotFoundException.php' =>
|
|
array (
|
|
0 => 'a5accdddc119830affb18cafa302eefb565bdbbd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\exceptions\\templatenotfoundexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Engine.php' =>
|
|
array (
|
|
0 => 'ba0545b2243fff4053c7fb18f4c93ba8194c628a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\engine',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\render',
|
|
2 => 'app\\framework\\view\\renderwithlegacycache',
|
|
3 => 'app\\framework\\view\\renderdirect',
|
|
4 => 'app\\framework\\view\\invalidatecache',
|
|
5 => 'app\\framework\\view\\getcachestats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/TemplateDiscoveryVisitor.php' =>
|
|
array (
|
|
0 => 'e69c13839fef284bff4f01881a88efcdc560cab1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\templatediscoveryvisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\onscanstart',
|
|
2 => 'app\\framework\\view\\visitfile',
|
|
3 => 'app\\framework\\view\\visitclass',
|
|
4 => 'app\\framework\\view\\onscancomplete',
|
|
5 => 'app\\framework\\view\\scanknowntemplatedirectories',
|
|
6 => 'app\\framework\\view\\scantemplatedirectory',
|
|
7 => 'app\\framework\\view\\onincrementalscanstart',
|
|
8 => 'app\\framework\\view\\onincrementalscancomplete',
|
|
9 => 'app\\framework\\view\\createtemplatelookupindex',
|
|
10 => 'app\\framework\\view\\buildlookupkey',
|
|
11 => 'app\\framework\\view\\loadfromcache',
|
|
12 => 'app\\framework\\view\\getcachekey',
|
|
13 => 'app\\framework\\view\\getcacheabledata',
|
|
14 => 'app\\framework\\view\\gettemplatepath',
|
|
15 => 'app\\framework\\view\\getalltemplates',
|
|
16 => 'app\\framework\\view\\gettemplatesindirectory',
|
|
17 => 'app\\framework\\view\\registertemplate',
|
|
18 => 'app\\framework\\view\\scandirectoryfortemplates',
|
|
19 => 'app\\framework\\view\\findprojectroot',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/TemplateMapper.php' =>
|
|
array (
|
|
0 => '63a541c993b1e56d2c5e236b02da60fc36a6e8cb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\templatemapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\getattributeclass',
|
|
1 => 'app\\framework\\view\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/ProcessorResolver.php' =>
|
|
array (
|
|
0 => '767d37541b02d3937790094a0d194a6d746a9b34',
|
|
1 =>
|
|
array (
|
|
0 => 'App\\Framework\\Template\\Processing\\ProcessorResolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/RenderContext.php' =>
|
|
array (
|
|
0 => '90ff07b97fc906ee336091307b0475eddf69135a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\rendercontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/ComponentCache.php' =>
|
|
array (
|
|
0 => 'f76b16800826554aef31aeb578a3657c096f2e0d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\componentcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\get',
|
|
2 => 'app\\framework\\view\\set',
|
|
3 => 'app\\framework\\view\\generatehash',
|
|
4 => 'app\\framework\\view\\getcachefile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/TemplateCache.php' =>
|
|
array (
|
|
0 => '854b7ae45461bf247666ccbf917d74bd95e78272',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\templatecache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\get',
|
|
2 => 'app\\framework\\view\\loading\\set',
|
|
3 => 'app\\framework\\view\\loading\\clear',
|
|
4 => 'app\\framework\\view\\loading\\isenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/TemplateLoader.php' =>
|
|
array (
|
|
0 => '760111bcecb5c526ff0237cc3007892773998b89',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\templateloader',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\createpathresolver',
|
|
2 => 'app\\framework\\view\\loading\\load',
|
|
3 => 'app\\framework\\view\\loading\\gettemplatepath',
|
|
4 => 'app\\framework\\view\\loading\\clearcache',
|
|
5 => 'app\\framework\\view\\loading\\getcomponentpath',
|
|
6 => 'app\\framework\\view\\loading\\debugtemplatepath',
|
|
7 => 'app\\framework\\view\\loading\\generatecachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/TemplateContentLoader.php' =>
|
|
array (
|
|
0 => 'de955ffa98d35cf1996afd4cdc7a4ed5d6fd4246',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\templatecontentloader',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\load',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/Resolvers/DiscoveryResolver.php' =>
|
|
array (
|
|
0 => '49609ad0325bea1202a6b5ea3343517b7d67d559',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\discoveryresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\resolvers\\resolve',
|
|
2 => 'app\\framework\\view\\loading\\resolvers\\resolvefromdiscoveryregistry',
|
|
3 => 'app\\framework\\view\\loading\\resolvers\\validatetemplatepath',
|
|
4 => 'app\\framework\\view\\loading\\resolvers\\templatematches',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/Resolvers/TemplateResolverStrategy.php' =>
|
|
array (
|
|
0 => 'ddcc6355f76816c98f86f837b7e93931629d26c2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\templateresolverstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/Resolvers/TemplateMapResolver.php' =>
|
|
array (
|
|
0 => '30fa03ee3e455a549d9db8e1feca77c55339f1ec',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\templatemapresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\resolvers\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/Resolvers/ComponentResolver.php' =>
|
|
array (
|
|
0 => '527f9f01c155ae7a0ad7e92471f59649ee27aa7c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\componentresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\resolvers\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/Resolvers/DefaultPathResolver.php' =>
|
|
array (
|
|
0 => 'b05e517859687374736764b89577e0f5e075bbac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\defaultpathresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\resolvers\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/Resolvers/ControllerResolver.php' =>
|
|
array (
|
|
0 => 'c713777893b3ef34ee3c5694d84113bb6a180be8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\controllerresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/Resolvers/LayoutResolver.php' =>
|
|
array (
|
|
0 => 'e60b4d938beb6533aa371c695a2fcde6a2be8703',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\layoutresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\resolvers\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\resolvers\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Loading/TemplatePathResolver.php' =>
|
|
array (
|
|
0 => '76527be73085c09cfb6f2906b1722fbd7532c30f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\templatepathresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\loading\\__construct',
|
|
1 => 'app\\framework\\view\\loading\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/TemplateProcessor.php' =>
|
|
array (
|
|
0 => 'b0acd6e0e321ce61dcc3b816f467c8eb4ea699e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\templateprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\render',
|
|
2 => 'app\\framework\\view\\__debuginfo',
|
|
3 => 'app\\framework\\view\\processstring',
|
|
4 => 'app\\framework\\view\\resolveprocessor',
|
|
5 => 'app\\framework\\view\\extractbodycontent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/ComponentRenderer.php' =>
|
|
array (
|
|
0 => '38a67dc506a4fcdaeb6fc120ef05a1aea9109a2d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\componentrenderer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\render',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/StringProcessor.php' =>
|
|
array (
|
|
0 => 'e31b03cef0a94a744aaf3fd50011e48296809db3',
|
|
1 =>
|
|
array (
|
|
0 => 'App\\Framework\\Template\\Processing\\StringProcessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/TemplateRenderer.php' =>
|
|
array (
|
|
0 => '1ac4b4eef8b68dfd49b8dc8ee790fc19372099a3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\templaterenderer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\render',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Functions/TemplateFunction.php' =>
|
|
array (
|
|
0 => 'd2b2e772d39b59282750e63f532211d94da4d3b6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\functions\\templatefunction',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Functions/UrlFunction.php' =>
|
|
array (
|
|
0 => 'b1313a5fadcbfc68ce117dfee72d12e96908e39c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\functions\\urlfunction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\functions\\__construct',
|
|
1 => 'app\\framework\\view\\functions\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Functions/ImageSlotFunction.php' =>
|
|
array (
|
|
0 => '156e3cc626519d17a73e8671412494be2d24c118',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\functions\\imageslotfunction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\functions\\__construct',
|
|
1 => 'app\\framework\\view\\functions\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/CsrfReplaceProcessor.php' =>
|
|
array (
|
|
0 => 'a01ffa034dbe27ab2befad2f067f333af7992321',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\csrfreplaceprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
2 => 'app\\framework\\view\\processors\\replacetokenforformid',
|
|
3 => 'app\\framework\\view\\processors\\replaceoldinputforform',
|
|
4 => 'app\\framework\\view\\processors\\replaceerrorsforform',
|
|
5 => 'app\\framework\\view\\processors\\cleanupoldinputplaceholders',
|
|
6 => 'app\\framework\\view\\processors\\cleanuperrorplaceholders',
|
|
7 => 'app\\framework\\view\\processors\\removeerrordisplay',
|
|
8 => 'app\\framework\\view\\processors\\adderrorclasstofield',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/PhpVariableProcessor.php' =>
|
|
array (
|
|
0 => 'a949b1e77405274b9dc2a3c1bb439e6f46830bb7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\phpvariableprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
1 => 'app\\framework\\view\\processors\\replacemethodcalls',
|
|
2 => 'app\\framework\\view\\processors\\replacefunctioncalls',
|
|
3 => 'app\\framework\\view\\processors\\replaceobjectproperties',
|
|
4 => 'app\\framework\\view\\processors\\replacearrayaccess',
|
|
5 => 'app\\framework\\view\\processors\\replacesimplevariables',
|
|
6 => 'app\\framework\\view\\processors\\parsearguments',
|
|
7 => 'app\\framework\\view\\processors\\splitarguments',
|
|
8 => 'app\\framework\\view\\processors\\formatvalue',
|
|
9 => 'app\\framework\\view\\processors\\formatobject',
|
|
10 => 'app\\framework\\view\\processors\\function_format_date',
|
|
11 => 'app\\framework\\view\\processors\\function_format_currency',
|
|
12 => 'app\\framework\\view\\processors\\function_format_filesize',
|
|
13 => 'app\\framework\\view\\processors\\replaceternaryoperators',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/CommentStripProcessor.php' =>
|
|
array (
|
|
0 => '2991542fa9e29e6c06aad7ba8c49cbce8c702810',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\commentstripprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
1 => 'app\\framework\\view\\processors\\removecomments',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/ForProcessor.php' =>
|
|
array (
|
|
0 => 'aeb66d164ed76050f6e61e94646a9e0f680d084d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\forprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
2 => 'app\\framework\\view\\processors\\resolvevalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/CsrfTokenProcessor.php' =>
|
|
array (
|
|
0 => '270da905e2ba036fe0653df454c9d838c7839205',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\csrftokenprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
2 => 'app\\framework\\view\\processors\\shouldprocesscsrf',
|
|
3 => 'app\\framework\\view\\processors\\replacetokenswithplaceholders',
|
|
4 => 'app\\framework\\view\\processors\\replaceplaceholderswithtokens',
|
|
5 => 'app\\framework\\view\\processors\\replacetemplatecsrfcalls',
|
|
6 => 'app\\framework\\view\\processors\\replacehtmlcsrfpatterns',
|
|
7 => 'app\\framework\\view\\processors\\getcsrftoken',
|
|
8 => 'app\\framework\\view\\processors\\generatefreshcsrftoken',
|
|
9 => 'app\\framework\\view\\processors\\generatecsrffield',
|
|
10 => 'app\\framework\\view\\processors\\debuglog',
|
|
11 => 'app\\framework\\view\\processors\\forcaching',
|
|
12 => 'app\\framework\\view\\processors\\forrendering',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/Exceptions/ViteManifestNotFoundException.php' =>
|
|
array (
|
|
0 => 'e94912a4f452d462bccde2e4da9de77cf877a74b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\exceptions\\vitemanifestnotfoundexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/ComponentProcessor.php' =>
|
|
array (
|
|
0 => 'bb94fc4a286c83083987ff4faee5c9d71db825d1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\componentprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
2 => 'app\\framework\\view\\processors\\extractattributes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/LayoutTagProcessor.php' =>
|
|
array (
|
|
0 => '313236a26e778ddcf3cfbee76608fa7b41adf39a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\layouttagprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
2 => 'app\\framework\\view\\processors\\findlayouttag',
|
|
3 => 'app\\framework\\view\\processors\\applylayout',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/AssetInjector.php' =>
|
|
array (
|
|
0 => 'eecf0278f28e9c0f8b8699332923ccecac2977f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\assetinjector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/IfProcessor.php' =>
|
|
array (
|
|
0 => 'ec19c72fff3bbe69d094009f5b5d620b970066b8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\ifprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
1 => 'app\\framework\\view\\processors\\resolvevalue',
|
|
2 => 'app\\framework\\view\\processors\\istruthy',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/SwitchCaseProcessor.php' =>
|
|
array (
|
|
0 => 'becd8d57a2a045c73790091922192d295c896dca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\switchcaseprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/PlaceholderReplacer.php' =>
|
|
array (
|
|
0 => '87059146af933d001d666ed071b0b58c39035737',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\placeholderreplacer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
2 => 'app\\framework\\view\\processors\\replacetemplatefunctions',
|
|
3 => 'app\\framework\\view\\processors\\function_imageslot',
|
|
4 => 'app\\framework\\view\\processors\\function_format_date',
|
|
5 => 'app\\framework\\view\\processors\\function_format_currency',
|
|
6 => 'app\\framework\\view\\processors\\function_format_filesize',
|
|
7 => 'app\\framework\\view\\processors\\resolvemethodcall',
|
|
8 => 'app\\framework\\view\\processors\\resolveescaped',
|
|
9 => 'app\\framework\\view\\processors\\resolvevalue',
|
|
10 => 'app\\framework\\view\\processors\\parseparams',
|
|
11 => 'app\\framework\\view\\processors\\splitparams',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/EscapeProcessor.php' =>
|
|
array (
|
|
0 => '2b33af17f0ef4f5b9969b38ba3ae619a1f8192ed',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\escapeprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/DateFormatProcessor.php' =>
|
|
array (
|
|
0 => 'd4bdf00cfb8c9fd003be977b5cb99430033c7a3e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\dateformatprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/SlotProcessor.php' =>
|
|
array (
|
|
0 => '2c09f4bb0417872778912f68b3e8429b61814334',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\slotprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/HoneypotProcessor.php' =>
|
|
array (
|
|
0 => 'c84b65d34b3b3983bb802b4b1d8165ab777f7851',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\honeypotprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
1 => 'app\\framework\\view\\processors\\addhoneypot',
|
|
2 => 'app\\framework\\view\\processors\\addtimevalidation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/IncludeProcessor.php' =>
|
|
array (
|
|
0 => '09b9231671732f0909ba24eb839b97e2b36c4931',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\includeprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/RemoveEmptyLinesProcessor.php' =>
|
|
array (
|
|
0 => 'c1dd92007cfa1d7a94c027413e16d039de69976a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\removeemptylinesprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
1 => 'app\\framework\\view\\processors\\removeemptytextnodes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/SingleLineHtmlProcessor.php' =>
|
|
array (
|
|
0 => 'd3ff019171426b79beea1493a28b3856f19440be',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\singlelinehtmlprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/MetaManipulator.php' =>
|
|
array (
|
|
0 => '0965eb57c073d80451a2cd966cc7aca78101442e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\metamanipulator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/VoidElementsSelfClosingProcessor.php' =>
|
|
array (
|
|
0 => '9ef6d0a0e5ccffb00b4ce42ee147f8d6b6de79bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\voidelementsselfclosingprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processors/FormProcessor.php' =>
|
|
array (
|
|
0 => '7be4c1f10ebecdcc5333355db852c84c5b4b7eba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\formprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processors\\__construct',
|
|
1 => 'app\\framework\\view\\processors\\process',
|
|
2 => 'app\\framework\\view\\processors\\addcsrftokenplaceholder',
|
|
3 => 'app\\framework\\view\\processors\\addformid',
|
|
4 => 'app\\framework\\view\\processors\\addoldinputplaceholders',
|
|
5 => 'app\\framework\\view\\processors\\adderrordisplayplaceholders',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/EnhancedTemplateProcessor.php' =>
|
|
array (
|
|
0 => '109b09f18d31eb5a373b27052a49ab61e8015a2e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\enhancedtemplateprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\render',
|
|
2 => 'app\\framework\\view\\renderwithwrapper',
|
|
3 => 'app\\framework\\view\\__debuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/DomFormService.php' =>
|
|
array (
|
|
0 => '0e0c628780669408769d380d40084acb24dbd729',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\domformservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\addcsrftokentoforms',
|
|
1 => 'app\\framework\\view\\addcsrftokentoform',
|
|
2 => 'app\\framework\\view\\addhoneypotfield',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/TemplateFunctions.php' =>
|
|
array (
|
|
0 => '91ac7a05933b0d6c687c85300de104b8b955b181',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\templatefunctions',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\has',
|
|
2 => 'app\\framework\\view\\get',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/TemplateRendererInitializer.php' =>
|
|
array (
|
|
0 => '7ee778dfd55e9e830782b2b0977f67f8d15969df',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\templaterendererinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/ElementCollection.php' =>
|
|
array (
|
|
0 => 'edaaa85a31311d9c433def20ca90b5d63da55280',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\elementcollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\foreach',
|
|
2 => 'app\\framework\\view\\map',
|
|
3 => 'app\\framework\\view\\filter',
|
|
4 => 'app\\framework\\view\\reduce',
|
|
5 => 'app\\framework\\view\\some',
|
|
6 => 'app\\framework\\view\\every',
|
|
7 => 'app\\framework\\view\\find',
|
|
8 => 'app\\framework\\view\\first',
|
|
9 => 'app\\framework\\view\\last',
|
|
10 => 'app\\framework\\view\\at',
|
|
11 => 'app\\framework\\view\\take',
|
|
12 => 'app\\framework\\view\\skip',
|
|
13 => 'app\\framework\\view\\addclass',
|
|
14 => 'app\\framework\\view\\removeclass',
|
|
15 => 'app\\framework\\view\\setattribute',
|
|
16 => 'app\\framework\\view\\removeattribute',
|
|
17 => 'app\\framework\\view\\setinnerhtml',
|
|
18 => 'app\\framework\\view\\settextcontent',
|
|
19 => 'app\\framework\\view\\replacewith',
|
|
20 => 'app\\framework\\view\\remove',
|
|
21 => 'app\\framework\\view\\merge',
|
|
22 => 'app\\framework\\view\\unique',
|
|
23 => 'app\\framework\\view\\isempty',
|
|
24 => 'app\\framework\\view\\isnotempty',
|
|
25 => 'app\\framework\\view\\toarray',
|
|
26 => 'app\\framework\\view\\count',
|
|
27 => 'app\\framework\\view\\getiterator',
|
|
28 => 'app\\framework\\view\\__debuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/DomProcessor.php' =>
|
|
array (
|
|
0 => '4f2948412f16a98063bcb8dd78ccd78665e0030c',
|
|
1 =>
|
|
array (
|
|
0 => 'App\\Framework\\Template\\Processing\\DomProcessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/epk.view.php' =>
|
|
array (
|
|
0 => '1f2091a71190835f887d6a78dab5262229c25b35',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/markdown.view.php' =>
|
|
array (
|
|
0 => '6cd76785ebc4d4f14fd939ce4fa4ccf1d6f7e485',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/markdown-test.view.php' =>
|
|
array (
|
|
0 => '05732bed56edc474b1b224e1bc5d26e550c0de29',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/simple-test.view.php' =>
|
|
array (
|
|
0 => 'ece5ceb8bde078c9162dff2e95d91232ca6b5720',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/layouts/main.view.php' =>
|
|
array (
|
|
0 => '583f983c6266c4cf5b1b1297137e02a9d015cae5',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/impressum.view.php' =>
|
|
array (
|
|
0 => '902814e31a039116611dffbaac209371b35a591c',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/api/docs-selfhosted.view.php' =>
|
|
array (
|
|
0 => '4382c6b76e311add9bea3554d62bb7bf70a15a55',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/api/docs.view.php' =>
|
|
array (
|
|
0 => 'b7bb5eae408ef134b8652e7bdd73117e06ea7585',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/test.view.php' =>
|
|
array (
|
|
0 => '49f56b73c618dfdf00617c261fc8e288183bd4d5',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/designsystem.view.php' =>
|
|
array (
|
|
0 => '973f61791c7db2fe2e13e65647e01e9b8fe8ff3d',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processing/StringProcessingPipeline.php' =>
|
|
array (
|
|
0 => '0f5daab0529a53233a6ced307fb7f45d03303c39',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processing\\stringprocessingpipeline',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processing\\__construct',
|
|
1 => 'app\\framework\\view\\processing\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Processing/DomProcessingPipeline.php' =>
|
|
array (
|
|
0 => 'b354453ef4848505760c468d537972f9b2db108e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processing\\domprocessingpipeline',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\processing\\__construct',
|
|
1 => 'app\\framework\\view\\processing\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Exception/TemplateNotFound.php' =>
|
|
array (
|
|
0 => '78592659d3038babf54d01708d3f3daad0b232ca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\exception\\templatenotfound',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/EnhancedDomProcessor.php' =>
|
|
array (
|
|
0 => 'e66b3f2739cbd66ce0900cbe834c28112b52dc21',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\enhanceddomprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/DomComponentService.php' =>
|
|
array (
|
|
0 => 'c7df97a02e2598c96f521f2283a6e88fd2b154e6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\domcomponentservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\replacecomponent',
|
|
1 => 'app\\framework\\view\\processslots',
|
|
2 => 'app\\framework\\view\\getslotcontent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/CacheManager.php' =>
|
|
array (
|
|
0 => '61fcc99565c9618e013612ad3f8c55f677887161',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\cachemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\__construct',
|
|
1 => 'app\\framework\\view\\caching\\render',
|
|
2 => 'app\\framework\\view\\caching\\invalidatetemplate',
|
|
3 => 'app\\framework\\view\\caching\\selectstrategy',
|
|
4 => 'app\\framework\\view\\caching\\initializestrategies',
|
|
5 => 'app\\framework\\view\\caching\\buildinvalidationpattern',
|
|
6 => 'app\\framework\\view\\caching\\invalidatebypattern',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/TemplateContext.php' =>
|
|
array (
|
|
0 => 'e3c418413136f6424b03b913e6e34402ff7a3c6c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\templatecontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Analysis/TemplateAnalyzer.php' =>
|
|
array (
|
|
0 => 'c37fcc81f1f0abb20471a1adad307b907b520cf3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\templateanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\analyze',
|
|
1 => 'app\\framework\\view\\caching\\analysis\\getdependencies',
|
|
2 => 'app\\framework\\view\\caching\\analysis\\getcacheability',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Analysis/TemplateAnalysis.php' =>
|
|
array (
|
|
0 => '5b69a0a441894c0f94f1ea36de45cd6026f22fd2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\templateanalysis',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Analysis/CacheabilityScore.php' =>
|
|
array (
|
|
0 => 'b7360c264c1578f8bfcfa64522fb8f1e549629b6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\cacheabilityscore',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\getscore',
|
|
1 => 'app\\framework\\view\\caching\\analysis\\iscacheable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Analysis/CacheStrategy.php' =>
|
|
array (
|
|
0 => '32f249ae7df3a8c1365c404f9c604e294a362d82',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\cachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\getttl',
|
|
1 => 'app\\framework\\view\\caching\\analysis\\shouldcache',
|
|
2 => 'app\\framework\\view\\caching\\analysis\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Analysis/SmartTemplateAnalyzer.php' =>
|
|
array (
|
|
0 => '12ec9bce36e7683f3f8d2f4d5e6d49a571d4d770',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\smarttemplateanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\__construct',
|
|
1 => 'app\\framework\\view\\caching\\analysis\\analyze',
|
|
2 => 'app\\framework\\view\\caching\\analysis\\getdependencies',
|
|
3 => 'app\\framework\\view\\caching\\analysis\\getcacheability',
|
|
4 => 'app\\framework\\view\\caching\\analysis\\determineoptimalstrategy',
|
|
5 => 'app\\framework\\view\\caching\\analysis\\calculateoptimalttl',
|
|
6 => 'app\\framework\\view\\caching\\analysis\\findfragments',
|
|
7 => 'app\\framework\\view\\caching\\analysis\\createfallbackanalysis',
|
|
8 => 'app\\framework\\view\\caching\\analysis\\hasusercontent',
|
|
9 => 'app\\framework\\view\\caching\\analysis\\hascsrftokens',
|
|
10 => 'app\\framework\\view\\caching\\analysis\\hastimestamps',
|
|
11 => 'app\\framework\\view\\caching\\analysis\\hasrandomelements',
|
|
12 => 'app\\framework\\view\\caching\\analysis\\calculatestaticratio',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Analysis/CacheabilityAnalyzer.php' =>
|
|
array (
|
|
0 => 'ec37f21ff1f78018191122bd97ee2279f3fa8ce8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\cacheabilityanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\analysis\\analyze',
|
|
1 => 'app\\framework\\view\\caching\\analysis\\hasusercontent',
|
|
2 => 'app\\framework\\view\\caching\\analysis\\hascsrftokens',
|
|
3 => 'app\\framework\\view\\caching\\analysis\\hastimestamps',
|
|
4 => 'app\\framework\\view\\caching\\analysis\\hasrandomelements',
|
|
5 => 'app\\framework\\view\\caching\\analysis\\calculatestaticratio',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Strategies/FullPageCacheStrategy.php' =>
|
|
array (
|
|
0 => 'f77983f6911de91651fa0fd84709de0fdfb944c6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\fullpagecachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\__construct',
|
|
1 => 'app\\framework\\view\\caching\\strategies\\shouldcache',
|
|
2 => 'app\\framework\\view\\caching\\strategies\\generatekey',
|
|
3 => 'app\\framework\\view\\caching\\strategies\\getttl',
|
|
4 => 'app\\framework\\view\\caching\\strategies\\hasuserdata',
|
|
5 => 'app\\framework\\view\\caching\\strategies\\hasvolatiledata',
|
|
6 => 'app\\framework\\view\\caching\\strategies\\getnonvolatiledata',
|
|
7 => 'app\\framework\\view\\caching\\strategies\\getpagetype',
|
|
8 => 'app\\framework\\view\\caching\\strategies\\caninvalidate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Strategies/FragmentCacheStrategy.php' =>
|
|
array (
|
|
0 => '975453cc32a3b3b6426c329a28088964c46a1695',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\fragmentcachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\__construct',
|
|
1 => 'app\\framework\\view\\caching\\strategies\\shouldcache',
|
|
2 => 'app\\framework\\view\\caching\\strategies\\generatekey',
|
|
3 => 'app\\framework\\view\\caching\\strategies\\getttl',
|
|
4 => 'app\\framework\\view\\caching\\strategies\\caninvalidate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Strategies/ComponentCacheStrategy.php' =>
|
|
array (
|
|
0 => '3f8374fe8d8e87be97781b895c250731de1a10d8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\componentcachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\__construct',
|
|
1 => 'app\\framework\\view\\caching\\strategies\\shouldcache',
|
|
2 => 'app\\framework\\view\\caching\\strategies\\generatekey',
|
|
3 => 'app\\framework\\view\\caching\\strategies\\getttl',
|
|
4 => 'app\\framework\\view\\caching\\strategies\\caninvalidate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Strategies/ViewCacheStrategy.php' =>
|
|
array (
|
|
0 => '5f2cca18c174dca36c784f5c6c06e3fbd41167c6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\viewcachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\shouldcache',
|
|
1 => 'app\\framework\\view\\caching\\strategies\\generatekey',
|
|
2 => 'app\\framework\\view\\caching\\strategies\\getttl',
|
|
3 => 'app\\framework\\view\\caching\\strategies\\caninvalidate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Strategies/NoCacheStrategy.php' =>
|
|
array (
|
|
0 => '87373097fe1f0d8aab72b5abab195b3a86694b11',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\nocachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\strategies\\shouldcache',
|
|
1 => 'app\\framework\\view\\caching\\strategies\\generatekey',
|
|
2 => 'app\\framework\\view\\caching\\strategies\\getttl',
|
|
3 => 'app\\framework\\view\\caching\\strategies\\caninvalidate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/SmartCache.php' =>
|
|
array (
|
|
0 => '426af3e8480ddb86894fb906b86a11cd6a5bb53c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\smartcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\isenabled',
|
|
1 => 'app\\framework\\view\\caching\\render',
|
|
2 => 'app\\framework\\view\\caching\\invalidatecache',
|
|
3 => 'app\\framework\\view\\caching\\getcachestats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/CacheDiagnostics.php' =>
|
|
array (
|
|
0 => '7d695a3e34b94d4b40d515c8ad46c129950a2e4b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\cachediagnostics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\__construct',
|
|
1 => 'app\\framework\\view\\caching\\getperformancereport',
|
|
2 => 'app\\framework\\view\\caching\\analyzetemplate',
|
|
3 => 'app\\framework\\view\\caching\\warmupcache',
|
|
4 => 'app\\framework\\view\\caching\\healthcheck',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/FragmentCache.php' =>
|
|
array (
|
|
0 => '748b8e0a959c73bf68470609b11468e416eacba9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\fragmentcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\fragment',
|
|
1 => 'app\\framework\\view\\caching\\invalidatefragment',
|
|
2 => 'app\\framework\\view\\caching\\invalidatebytags',
|
|
3 => 'app\\framework\\view\\caching\\hasfragment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/TaggedFragmentCache.php' =>
|
|
array (
|
|
0 => '5a79272f93fa1e21368a40be4e3e2a649b1cb7a9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\taggedfragmentcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\__construct',
|
|
1 => 'app\\framework\\view\\caching\\fragment',
|
|
2 => 'app\\framework\\view\\caching\\invalidatefragment',
|
|
3 => 'app\\framework\\view\\caching\\invalidatebytags',
|
|
4 => 'app\\framework\\view\\caching\\hasfragment',
|
|
5 => 'app\\framework\\view\\caching\\tagfragment',
|
|
6 => 'app\\framework\\view\\caching\\getkeysbytag',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/Caching/Keys/SmartKeyGenerator.php' =>
|
|
array (
|
|
0 => 'f6139f7b381195d666249e3ab6a4a9925ba205b0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\keys\\smartkeygenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\caching\\keys\\generate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/DomHeadService.php' =>
|
|
array (
|
|
0 => '8af3c648457fb5a32d3297f12beeb4d7ddd801f5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\domheadservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\appendtohead',
|
|
1 => 'app\\framework\\view\\prependtohead',
|
|
2 => 'app\\framework\\view\\addstylesheet',
|
|
3 => 'app\\framework\\view\\addscript',
|
|
4 => 'app\\framework\\view\\addmeta',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/DomWrapper.php' =>
|
|
array (
|
|
0 => '6da9a655dabbee38c33c4071bbc9bb124c030487',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\domwrapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\fromstring',
|
|
2 => 'app\\framework\\view\\fromfile',
|
|
3 => 'app\\framework\\view\\tohtml',
|
|
4 => 'app\\framework\\view\\getelementsbytagname',
|
|
5 => 'app\\framework\\view\\getelementbyid',
|
|
6 => 'app\\framework\\view\\getelementsbyname',
|
|
7 => 'app\\framework\\view\\findelementsbynamerecursive',
|
|
8 => 'app\\framework\\view\\getelementsbyattribute',
|
|
9 => 'app\\framework\\view\\findelementsbyattributerecursive',
|
|
10 => 'app\\framework\\view\\createfragment',
|
|
11 => 'app\\framework\\view\\createfragmentfromhtml',
|
|
12 => 'app\\framework\\view\\replaceelementwithhtml',
|
|
13 => 'app\\framework\\view\\removeemptytextnodes',
|
|
14 => 'app\\framework\\view\\removeemptytextnodesrecursive',
|
|
15 => 'app\\framework\\view\\addclass',
|
|
16 => 'app\\framework\\view\\removeclass',
|
|
17 => 'app\\framework\\view\\hasclass',
|
|
18 => 'app\\framework\\view\\getelementsbyclassname',
|
|
19 => 'app\\framework\\view\\findelementsbyclassrecursive',
|
|
20 => 'app\\framework\\view\\setattribute',
|
|
21 => 'app\\framework\\view\\removeattribute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/RawHtml.php' =>
|
|
array (
|
|
0 => '229cdf522257c61eb6b6e57faf37d9a8fcf8ba93',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\rawhtml',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\view\\__construct',
|
|
1 => 'app\\framework\\view\\__tostring',
|
|
2 => 'app\\framework\\view\\from',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpResource.php' =>
|
|
array (
|
|
0 => '9f1090d7d0f83f02dc557954bbe7dc27b0ae3d82',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcpresource',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/Tools/FrameworkTools.php' =>
|
|
array (
|
|
0 => 'e38460a969c8426c242adde0db8f267c0837f08b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\frameworktools',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\__construct',
|
|
1 => 'app\\framework\\mcp\\tools\\analyzeroutes',
|
|
2 => 'app\\framework\\mcp\\tools\\analyzecontainerbindings',
|
|
3 => 'app\\framework\\mcp\\tools\\discoverattributes',
|
|
4 => 'app\\framework\\mcp\\tools\\frameworkhealthcheck',
|
|
5 => 'app\\framework\\mcp\\tools\\listframeworkmodules',
|
|
6 => 'app\\framework\\mcp\\tools\\countphpfiles',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/Tools/DatabaseTools.php' =>
|
|
array (
|
|
0 => '622dd480c92d30e7c93e99c2c1242a044ab871a0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\databasetools',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\__construct',
|
|
1 => 'app\\framework\\mcp\\tools\\databasehealthcheck',
|
|
2 => 'app\\framework\\mcp\\tools\\databaseconfiginfo',
|
|
3 => 'app\\framework\\mcp\\tools\\listentities',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/Tools/CacheTools.php' =>
|
|
array (
|
|
0 => '474000d92d3ae0ae50625272c9cb237437a958c0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\cachetools',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\__construct',
|
|
1 => 'app\\framework\\mcp\\tools\\cachehealthcheck',
|
|
2 => 'app\\framework\\mcp\\tools\\cacheinfo',
|
|
3 => 'app\\framework\\mcp\\tools\\cacheclear',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/Tools/LogTools.php' =>
|
|
array (
|
|
0 => '69cbd9d1479cfd10eb2ee7621e331f814421e54b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\logtools',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\__construct',
|
|
1 => 'app\\framework\\mcp\\tools\\logrecententries',
|
|
2 => 'app\\framework\\mcp\\tools\\logerrorsummary',
|
|
3 => 'app\\framework\\mcp\\tools\\loggerinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/Tools/PerformanceTools.php' =>
|
|
array (
|
|
0 => '53bb2ae7052533b790d44ceee3693c8d566c2a67',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\performancetools',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\__construct',
|
|
1 => 'app\\framework\\mcp\\tools\\getperformancesummary',
|
|
2 => 'app\\framework\\mcp\\tools\\getslowestoperations',
|
|
3 => 'app\\framework\\mcp\\tools\\getperformancebycategory',
|
|
4 => 'app\\framework\\mcp\\tools\\analyzebottlenecks',
|
|
5 => 'app\\framework\\mcp\\tools\\generateperformancereport',
|
|
6 => 'app\\framework\\mcp\\tools\\resetperformancemetrics',
|
|
7 => 'app\\framework\\mcp\\tools\\generaterecommendations',
|
|
8 => 'app\\framework\\mcp\\tools\\calculateoverallhealth',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/Tools/FileSystemTools.php' =>
|
|
array (
|
|
0 => 'de1e2ccc120c2edb2bb9baa56023c405a70926ed',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\filesystemtools',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\tools\\__construct',
|
|
1 => 'app\\framework\\mcp\\tools\\listdirectory',
|
|
2 => 'app\\framework\\mcp\\tools\\readfile',
|
|
3 => 'app\\framework\\mcp\\tools\\findfiles',
|
|
4 => 'app\\framework\\mcp\\tools\\getframeworkconfig',
|
|
5 => 'app\\framework\\mcp\\tools\\resolvepath',
|
|
6 => 'app\\framework\\mcp\\tools\\isallowedpath',
|
|
7 => 'app\\framework\\mcp\\tools\\getframeworkmodules',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpInitializer.php' =>
|
|
array (
|
|
0 => '85b5dfedc45242b26b3010b26b3786248db99f27',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcpinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\__construct',
|
|
1 => 'app\\framework\\mcp\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpToolRegistry.php' =>
|
|
array (
|
|
0 => 'fe66ce5a6bbe0b1e8fd43664d5488dd0c3a04220',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcptoolregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\__construct',
|
|
1 => 'app\\framework\\mcp\\gettool',
|
|
2 => 'app\\framework\\mcp\\getalltools',
|
|
3 => 'app\\framework\\mcp\\hastools',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/Console/McpServerCommand.php' =>
|
|
array (
|
|
0 => '0dda6f3332606e3eda3c039adea94b54b21ac59a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\console\\mcpservercommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\console\\__construct',
|
|
1 => 'app\\framework\\mcp\\console\\execute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpTool.php' =>
|
|
array (
|
|
0 => '07928ef13a62fae93e25b1da7b3a9cba829ba97b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcptool',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpToolMapper.php' =>
|
|
array (
|
|
0 => '19eb8ca3ad9819dda4837141744d57a73c28599b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcptoolmapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\getattributeclass',
|
|
1 => 'app\\framework\\mcp\\map',
|
|
2 => 'app\\framework\\mcp\\extractparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpResourceMapper.php' =>
|
|
array (
|
|
0 => '8ad8710cf30643c74f78b8165b17f39d72ee1754',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcpresourcemapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\getattributeclass',
|
|
1 => 'app\\framework\\mcp\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpServer.php' =>
|
|
array (
|
|
0 => 'd2a8aa22ef1c89231c44a40f368415e8aa4b8676',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcpserver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\__construct',
|
|
1 => 'app\\framework\\mcp\\handlerequest',
|
|
2 => 'app\\framework\\mcp\\initialize',
|
|
3 => 'app\\framework\\mcp\\listtools',
|
|
4 => 'app\\framework\\mcp\\calltool',
|
|
5 => 'app\\framework\\mcp\\listresources',
|
|
6 => 'app\\framework\\mcp\\readresource',
|
|
7 => 'app\\framework\\mcp\\preparearguments',
|
|
8 => 'app\\framework\\mcp\\generateinputschema',
|
|
9 => 'app\\framework\\mcp\\mapphptypetojsonschema',
|
|
10 => 'app\\framework\\mcp\\createerrorresponse',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mcp/McpResourceRegistry.php' =>
|
|
array (
|
|
0 => '1e72e3c9cb9347a69e50c6e760d48faffdcbaeba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\mcpresourceregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mcp\\__construct',
|
|
1 => 'app\\framework\\mcp\\getresource',
|
|
2 => 'app\\framework\\mcp\\getallresources',
|
|
3 => 'app\\framework\\mcp\\hasresources',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Api/ApiRequestTrait.php' =>
|
|
array (
|
|
0 => '3f40f3a4761be644a0b5d619f41e450f556ba15b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\api\\apirequesttrait',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\api\\sendrequest',
|
|
1 => 'app\\framework\\api\\handleresponseerrors',
|
|
2 => 'app\\framework\\api\\formaterrormessage',
|
|
3 => 'app\\framework\\api\\decodejson',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Api/ApiException.php' =>
|
|
array (
|
|
0 => '9448cd056a2b30224d53b94688bb726e3ebef80e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\api\\apiexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\api\\__construct',
|
|
1 => 'app\\framework\\api\\getresponse',
|
|
2 => 'app\\framework\\api\\getresponsedata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Middleware/AnalyticsMiddleware.php' =>
|
|
array (
|
|
0 => '2c70a0f5457170808c4b1acc858f6de5f9af3568',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\middleware\\analyticsmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\middleware\\__construct',
|
|
1 => 'app\\framework\\analytics\\middleware\\__invoke',
|
|
2 => 'app\\framework\\analytics\\middleware\\trackrequest',
|
|
3 => 'app\\framework\\analytics\\middleware\\trackresponse',
|
|
4 => 'app\\framework\\analytics\\middleware\\trackspecialactions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Listeners/SecurityAnalyticsListener.php' =>
|
|
array (
|
|
0 => 'b3273e1e2d729dee84c682f23da65ae449707688',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\listeners\\securityanalyticslistener',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\listeners\\__construct',
|
|
1 => 'app\\framework\\analytics\\listeners\\handlesecurityevent',
|
|
2 => 'app\\framework\\analytics\\listeners\\converttoanalyticsevent',
|
|
3 => 'app\\framework\\analytics\\listeners\\mapeventtype',
|
|
4 => 'app\\framework\\analytics\\listeners\\sanitizeproperties',
|
|
5 => 'app\\framework\\analytics\\listeners\\dispatchanalyticsevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/AnalyticsInitializer.php' =>
|
|
array (
|
|
0 => '6df6c812ca4cf2d14f4abb128fa2389bc3761776',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\analyticsinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\initializeanalytics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/AnalyticsCollector.php' =>
|
|
array (
|
|
0 => 'd565643bb917aec00336dade1701b6c478f05fa2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\analyticscollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\__construct',
|
|
1 => 'app\\framework\\analytics\\trackaction',
|
|
2 => 'app\\framework\\analytics\\trackpageview',
|
|
3 => 'app\\framework\\analytics\\trackerror',
|
|
4 => 'app\\framework\\analytics\\trackbusinessevent',
|
|
5 => 'app\\framework\\analytics\\trackapicall',
|
|
6 => 'app\\framework\\analytics\\setsessiondata',
|
|
7 => 'app\\framework\\analytics\\getsessiondata',
|
|
8 => 'app\\framework\\analytics\\incrementcounter',
|
|
9 => 'app\\framework\\analytics\\getcounter',
|
|
10 => 'app\\framework\\analytics\\getcounters',
|
|
11 => 'app\\framework\\analytics\\shouldtrack',
|
|
12 => 'app\\framework\\analytics\\getsessionid',
|
|
13 => 'app\\framework\\analytics\\storeaggregateddata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Bridges/SecurityEventBridge.php' =>
|
|
array (
|
|
0 => 'c8e91a8e5ca02359706f329aa344b5277ba94eea',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\bridges\\securityeventbridge',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\bridges\\__construct',
|
|
1 => 'app\\framework\\analytics\\bridges\\handlesecurityevent',
|
|
2 => 'app\\framework\\analytics\\bridges\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Storage/AnalyticsStorage.php' =>
|
|
array (
|
|
0 => 'fd20da865b099a1b884e47582130873af6b5c1a6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\storage\\analyticsstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\storage\\storeaggregated',
|
|
1 => 'app\\framework\\analytics\\storage\\storerawdata',
|
|
2 => 'app\\framework\\analytics\\storage\\getaggregated',
|
|
3 => 'app\\framework\\analytics\\storage\\gettoplist',
|
|
4 => 'app\\framework\\analytics\\storage\\gettimeseries',
|
|
5 => 'app\\framework\\analytics\\storage\\cleanup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Storage/PerformanceBasedAnalyticsStorage.php' =>
|
|
array (
|
|
0 => '8efb8d48ed180e20e0184f4d30352ad6737abd9a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\storage\\performancebasedanalyticsstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\storage\\__construct',
|
|
1 => 'app\\framework\\analytics\\storage\\storeaggregated',
|
|
2 => 'app\\framework\\analytics\\storage\\storerawdata',
|
|
3 => 'app\\framework\\analytics\\storage\\getaggregated',
|
|
4 => 'app\\framework\\analytics\\storage\\gettoplist',
|
|
5 => 'app\\framework\\analytics\\storage\\gettimeseries',
|
|
6 => 'app\\framework\\analytics\\storage\\cleanup',
|
|
7 => 'app\\framework\\analytics\\storage\\getperiodkey',
|
|
8 => 'app\\framework\\analytics\\storage\\parsetimestampfromperiodkey',
|
|
9 => 'app\\framework\\analytics\\storage\\persistaggregateddata',
|
|
10 => 'app\\framework\\analytics\\storage\\loadaggregateddata',
|
|
11 => 'app\\framework\\analytics\\storage\\flushrawdatabuffer',
|
|
12 => 'app\\framework\\analytics\\storage\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/AnalyticsCategory.php' =>
|
|
array (
|
|
0 => '0bb072f75426850568df903643dd299bf023721f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\analyticscategory',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/AnalyticsConfig.php' =>
|
|
array (
|
|
0 => 'df49a5b66ae6f27ada6e055eae7fcdf998f0f901',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\analyticsconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\__construct',
|
|
1 => 'app\\framework\\analytics\\fromenvironment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Events/SecurityEvent.php' =>
|
|
array (
|
|
0 => 'd6952c113ab33354d614594beccc0f7516abe23a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\securityevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Events/UserAction.php' =>
|
|
array (
|
|
0 => '036ca8ff6583f00f5cce914c561294b14d2ce682',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\useraction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Events/BusinessEvent.php' =>
|
|
array (
|
|
0 => 'a02cf1564591908b3e8fa8d7ef62468aaee534d4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\businessevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Analytics/Events/PageView.php' =>
|
|
array (
|
|
0 => 'df5cd0511068f4421bf90c3b82fb164b5640492c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\pageview',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\analytics\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/helpers.php' =>
|
|
array (
|
|
0 => 'f0b5d7397bc34918c2f9a6e0ebc90066f7aad605',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'dd',
|
|
1 => 'debug',
|
|
2 => 'debug_array',
|
|
3 => 'debug_object',
|
|
4 => 'debug_log',
|
|
5 => 'debug_history',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/EntryType.php' =>
|
|
array (
|
|
0 => 'e1cba462088ae216ff427e66f765e902fff516d8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\entrytype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/DebugServiceProvider.php' =>
|
|
array (
|
|
0 => '29486e9203fc964e8ed2a1df738edeb7f93e207f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\debugserviceprovider',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\register',
|
|
1 => 'app\\framework\\debug\\configureforproduction',
|
|
2 => 'app\\framework\\debug\\configurefordevelopment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/Formatters/HtmlFormatter.php' =>
|
|
array (
|
|
0 => 'bbaeb170c7724db6134bbf9f07b95d20cd446d26',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\formatters\\htmlformatter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\formatters\\format',
|
|
1 => 'app\\framework\\debug\\formatters\\formathistory',
|
|
2 => 'app\\framework\\debug\\formatters\\formatvalue',
|
|
3 => 'app\\framework\\debug\\formatters\\getstyles',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/Formatters/ConsoleFormatter.php' =>
|
|
array (
|
|
0 => '2007a3b213dd96026266bad80eb71ef6d46239f4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\formatters\\consoleformatter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\formatters\\format',
|
|
1 => 'app\\framework\\debug\\formatters\\formathistory',
|
|
2 => 'app\\framework\\debug\\formatters\\formatvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/Formatters/FormatterInterface.php' =>
|
|
array (
|
|
0 => '328ea672c8629cf297601912a0281e7dd5422d63',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\formatters\\formatterinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\formatters\\format',
|
|
1 => 'app\\framework\\debug\\formatters\\formathistory',
|
|
2 => 'app\\framework\\debug\\formatters\\formatvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/Outputs/HtmlOutput.php' =>
|
|
array (
|
|
0 => '617eca42b74c5a14ca7a468d44ee2736754fad22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\outputs\\htmloutput',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\outputs\\output',
|
|
1 => 'app\\framework\\debug\\outputs\\outputhistory',
|
|
2 => 'app\\framework\\debug\\outputs\\outputraw',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/Outputs/ConsoleOutput.php' =>
|
|
array (
|
|
0 => 'c2161b193218afbc140163017369a2fb896bbd73',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\outputs\\consoleoutput',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\outputs\\output',
|
|
1 => 'app\\framework\\debug\\outputs\\outputhistory',
|
|
2 => 'app\\framework\\debug\\outputs\\outputraw',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/Debugger.php' =>
|
|
array (
|
|
0 => '06fa6d6a6dec9e171549a6423829b15c5ed55fc8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\debugger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\dump',
|
|
1 => 'app\\framework\\debug\\dumparray',
|
|
2 => 'app\\framework\\debug\\dumpobject',
|
|
3 => 'app\\framework\\debug\\log',
|
|
4 => 'app\\framework\\debug\\showhistory',
|
|
5 => 'app\\framework\\debug\\configure',
|
|
6 => 'app\\framework\\debug\\isenabled',
|
|
7 => 'app\\framework\\debug\\disable',
|
|
8 => 'app\\framework\\debug\\enable',
|
|
9 => 'app\\framework\\debug\\getoutput',
|
|
10 => 'app\\framework\\debug\\getformatter',
|
|
11 => 'app\\framework\\debug\\getregistry',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/DebugEntry.php' =>
|
|
array (
|
|
0 => '9014bb4c6bfc2bc11c097b58ab1aaf0bbad4304a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\debugentry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\__construct',
|
|
1 => 'app\\framework\\debug\\getdata',
|
|
2 => 'app\\framework\\debug\\getlabel',
|
|
3 => 'app\\framework\\debug\\getfile',
|
|
4 => 'app\\framework\\debug\\getline',
|
|
5 => 'app\\framework\\debug\\getfilename',
|
|
6 => 'app\\framework\\debug\\gettimestamp',
|
|
7 => 'app\\framework\\debug\\getformattedtimestamp',
|
|
8 => 'app\\framework\\debug\\getmemory',
|
|
9 => 'app\\framework\\debug\\getpeakmemory',
|
|
10 => 'app\\framework\\debug\\gettype',
|
|
11 => 'app\\framework\\debug\\toarray',
|
|
12 => 'app\\framework\\debug\\formatbytes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/OutputInterface.php' =>
|
|
array (
|
|
0 => '2bc03505f032c3ea9c167058d2b43ee41ca32178',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\outputinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\output',
|
|
1 => 'app\\framework\\debug\\outputhistory',
|
|
2 => 'app\\framework\\debug\\outputraw',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Debug/DebugRegistry.php' =>
|
|
array (
|
|
0 => 'ad983a560728abfa76a3a730c2b0eab2598e8b5b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\debugregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\debug\\addentry',
|
|
1 => 'app\\framework\\debug\\getentries',
|
|
2 => 'app\\framework\\debug\\getcount',
|
|
3 => 'app\\framework\\debug\\clear',
|
|
4 => 'app\\framework\\debug\\setmaxentries',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/TraceContext.php' =>
|
|
array (
|
|
0 => 'e110eb1901c293ef3b8dc40fca630963f9684994',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\tracecontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\__construct',
|
|
1 => 'app\\framework\\tracing\\start',
|
|
2 => 'app\\framework\\tracing\\current',
|
|
3 => 'app\\framework\\tracing\\clear',
|
|
4 => 'app\\framework\\tracing\\gettraceid',
|
|
5 => 'app\\framework\\tracing\\getstarttime',
|
|
6 => 'app\\framework\\tracing\\startspan',
|
|
7 => 'app\\framework\\tracing\\finishspan',
|
|
8 => 'app\\framework\\tracing\\getactivespan',
|
|
9 => 'app\\framework\\tracing\\getallspans',
|
|
10 => 'app\\framework\\tracing\\getfinishedspans',
|
|
11 => 'app\\framework\\tracing\\gettotalduration',
|
|
12 => 'app\\framework\\tracing\\addevent',
|
|
13 => 'app\\framework\\tracing\\addtag',
|
|
14 => 'app\\framework\\tracing\\recorderror',
|
|
15 => 'app\\framework\\tracing\\toarray',
|
|
16 => 'app\\framework\\tracing\\findparentspan',
|
|
17 => 'app\\framework\\tracing\\generatetraceid',
|
|
18 => 'app\\framework\\tracing\\generatespanid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/Exporters/FileTraceExporter.php' =>
|
|
array (
|
|
0 => '647e81b6a06ea09eb08cced6ffaa78e9f517a6c7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\exporters\\filetraceexporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\exporters\\__construct',
|
|
1 => 'app\\framework\\tracing\\exporters\\export',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/TraceExporter.php' =>
|
|
array (
|
|
0 => '0e48ee04b234271411eec4c08fa0c49d00cd1fe4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\traceexporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\export',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/SpanStatus.php' =>
|
|
array (
|
|
0 => '8ff46a77f948c6b20b73958cdbfb4f981fd055fa',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\spanstatus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\issuccess',
|
|
1 => 'app\\framework\\tracing\\iserror',
|
|
2 => 'app\\framework\\tracing\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/TraceSpan.php' =>
|
|
array (
|
|
0 => '54ac9c60bd35db4ef21649822997795d952163bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\tracespan',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\__construct',
|
|
1 => 'app\\framework\\tracing\\getendtime',
|
|
2 => 'app\\framework\\tracing\\gettags',
|
|
3 => 'app\\framework\\tracing\\getevents',
|
|
4 => 'app\\framework\\tracing\\geterrors',
|
|
5 => 'app\\framework\\tracing\\isfinished',
|
|
6 => 'app\\framework\\tracing\\haserror',
|
|
7 => 'app\\framework\\tracing\\getduration',
|
|
8 => 'app\\framework\\tracing\\getcurrentduration',
|
|
9 => 'app\\framework\\tracing\\finish',
|
|
10 => 'app\\framework\\tracing\\addtag',
|
|
11 => 'app\\framework\\tracing\\addtags',
|
|
12 => 'app\\framework\\tracing\\addevent',
|
|
13 => 'app\\framework\\tracing\\recorderror',
|
|
14 => 'app\\framework\\tracing\\setstatus',
|
|
15 => 'app\\framework\\tracing\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/TraceCollector.php' =>
|
|
array (
|
|
0 => '2e9b2e804f28e1406cc295d4d4e32818c68cffc1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\tracecollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\__construct',
|
|
1 => 'app\\framework\\tracing\\collect',
|
|
2 => 'app\\framework\\tracing\\logtracesummary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/TracingMiddleware.php' =>
|
|
array (
|
|
0 => '044b3f006c2116c32064c097868fc3f53281ebe1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\tracingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\__construct',
|
|
1 => 'app\\framework\\tracing\\__invoke',
|
|
2 => 'app\\framework\\tracing\\extracttraceid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Tracing/Tracer.php' =>
|
|
array (
|
|
0 => '7506d3001b19a824ce5010bf19c7093911af8bb3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\tracer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\tracing\\startspan',
|
|
1 => 'app\\framework\\tracing\\finishspan',
|
|
2 => 'app\\framework\\tracing\\addevent',
|
|
3 => 'app\\framework\\tracing\\addtag',
|
|
4 => 'app\\framework\\tracing\\recorderror',
|
|
5 => 'app\\framework\\tracing\\trace',
|
|
6 => 'app\\framework\\tracing\\gettraceid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Serializer.php' =>
|
|
array (
|
|
0 => 'c63db13024ae7f17e3c533827f66c2cd562c80d4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serialize',
|
|
1 => 'app\\framework\\filesystem\\deserialize',
|
|
2 => 'app\\framework\\filesystem\\getmimetype',
|
|
3 => 'app\\framework\\filesystem\\getfileextension',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/FileMetadataException.php' =>
|
|
array (
|
|
0 => '6539aea6fdebd6448136189d7abf934378896775',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\filemetadataexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/FileNotFoundException.php' =>
|
|
array (
|
|
0 => '6831959c27ef69e8a1ffde458b79dfb67e3c8a87',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\filenotfoundexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/FileCopyException.php' =>
|
|
array (
|
|
0 => '5f9e5f268d09906bbdb099f87228406609b536db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\filecopyexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/DirectoryCreateException.php' =>
|
|
array (
|
|
0 => 'b0712a296243323bc0e56cf83c85f4d157bb9100',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\directorycreateexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/FileWriteException.php' =>
|
|
array (
|
|
0 => '4cf218bb96a50370327b1fe33fb95edde5a88e9d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\filewriteexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/FileReadException.php' =>
|
|
array (
|
|
0 => 'b19b92cc97184f30997206808335cdf504658515',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\filereadexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/DirectoryListException.php' =>
|
|
array (
|
|
0 => 'dd9af85901e68802d4eb3f7e0e1e50d3e8568fa1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\directorylistexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/FilePermissionException.php' =>
|
|
array (
|
|
0 => 'c756dd2857d528ba0baa9be2cd4f1b24a43ece0f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\filepermissionexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
1 => 'app\\framework\\filesystem\\exceptions\\read',
|
|
2 => 'app\\framework\\filesystem\\exceptions\\write',
|
|
3 => 'app\\framework\\filesystem\\exceptions\\delete',
|
|
4 => 'app\\framework\\filesystem\\exceptions\\createdirectory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Exceptions/FileDeleteException.php' =>
|
|
array (
|
|
0 => '127cd2ed37c4f78840a6e4de9e8cd48ba5d2e57f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\filedeleteexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FilesystemConfig.php' =>
|
|
array (
|
|
0 => '1bf8138009dca31b48fe8901b27c2a8cd9a1eb8c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filesystemconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\getstorageconfig',
|
|
2 => 'app\\framework\\filesystem\\hasstorage',
|
|
3 => 'app\\framework\\filesystem\\getdefaultstorageconfig',
|
|
4 => 'app\\framework\\filesystem\\getavailablestorages',
|
|
5 => 'app\\framework\\filesystem\\iscompressionenabled',
|
|
6 => 'app\\framework\\filesystem\\isserializeravailable',
|
|
7 => 'app\\framework\\filesystem\\getavailableserializers',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/AtomicStorage.php' =>
|
|
array (
|
|
0 => 'efdcf5b3baaa5198f4200c944382bfcb14040dae',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\atomicstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\putatomic',
|
|
1 => 'app\\framework\\filesystem\\updateatomic',
|
|
2 => 'app\\framework\\filesystem\\updatejsonatomic',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/StorageTrait.php' =>
|
|
array (
|
|
0 => '7b06532eaf679fe25bace0a3b68505d40de1c486',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\storagetrait',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\file',
|
|
1 => 'app\\framework\\filesystem\\directory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FilePath.php' =>
|
|
array (
|
|
0 => '2ad28849d246ff4fa55febe522482ad780789e32',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filepath',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\create',
|
|
2 => 'app\\framework\\filesystem\\cwd',
|
|
3 => 'app\\framework\\filesystem\\temp',
|
|
4 => 'app\\framework\\filesystem\\tostring',
|
|
5 => 'app\\framework\\filesystem\\__tostring',
|
|
6 => 'app\\framework\\filesystem\\getdirectory',
|
|
7 => 'app\\framework\\filesystem\\getfilename',
|
|
8 => 'app\\framework\\filesystem\\getbasename',
|
|
9 => 'app\\framework\\filesystem\\getextension',
|
|
10 => 'app\\framework\\filesystem\\hasextension',
|
|
11 => 'app\\framework\\filesystem\\resolve',
|
|
12 => 'app\\framework\\filesystem\\relativeto',
|
|
13 => 'app\\framework\\filesystem\\join',
|
|
14 => 'app\\framework\\filesystem\\withextension',
|
|
15 => 'app\\framework\\filesystem\\withfilename',
|
|
16 => 'app\\framework\\filesystem\\withdirectory',
|
|
17 => 'app\\framework\\filesystem\\isabsolute',
|
|
18 => 'app\\framework\\filesystem\\isrelative',
|
|
19 => 'app\\framework\\filesystem\\exists',
|
|
20 => 'app\\framework\\filesystem\\isfile',
|
|
21 => 'app\\framework\\filesystem\\isdirectory',
|
|
22 => 'app\\framework\\filesystem\\isreadable',
|
|
23 => 'app\\framework\\filesystem\\iswritable',
|
|
24 => 'app\\framework\\filesystem\\getsize',
|
|
25 => 'app\\framework\\filesystem\\getmodifiedtime',
|
|
26 => 'app\\framework\\filesystem\\contains',
|
|
27 => 'app\\framework\\filesystem\\getcomponents',
|
|
28 => 'app\\framework\\filesystem\\getdepth',
|
|
29 => 'app\\framework\\filesystem\\equals',
|
|
30 => 'app\\framework\\filesystem\\normalizepath',
|
|
31 => 'app\\framework\\filesystem\\isabsolutepath',
|
|
32 => 'app\\framework\\filesystem\\validatesecurity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Serializers/CsvSerializer.php' =>
|
|
array (
|
|
0 => 'c4f341eebe6e0d55ea895fc006540677866faab1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serializers\\csvserializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serializers\\__construct',
|
|
1 => 'app\\framework\\filesystem\\serializers\\serialize',
|
|
2 => 'app\\framework\\filesystem\\serializers\\deserialize',
|
|
3 => 'app\\framework\\filesystem\\serializers\\getmimetype',
|
|
4 => 'app\\framework\\filesystem\\serializers\\getfileextension',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Serializers/PhpSerializer.php' =>
|
|
array (
|
|
0 => '66fb9b90db696a202cef1e7328793dab06346eec',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serializers\\phpserializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serializers\\__construct',
|
|
1 => 'app\\framework\\filesystem\\serializers\\serialize',
|
|
2 => 'app\\framework\\filesystem\\serializers\\deserialize',
|
|
3 => 'app\\framework\\filesystem\\serializers\\getmimetype',
|
|
4 => 'app\\framework\\filesystem\\serializers\\getfileextension',
|
|
5 => 'app\\framework\\filesystem\\serializers\\safe',
|
|
6 => 'app\\framework\\filesystem\\serializers\\unsafe',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Serializers/JsonSerializer.php' =>
|
|
array (
|
|
0 => 'bd9bedbfeaf78d7b9f6c9872ce1ed14a8fec0e73',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serializers\\jsonserializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\serializers\\__construct',
|
|
1 => 'app\\framework\\filesystem\\serializers\\serialize',
|
|
2 => 'app\\framework\\filesystem\\serializers\\deserialize',
|
|
3 => 'app\\framework\\filesystem\\serializers\\getmimetype',
|
|
4 => 'app\\framework\\filesystem\\serializers\\getfileextension',
|
|
5 => 'app\\framework\\filesystem\\serializers\\compact',
|
|
6 => 'app\\framework\\filesystem\\serializers\\pretty',
|
|
7 => 'app\\framework\\filesystem\\serializers\\minimal',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/AppendableStorage.php' =>
|
|
array (
|
|
0 => '1a4f1a9d1e7903d2e68613048d9a47e2d69f1f68',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\appendablestorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\append',
|
|
1 => 'app\\framework\\filesystem\\appendline',
|
|
2 => 'app\\framework\\filesystem\\appendjson',
|
|
3 => 'app\\framework\\filesystem\\appendcsv',
|
|
4 => 'app\\framework\\filesystem\\appendwithtimestamp',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FilesystemInitializer.php' =>
|
|
array (
|
|
0 => '5fcb1c4cf5b82d3d58f6ca06940d2f8c60eacb1b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filesysteminitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\initializefilesystem',
|
|
1 => 'app\\framework\\filesystem\\registerstorages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FileMetadata.php' =>
|
|
array (
|
|
0 => '85d8882eb9df53aca9620c940aea9db1112dd1ad',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filemetadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\fromfile',
|
|
2 => 'app\\framework\\filesystem\\emptyhash',
|
|
3 => 'app\\framework\\filesystem\\calculatechecksum',
|
|
4 => 'app\\framework\\filesystem\\fromarray',
|
|
5 => 'app\\framework\\filesystem\\toarray',
|
|
6 => 'app\\framework\\filesystem\\haschanged',
|
|
7 => 'app\\framework\\filesystem\\isemptychecksum',
|
|
8 => 'app\\framework\\filesystem\\update',
|
|
9 => 'app\\framework\\filesystem\\getrelativepath',
|
|
10 => 'app\\framework\\filesystem\\getformattedsize',
|
|
11 => 'app\\framework\\filesystem\\getformattedtime',
|
|
12 => 'app\\framework\\filesystem\\withcurrentscantime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/StorageFactory.php' =>
|
|
array (
|
|
0 => 'a496d3840b2eef82fbed967b861c23867eff46d2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\storagefactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\create',
|
|
1 => 'app\\framework\\filesystem\\getsupportedtypes',
|
|
2 => 'app\\framework\\filesystem\\istypesupported',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Storage.php' =>
|
|
array (
|
|
0 => '14109ba04d57a59c80820fbb6cc7ab72a9b5477c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\storage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\get',
|
|
1 => 'app\\framework\\filesystem\\put',
|
|
2 => 'app\\framework\\filesystem\\exists',
|
|
3 => 'app\\framework\\filesystem\\delete',
|
|
4 => 'app\\framework\\filesystem\\copy',
|
|
5 => 'app\\framework\\filesystem\\size',
|
|
6 => 'app\\framework\\filesystem\\lastmodified',
|
|
7 => 'app\\framework\\filesystem\\getmimetype',
|
|
8 => 'app\\framework\\filesystem\\isreadable',
|
|
9 => 'app\\framework\\filesystem\\iswritable',
|
|
10 => 'app\\framework\\filesystem\\listdirectory',
|
|
11 => 'app\\framework\\filesystem\\createdirectory',
|
|
12 => 'app\\framework\\filesystem\\file',
|
|
13 => 'app\\framework\\filesystem\\directory',
|
|
14 => 'app\\framework\\filesystem\\batch',
|
|
15 => 'app\\framework\\filesystem\\getmultiple',
|
|
16 => 'app\\framework\\filesystem\\putmultiple',
|
|
17 => 'app\\framework\\filesystem\\getmetadatamultiple',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Directory.php' =>
|
|
array (
|
|
0 => '66c164920ee3afc8d02ce63442428676e6a7f670',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\directory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\getpath',
|
|
2 => 'app\\framework\\filesystem\\getpathstring',
|
|
3 => 'app\\framework\\filesystem\\exists',
|
|
4 => 'app\\framework\\filesystem\\create',
|
|
5 => 'app\\framework\\filesystem\\getfiles',
|
|
6 => 'app\\framework\\filesystem\\getdirectories',
|
|
7 => 'app\\framework\\filesystem\\getcontents',
|
|
8 => 'app\\framework\\filesystem\\getfile',
|
|
9 => 'app\\framework\\filesystem\\getdirectory',
|
|
10 => 'app\\framework\\filesystem\\refresh',
|
|
11 => 'app\\framework\\filesystem\\getname',
|
|
12 => 'app\\framework\\filesystem\\getparent',
|
|
13 => 'app\\framework\\filesystem\\gettotalsize',
|
|
14 => 'app\\framework\\filesystem\\isempty',
|
|
15 => 'app\\framework\\filesystem\\countfiles',
|
|
16 => 'app\\framework\\filesystem\\countdirectories',
|
|
17 => 'app\\framework\\filesystem\\gettree',
|
|
18 => 'app\\framework\\filesystem\\gettotalsizeoptimized',
|
|
19 => 'app\\framework\\filesystem\\getcontentsoptimized',
|
|
20 => 'app\\framework\\filesystem\\buildtree',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FilesystemFactory.php' =>
|
|
array (
|
|
0 => 'a32d70da3f19f65febd9131451fd13f8d9253eaf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filesystemfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\createfile',
|
|
1 => 'app\\framework\\filesystem\\createdirectory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/PermissionChecker.php' =>
|
|
array (
|
|
0 => '493ff00c5663f73c62a3651fb536f7174886983f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\permissionchecker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\resolvepath',
|
|
2 => 'app\\framework\\filesystem\\isdirectorywritable',
|
|
3 => 'app\\framework\\filesystem\\cancreatedirectory',
|
|
4 => 'app\\framework\\filesystem\\canwritefile',
|
|
5 => 'app\\framework\\filesystem\\canreadfile',
|
|
6 => 'app\\framework\\filesystem\\candeletefile',
|
|
7 => 'app\\framework\\filesystem\\getpermissionstring',
|
|
8 => 'app\\framework\\filesystem\\getdiagnosticinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/LoggableStorage.php' =>
|
|
array (
|
|
0 => '510cb5c92f58cf4884c2a88c5d6140df7158f768',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\loggablestorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\get',
|
|
2 => 'app\\framework\\filesystem\\put',
|
|
3 => 'app\\framework\\filesystem\\exists',
|
|
4 => 'app\\framework\\filesystem\\delete',
|
|
5 => 'app\\framework\\filesystem\\copy',
|
|
6 => 'app\\framework\\filesystem\\size',
|
|
7 => 'app\\framework\\filesystem\\lastmodified',
|
|
8 => 'app\\framework\\filesystem\\getmimetype',
|
|
9 => 'app\\framework\\filesystem\\isreadable',
|
|
10 => 'app\\framework\\filesystem\\iswritable',
|
|
11 => 'app\\framework\\filesystem\\listdirectory',
|
|
12 => 'app\\framework\\filesystem\\createdirectory',
|
|
13 => 'app\\framework\\filesystem\\file',
|
|
14 => 'app\\framework\\filesystem\\directory',
|
|
15 => 'app\\framework\\filesystem\\batch',
|
|
16 => 'app\\framework\\filesystem\\getmultiple',
|
|
17 => 'app\\framework\\filesystem\\putmultiple',
|
|
18 => 'app\\framework\\filesystem\\getmetadatamultiple',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FilesystemManager.php' =>
|
|
array (
|
|
0 => '3701c5988ea862c3aed1aec5d57b8f920a7db2e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filesystemmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\storage',
|
|
2 => 'app\\framework\\filesystem\\registerstorage',
|
|
3 => 'app\\framework\\filesystem\\registerserializer',
|
|
4 => 'app\\framework\\filesystem\\getserializer',
|
|
5 => 'app\\framework\\filesystem\\get',
|
|
6 => 'app\\framework\\filesystem\\put',
|
|
7 => 'app\\framework\\filesystem\\exists',
|
|
8 => 'app\\framework\\filesystem\\delete',
|
|
9 => 'app\\framework\\filesystem\\copy',
|
|
10 => 'app\\framework\\filesystem\\putserialized',
|
|
11 => 'app\\framework\\filesystem\\getserialized',
|
|
12 => 'app\\framework\\filesystem\\putjson',
|
|
13 => 'app\\framework\\filesystem\\getjson',
|
|
14 => 'app\\framework\\filesystem\\putcsv',
|
|
15 => 'app\\framework\\filesystem\\getcsv',
|
|
16 => 'app\\framework\\filesystem\\putatomic',
|
|
17 => 'app\\framework\\filesystem\\append',
|
|
18 => 'app\\framework\\filesystem\\copybetweenstorages',
|
|
19 => 'app\\framework\\filesystem\\getstorageinfo',
|
|
20 => 'app\\framework\\filesystem\\getserializerinfo',
|
|
21 => 'app\\framework\\filesystem\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/File.php' =>
|
|
array (
|
|
0 => '17528687009b63ac3e6f556700e90d3d2d10b4ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\file',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\fromsplfileinfo',
|
|
2 => 'app\\framework\\filesystem\\getpath',
|
|
3 => 'app\\framework\\filesystem\\getpathstring',
|
|
4 => 'app\\framework\\filesystem\\getmetadata',
|
|
5 => 'app\\framework\\filesystem\\getmodificationtime',
|
|
6 => 'app\\framework\\filesystem\\getsize',
|
|
7 => 'app\\framework\\filesystem\\getfilename',
|
|
8 => 'app\\framework\\filesystem\\getextension',
|
|
9 => 'app\\framework\\filesystem\\getdirectory',
|
|
10 => 'app\\framework\\filesystem\\hasextension',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/LockableStorage.php' =>
|
|
array (
|
|
0 => '4a3f63ac5b2e0417c0ea4114466cd4591994fc3d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\lockablestorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\withexclusivelock',
|
|
1 => 'app\\framework\\filesystem\\withsharedlock',
|
|
2 => 'app\\framework\\filesystem\\islocked',
|
|
3 => 'app\\framework\\filesystem\\putwithlock',
|
|
4 => 'app\\framework\\filesystem\\updatewithlock',
|
|
5 => 'app\\framework\\filesystem\\appendwithlock',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FileStorage.php' =>
|
|
array (
|
|
0 => 'a9372e43b1809f64ea86d299d5e2c358d0b93247',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filestorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\createdefaultfibermanager',
|
|
2 => 'app\\framework\\filesystem\\resolvepath',
|
|
3 => 'app\\framework\\filesystem\\get',
|
|
4 => 'app\\framework\\filesystem\\put',
|
|
5 => 'app\\framework\\filesystem\\exists',
|
|
6 => 'app\\framework\\filesystem\\delete',
|
|
7 => 'app\\framework\\filesystem\\copy',
|
|
8 => 'app\\framework\\filesystem\\size',
|
|
9 => 'app\\framework\\filesystem\\lastmodified',
|
|
10 => 'app\\framework\\filesystem\\getmimetype',
|
|
11 => 'app\\framework\\filesystem\\isreadable',
|
|
12 => 'app\\framework\\filesystem\\iswritable',
|
|
13 => 'app\\framework\\filesystem\\listdirectory',
|
|
14 => 'app\\framework\\filesystem\\createdirectory',
|
|
15 => 'app\\framework\\filesystem\\batch',
|
|
16 => 'app\\framework\\filesystem\\getmultiple',
|
|
17 => 'app\\framework\\filesystem\\putmultiple',
|
|
18 => 'app\\framework\\filesystem\\getmetadatamultiple',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/StreamableStorage.php' =>
|
|
array (
|
|
0 => 'e4aaf05cc1492a303540bdf8ba39e6a2c5acb35c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\streamablestorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\readstream',
|
|
1 => 'app\\framework\\filesystem\\writestream',
|
|
2 => 'app\\framework\\filesystem\\appendstream',
|
|
3 => 'app\\framework\\filesystem\\putstream',
|
|
4 => 'app\\framework\\filesystem\\copystream',
|
|
5 => 'app\\framework\\filesystem\\readlines',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/CompressibleStorage.php' =>
|
|
array (
|
|
0 => 'd21a59014c8af888ac71bfaec95b5e2ea3cfcef9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\compressiblestorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\putcompressed',
|
|
1 => 'app\\framework\\filesystem\\getcompressed',
|
|
2 => 'app\\framework\\filesystem\\compress',
|
|
3 => 'app\\framework\\filesystem\\decompress',
|
|
4 => 'app\\framework\\filesystem\\iscompressed',
|
|
5 => 'app\\framework\\filesystem\\getavailablealgorithms',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/InMemoryStorage.php' =>
|
|
array (
|
|
0 => '531f6010803e1e48af0b25b1d2b05dcffa92d618',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\inmemorystorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\createdefaultfibermanager',
|
|
2 => 'app\\framework\\filesystem\\get',
|
|
3 => 'app\\framework\\filesystem\\put',
|
|
4 => 'app\\framework\\filesystem\\exists',
|
|
5 => 'app\\framework\\filesystem\\delete',
|
|
6 => 'app\\framework\\filesystem\\copy',
|
|
7 => 'app\\framework\\filesystem\\size',
|
|
8 => 'app\\framework\\filesystem\\lastmodified',
|
|
9 => 'app\\framework\\filesystem\\listdirectory',
|
|
10 => 'app\\framework\\filesystem\\createdirectory',
|
|
11 => 'app\\framework\\filesystem\\addfile',
|
|
12 => 'app\\framework\\filesystem\\clear',
|
|
13 => 'app\\framework\\filesystem\\file',
|
|
14 => 'app\\framework\\filesystem\\directory',
|
|
15 => 'app\\framework\\filesystem\\getmimetype',
|
|
16 => 'app\\framework\\filesystem\\isreadable',
|
|
17 => 'app\\framework\\filesystem\\iswritable',
|
|
18 => 'app\\framework\\filesystem\\batch',
|
|
19 => 'app\\framework\\filesystem\\getmultiple',
|
|
20 => 'app\\framework\\filesystem\\putmultiple',
|
|
21 => 'app\\framework\\filesystem\\getmetadatamultiple',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Traits/LockableStorageTrait.php' =>
|
|
array (
|
|
0 => '4aedb933b9873ce0b7fbf947ff503e48dc42523c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\lockablestoragetrait',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\withexclusivelock',
|
|
1 => 'app\\framework\\filesystem\\traits\\withsharedlock',
|
|
2 => 'app\\framework\\filesystem\\traits\\islocked',
|
|
3 => 'app\\framework\\filesystem\\traits\\putwithlock',
|
|
4 => 'app\\framework\\filesystem\\traits\\updatewithlock',
|
|
5 => 'app\\framework\\filesystem\\traits\\appendwithlock',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Traits/CompressibleStorageTrait.php' =>
|
|
array (
|
|
0 => '8eec48d846efcc230a6e3e440755172f17e5c5be',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\compressiblestoragetrait',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\putcompressed',
|
|
1 => 'app\\framework\\filesystem\\traits\\getcompressed',
|
|
2 => 'app\\framework\\filesystem\\traits\\compress',
|
|
3 => 'app\\framework\\filesystem\\traits\\decompress',
|
|
4 => 'app\\framework\\filesystem\\traits\\iscompressed',
|
|
5 => 'app\\framework\\filesystem\\traits\\getavailablealgorithms',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Traits/StreamableStorageTrait.php' =>
|
|
array (
|
|
0 => '5037d549d45da39b49fc6a420d86e70d14017d97',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\streamablestoragetrait',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\readstream',
|
|
1 => 'app\\framework\\filesystem\\traits\\writestream',
|
|
2 => 'app\\framework\\filesystem\\traits\\appendstream',
|
|
3 => 'app\\framework\\filesystem\\traits\\putstream',
|
|
4 => 'app\\framework\\filesystem\\traits\\copystream',
|
|
5 => 'app\\framework\\filesystem\\traits\\readlines',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Traits/AppendableStorageTrait.php' =>
|
|
array (
|
|
0 => '75bb885faa48e75088a13f957b3be122cfe6c060',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\appendablestoragetrait',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\append',
|
|
1 => 'app\\framework\\filesystem\\traits\\appendline',
|
|
2 => 'app\\framework\\filesystem\\traits\\appendjson',
|
|
3 => 'app\\framework\\filesystem\\traits\\appendcsv',
|
|
4 => 'app\\framework\\filesystem\\traits\\appendwithtimestamp',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/Traits/AtomicStorageTrait.php' =>
|
|
array (
|
|
0 => '5247f8c2ae4e47688b25bf4f83ae188703aef616',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\atomicstoragetrait',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\traits\\putatomic',
|
|
1 => 'app\\framework\\filesystem\\traits\\updateatomic',
|
|
2 => 'app\\framework\\filesystem\\traits\\updatejsonatomic',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Factory/ReflectionCacheFactory.php' =>
|
|
array (
|
|
0 => '5ba940cd8140ef9e48006a26ce4947469b9f18b3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\factory\\reflectioncachefactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\factory\\__construct',
|
|
1 => 'app\\framework\\reflection\\factory\\create',
|
|
2 => 'app\\framework\\reflection\\factory\\createoptimized',
|
|
3 => 'app\\framework\\reflection\\factory\\createwithwarmup',
|
|
4 => 'app\\framework\\reflection\\factory\\createfordevelopment',
|
|
5 => 'app\\framework\\reflection\\factory\\warmupcache',
|
|
6 => 'app\\framework\\reflection\\factory\\createmetadatacache',
|
|
7 => 'app\\framework\\reflection\\factory\\getrecommendedwarmupclasses',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/WrappedReflectionMethod.php' =>
|
|
array (
|
|
0 => '8cba1d0efa755a9257b6d78dff31fdbed6f5ba81',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\wrappedreflectionmethod',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\__construct',
|
|
1 => 'app\\framework\\reflection\\getdeclaringclass',
|
|
2 => 'app\\framework\\reflection\\getname',
|
|
3 => 'app\\framework\\reflection\\getparameters',
|
|
4 => 'app\\framework\\reflection\\getwrappedparameters',
|
|
5 => 'app\\framework\\reflection\\getparameterinfo',
|
|
6 => 'app\\framework\\reflection\\getattributes',
|
|
7 => 'app\\framework\\reflection\\getattributeinstances',
|
|
8 => 'app\\framework\\reflection\\hasattribute',
|
|
9 => 'app\\framework\\reflection\\getfirstattribute',
|
|
10 => 'app\\framework\\reflection\\getreturntype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/WrappedReflectionParameter.php' =>
|
|
array (
|
|
0 => '0a5a5c4f1c26c0364d878de3517c9d74810c074e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\wrappedreflectionparameter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\__construct',
|
|
1 => 'app\\framework\\reflection\\getname',
|
|
2 => 'app\\framework\\reflection\\gettypename',
|
|
3 => 'app\\framework\\reflection\\isbuiltin',
|
|
4 => 'app\\framework\\reflection\\isoptional',
|
|
5 => 'app\\framework\\reflection\\hasdefaultvalue',
|
|
6 => 'app\\framework\\reflection\\getdefaultvalue',
|
|
7 => 'app\\framework\\reflection\\allowsnull',
|
|
8 => 'app\\framework\\reflection\\getposition',
|
|
9 => 'app\\framework\\reflection\\getattributes',
|
|
10 => 'app\\framework\\reflection\\getattributenames',
|
|
11 => 'app\\framework\\reflection\\gettype',
|
|
12 => 'app\\framework\\reflection\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Monitoring/ReflectionMetrics.php' =>
|
|
array (
|
|
0 => '299b350072c3bb07e89a86f1f76f3e44f8205a03',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\monitoring\\reflectionmetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\monitoring\\recordcachehit',
|
|
1 => 'app\\framework\\reflection\\monitoring\\recordcachemiss',
|
|
2 => 'app\\framework\\reflection\\monitoring\\recordoperationtime',
|
|
3 => 'app\\framework\\reflection\\monitoring\\getcachehitrate',
|
|
4 => 'app\\framework\\reflection\\monitoring\\getaverageoperationtime',
|
|
5 => 'app\\framework\\reflection\\monitoring\\getmetricssummary',
|
|
6 => 'app\\framework\\reflection\\monitoring\\reset',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Cache/ParameterCache.php' =>
|
|
array (
|
|
0 => 'c51574f854108d0591614b91ec30f934369bd168',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\parametercache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\getparameters',
|
|
1 => 'app\\framework\\reflection\\cache\\getnativeparameters',
|
|
2 => 'app\\framework\\reflection\\cache\\getwrappedparameter',
|
|
3 => 'app\\framework\\reflection\\cache\\getparameterinfo',
|
|
4 => 'app\\framework\\reflection\\cache\\getparametertype',
|
|
5 => 'app\\framework\\reflection\\cache\\getparametertypename',
|
|
6 => 'app\\framework\\reflection\\cache\\isparametertypebuiltin',
|
|
7 => 'app\\framework\\reflection\\cache\\isparameteroptional',
|
|
8 => 'app\\framework\\reflection\\cache\\parameterhasdefaultvalue',
|
|
9 => 'app\\framework\\reflection\\cache\\getparameterdefaultvalue',
|
|
10 => 'app\\framework\\reflection\\cache\\parameterallowsnull',
|
|
11 => 'app\\framework\\reflection\\cache\\getparameterposition',
|
|
12 => 'app\\framework\\reflection\\cache\\getparametername',
|
|
13 => 'app\\framework\\reflection\\cache\\buildparameterinfo',
|
|
14 => 'app\\framework\\reflection\\cache\\forget',
|
|
15 => 'app\\framework\\reflection\\cache\\flush',
|
|
16 => 'app\\framework\\reflection\\cache\\clearrelatedcaches',
|
|
17 => 'app\\framework\\reflection\\cache\\getstats',
|
|
18 => 'app\\framework\\reflection\\cache\\getparameterattributes',
|
|
19 => 'app\\framework\\reflection\\cache\\has',
|
|
20 => 'app\\framework\\reflection\\cache\\getcachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Cache/AttributeCache.php' =>
|
|
array (
|
|
0 => '66a38b0711e75a9358d829bd72a1be4a41c858c1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\attributecache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\getclassattributes',
|
|
1 => 'app\\framework\\reflection\\cache\\getnativeclassattributes',
|
|
2 => 'app\\framework\\reflection\\cache\\getmethodattributes',
|
|
3 => 'app\\framework\\reflection\\cache\\getnativemethodattributes',
|
|
4 => 'app\\framework\\reflection\\cache\\getattributename',
|
|
5 => 'app\\framework\\reflection\\cache\\getattributeshortname',
|
|
6 => 'app\\framework\\reflection\\cache\\getattributetarget',
|
|
7 => 'app\\framework\\reflection\\cache\\isattributerepeated',
|
|
8 => 'app\\framework\\reflection\\cache\\getattributearguments',
|
|
9 => 'app\\framework\\reflection\\cache\\getattributeinstance',
|
|
10 => 'app\\framework\\reflection\\cache\\buildattributekey',
|
|
11 => 'app\\framework\\reflection\\cache\\getnativeattributesforcontext',
|
|
12 => 'app\\framework\\reflection\\cache\\forget',
|
|
13 => 'app\\framework\\reflection\\cache\\flush',
|
|
14 => 'app\\framework\\reflection\\cache\\clearrelatedcaches',
|
|
15 => 'app\\framework\\reflection\\cache\\getstats',
|
|
16 => 'app\\framework\\reflection\\cache\\has',
|
|
17 => 'app\\framework\\reflection\\cache\\getcachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Cache/MethodCache.php' =>
|
|
array (
|
|
0 => '6b26e98586515dc8a8533fc2a169306026290975',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\methodcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\__construct',
|
|
1 => 'app\\framework\\reflection\\cache\\getnativemethod',
|
|
2 => 'app\\framework\\reflection\\cache\\getwrappedmethod',
|
|
3 => 'app\\framework\\reflection\\cache\\getmethod',
|
|
4 => 'app\\framework\\reflection\\cache\\getmethods',
|
|
5 => 'app\\framework\\reflection\\cache\\getnativemethods',
|
|
6 => 'app\\framework\\reflection\\cache\\getmethodparameters',
|
|
7 => 'app\\framework\\reflection\\cache\\getnativemethodparameters',
|
|
8 => 'app\\framework\\reflection\\cache\\getmethodattributes',
|
|
9 => 'app\\framework\\reflection\\cache\\getnativemethodattributes',
|
|
10 => 'app\\framework\\reflection\\cache\\getparameterinfo',
|
|
11 => 'app\\framework\\reflection\\cache\\getmethoddeclaringclassname',
|
|
12 => 'app\\framework\\reflection\\cache\\getreturntype',
|
|
13 => 'app\\framework\\reflection\\cache\\forget',
|
|
14 => 'app\\framework\\reflection\\cache\\flush',
|
|
15 => 'app\\framework\\reflection\\cache\\clearrelatedcaches',
|
|
16 => 'app\\framework\\reflection\\cache\\getstats',
|
|
17 => 'app\\framework\\reflection\\cache\\checkmemorypressure',
|
|
18 => 'app\\framework\\reflection\\cache\\evictoldentries',
|
|
19 => 'app\\framework\\reflection\\cache\\parsememorylimit',
|
|
20 => 'app\\framework\\reflection\\cache\\clearcache',
|
|
21 => 'app\\framework\\reflection\\cache\\has',
|
|
22 => 'app\\framework\\reflection\\cache\\getcachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Cache/ClassCache.php' =>
|
|
array (
|
|
0 => '658faa91a115d3e811f06867c675a91633d76647',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\classcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\__construct',
|
|
1 => 'app\\framework\\reflection\\cache\\getnativeclass',
|
|
2 => 'app\\framework\\reflection\\cache\\getwrappedclass',
|
|
3 => 'app\\framework\\reflection\\cache\\getclass',
|
|
4 => 'app\\framework\\reflection\\cache\\getshortname',
|
|
5 => 'app\\framework\\reflection\\cache\\getmethods',
|
|
6 => 'app\\framework\\reflection\\cache\\getnativemethods',
|
|
7 => 'app\\framework\\reflection\\cache\\hasmethod',
|
|
8 => 'app\\framework\\reflection\\cache\\getmethod',
|
|
9 => 'app\\framework\\reflection\\cache\\getproperties',
|
|
10 => 'app\\framework\\reflection\\cache\\getnativeproperties',
|
|
11 => 'app\\framework\\reflection\\cache\\getattributes',
|
|
12 => 'app\\framework\\reflection\\cache\\getnativeattributes',
|
|
13 => 'app\\framework\\reflection\\cache\\hasattribute',
|
|
14 => 'app\\framework\\reflection\\cache\\isinstantiable',
|
|
15 => 'app\\framework\\reflection\\cache\\implementsinterface',
|
|
16 => 'app\\framework\\reflection\\cache\\forget',
|
|
17 => 'app\\framework\\reflection\\cache\\flush',
|
|
18 => 'app\\framework\\reflection\\cache\\clearrelatedcaches',
|
|
19 => 'app\\framework\\reflection\\cache\\getstats',
|
|
20 => 'app\\framework\\reflection\\cache\\has',
|
|
21 => 'app\\framework\\reflection\\cache\\getcachekey',
|
|
22 => 'app\\framework\\reflection\\cache\\enforcelimits',
|
|
23 => 'app\\framework\\reflection\\cache\\evictlru',
|
|
24 => 'app\\framework\\reflection\\cache\\evictoldest',
|
|
25 => 'app\\framework\\reflection\\cache\\shouldcachemetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/WrappedReflectionClass.php' =>
|
|
array (
|
|
0 => 'bbd83b25385ef36523225a921c68435e99503c25',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\wrappedreflectionclass',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\__construct',
|
|
1 => 'app\\framework\\reflection\\getproperties',
|
|
2 => 'app\\framework\\reflection\\getname',
|
|
3 => 'app\\framework\\reflection\\getshortname',
|
|
4 => 'app\\framework\\reflection\\isinstantiable',
|
|
5 => 'app\\framework\\reflection\\implementsinterface',
|
|
6 => 'app\\framework\\reflection\\getattributes',
|
|
7 => 'app\\framework\\reflection\\getattributeinstances',
|
|
8 => 'app\\framework\\reflection\\hasattribute',
|
|
9 => 'app\\framework\\reflection\\getfirstattribute',
|
|
10 => 'app\\framework\\reflection\\getmethods',
|
|
11 => 'app\\framework\\reflection\\getmethodswithattribute',
|
|
12 => 'app\\framework\\reflection\\getmethod',
|
|
13 => 'app\\framework\\reflection\\newinstance',
|
|
14 => 'app\\framework\\reflection\\getconstructor',
|
|
15 => 'app\\framework\\reflection\\hasmethod',
|
|
16 => 'app\\framework\\reflection\\newlazyghost',
|
|
17 => 'app\\framework\\reflection\\newlazyproxy',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Support/AttributeHandler.php' =>
|
|
array (
|
|
0 => '121b3c8d57409ea74ddb04c3831eb60ec64b6dcb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\support\\attributehandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\support\\getinstances',
|
|
1 => 'app\\framework\\reflection\\support\\hasany',
|
|
2 => 'app\\framework\\reflection\\support\\getfirst',
|
|
3 => 'app\\framework\\reflection\\support\\filterbyclass',
|
|
4 => 'app\\framework\\reflection\\support\\countbyclass',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/WrappedReflectionAttribute.php' =>
|
|
array (
|
|
0 => '040ff4a2f1fd01397e35a6f3bfde6700c4ede444',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\wrappedreflectionattribute',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\__construct',
|
|
1 => 'app\\framework\\reflection\\getname',
|
|
2 => 'app\\framework\\reflection\\getshortname',
|
|
3 => 'app\\framework\\reflection\\gettarget',
|
|
4 => 'app\\framework\\reflection\\isrepeated',
|
|
5 => 'app\\framework\\reflection\\getarguments',
|
|
6 => 'app\\framework\\reflection\\newinstance',
|
|
7 => 'app\\framework\\reflection\\hasarguments',
|
|
8 => 'app\\framework\\reflection\\getargumentcount',
|
|
9 => 'app\\framework\\reflection\\getargument',
|
|
10 => 'app\\framework\\reflection\\getfirstargument',
|
|
11 => 'app\\framework\\reflection\\targetsclass',
|
|
12 => 'app\\framework\\reflection\\targetsmethod',
|
|
13 => 'app\\framework\\reflection\\targetsproperty',
|
|
14 => 'app\\framework\\reflection\\targetsparameter',
|
|
15 => 'app\\framework\\reflection\\targetsfunction',
|
|
16 => 'app\\framework\\reflection\\targetsconstant',
|
|
17 => 'app\\framework\\reflection\\targetsall',
|
|
18 => 'app\\framework\\reflection\\getinstanceof',
|
|
19 => 'app\\framework\\reflection\\isinstanceof',
|
|
20 => 'app\\framework\\reflection\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/ReflectionCache.php' =>
|
|
array (
|
|
0 => 'a3b2b78279d115f1b69918a2054a6289c3058457',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\reflectioncache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\__construct',
|
|
1 => 'app\\framework\\reflection\\forget',
|
|
2 => 'app\\framework\\reflection\\flush',
|
|
3 => 'app\\framework\\reflection\\getstats',
|
|
4 => 'app\\framework\\reflection\\getperformancestatus',
|
|
5 => 'app\\framework\\reflection\\getoptimizationrecommendations',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Async/AsyncReflectionProcessor.php' =>
|
|
array (
|
|
0 => 'f5f501a9c2041cffa5d7eaf215d116bee32553fd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\async\\asyncreflectionprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\async\\__construct',
|
|
1 => 'app\\framework\\reflection\\async\\queueclassreflection',
|
|
2 => 'app\\framework\\reflection\\async\\processpendingoperations',
|
|
3 => 'app\\framework\\reflection\\async\\processclassreflection',
|
|
4 => 'app\\framework\\reflection\\async\\getoperationstatus',
|
|
5 => 'app\\framework\\reflection\\async\\getcompletedoperations',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Strategies/MemoryAwareCacheStrategy.php' =>
|
|
array (
|
|
0 => 'a64b1aa15ac4a019786a0f6047b00f92d99a45ee',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\strategies\\memoryawarecachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\strategies\\__construct',
|
|
1 => 'app\\framework\\reflection\\strategies\\shouldevict',
|
|
2 => 'app\\framework\\reflection\\strategies\\getleastrecentlyusedkeys',
|
|
3 => 'app\\framework\\reflection\\strategies\\evictleastrecentlyused',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Strategies/CacheWarmupStrategy.php' =>
|
|
array (
|
|
0 => '969cdf0f4535a6d6de3a8df6c0e6f0fdb1231a7e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\strategies\\cachewarmupstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\strategies\\__construct',
|
|
1 => 'app\\framework\\reflection\\strategies\\warmupframeworkclasses',
|
|
2 => 'app\\framework\\reflection\\strategies\\warmupapplicationclasses',
|
|
3 => 'app\\framework\\reflection\\strategies\\warmupattributeclasses',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/BatchOperations/ReflectionBatchProcessor.php' =>
|
|
array (
|
|
0 => '47e9bc7c63ff782293fb6aab47e64d0b8633f105',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\batchoperations\\reflectionbatchprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\batchoperations\\__construct',
|
|
1 => 'app\\framework\\reflection\\batchoperations\\getattributesforclasses',
|
|
2 => 'app\\framework\\reflection\\batchoperations\\getmethodswithattribute',
|
|
3 => 'app\\framework\\reflection\\batchoperations\\checkinstantiability',
|
|
4 => 'app\\framework\\reflection\\batchoperations\\checkinterfaceimplementation',
|
|
5 => 'app\\framework\\reflection\\batchoperations\\getpropertiesforclasses',
|
|
6 => 'app\\framework\\reflection\\batchoperations\\getmethodsforclasses',
|
|
7 => 'app\\framework\\reflection\\batchoperations\\getmethodparametersformethods',
|
|
8 => 'app\\framework\\reflection\\batchoperations\\getmethodattributesformethods',
|
|
9 => 'app\\framework\\reflection\\batchoperations\\createinstances',
|
|
10 => 'app\\framework\\reflection\\batchoperations\\filterclassesbyattribute',
|
|
11 => 'app\\framework\\reflection\\batchoperations\\filterclassesbyinterface',
|
|
12 => 'app\\framework\\reflection\\batchoperations\\getenumcasesforclasses',
|
|
13 => 'app\\framework\\reflection\\batchoperations\\filterenumclasses',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/CacheManager.php' =>
|
|
array (
|
|
0 => '38923fc3108f51ee2db7921ac0d487836021a106',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\cachemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\forget',
|
|
1 => 'app\\framework\\reflection\\contracts\\flush',
|
|
2 => 'app\\framework\\reflection\\contracts\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/ClassReflector.php' =>
|
|
array (
|
|
0 => 'a7c89b57a773343baf9d928a16f4295172cfd452',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\classreflector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\getclass',
|
|
1 => 'app\\framework\\reflection\\contracts\\getnativeclass',
|
|
2 => 'app\\framework\\reflection\\contracts\\getproperties',
|
|
3 => 'app\\framework\\reflection\\contracts\\getmethods',
|
|
4 => 'app\\framework\\reflection\\contracts\\getattributes',
|
|
5 => 'app\\framework\\reflection\\contracts\\hasattribute',
|
|
6 => 'app\\framework\\reflection\\contracts\\isinstantiable',
|
|
7 => 'app\\framework\\reflection\\contracts\\implementsinterface',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/ReflectionCache.php' =>
|
|
array (
|
|
0 => '651e6fcfa40db0feee83fb2d8cade10e73f5b1f2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\reflectioncache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\forget',
|
|
1 => 'app\\framework\\reflection\\contracts\\flush',
|
|
2 => 'app\\framework\\reflection\\contracts\\getstats',
|
|
3 => 'app\\framework\\reflection\\contracts\\has',
|
|
4 => 'app\\framework\\reflection\\contracts\\getcachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/MethodReflector.php' =>
|
|
array (
|
|
0 => '4805a5ba21a70d4fdd1a5875e9f7f6bed9244802',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\methodreflector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\getmethod',
|
|
1 => 'app\\framework\\reflection\\contracts\\getnativemethod',
|
|
2 => 'app\\framework\\reflection\\contracts\\getmethodparameters',
|
|
3 => 'app\\framework\\reflection\\contracts\\getmethodattributes',
|
|
4 => 'app\\framework\\reflection\\contracts\\getparameterinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/CachedReflectionProvider.php' =>
|
|
array (
|
|
0 => 'dd29aa3a504b1e6285ef0a03e40be07013c23995',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cachedreflectionprovider',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\__construct',
|
|
1 => 'app\\framework\\reflection\\getclass',
|
|
2 => 'app\\framework\\reflection\\getnativeclass',
|
|
3 => 'app\\framework\\reflection\\getproperties',
|
|
4 => 'app\\framework\\reflection\\getmethods',
|
|
5 => 'app\\framework\\reflection\\getattributes',
|
|
6 => 'app\\framework\\reflection\\hasattribute',
|
|
7 => 'app\\framework\\reflection\\isinstantiable',
|
|
8 => 'app\\framework\\reflection\\implementsinterface',
|
|
9 => 'app\\framework\\reflection\\getmethod',
|
|
10 => 'app\\framework\\reflection\\getnativemethod',
|
|
11 => 'app\\framework\\reflection\\getmethodparameters',
|
|
12 => 'app\\framework\\reflection\\getmethodattributes',
|
|
13 => 'app\\framework\\reflection\\getparameterinfo',
|
|
14 => 'app\\framework\\reflection\\getproperty',
|
|
15 => 'app\\framework\\reflection\\hasproperty',
|
|
16 => 'app\\framework\\reflection\\getpropertieswithattribute',
|
|
17 => 'app\\framework\\reflection\\getpropertyattributes',
|
|
18 => 'app\\framework\\reflection\\getpropertytype',
|
|
19 => 'app\\framework\\reflection\\getpropertydefaultvalue',
|
|
20 => 'app\\framework\\reflection\\getmethodparameter',
|
|
21 => 'app\\framework\\reflection\\hasmethodparameter',
|
|
22 => 'app\\framework\\reflection\\getparametertype',
|
|
23 => 'app\\framework\\reflection\\getparameterdefaultvalue',
|
|
24 => 'app\\framework\\reflection\\isparameteroptional',
|
|
25 => 'app\\framework\\reflection\\isparametervariadic',
|
|
26 => 'app\\framework\\reflection\\getparameterattributes',
|
|
27 => 'app\\framework\\reflection\\hasmethodattribute',
|
|
28 => 'app\\framework\\reflection\\getattributeinstances',
|
|
29 => 'app\\framework\\reflection\\getmethodattributeinstances',
|
|
30 => 'app\\framework\\reflection\\isenum',
|
|
31 => 'app\\framework\\reflection\\getenumcases',
|
|
32 => 'app\\framework\\reflection\\getenumcase',
|
|
33 => 'app\\framework\\reflection\\hasenumcase',
|
|
34 => 'app\\framework\\reflection\\getenumcaseattributes',
|
|
35 => 'app\\framework\\reflection\\isbackedenum',
|
|
36 => 'app\\framework\\reflection\\getenumbackingtype',
|
|
37 => 'app\\framework\\reflection\\getenumcasebackingvalue',
|
|
38 => 'app\\framework\\reflection\\createinstance',
|
|
39 => 'app\\framework\\reflection\\createinstancewithoutconstructor',
|
|
40 => 'app\\framework\\reflection\\createlazyghost',
|
|
41 => 'app\\framework\\reflection\\createlazyproxy',
|
|
42 => 'app\\framework\\reflection\\hasconstructor',
|
|
43 => 'app\\framework\\reflection\\getconstructorparameters',
|
|
44 => 'app\\framework\\reflection\\isabstract',
|
|
45 => 'app\\framework\\reflection\\isfinal',
|
|
46 => 'app\\framework\\reflection\\isinternal',
|
|
47 => 'app\\framework\\reflection\\isuserdefined',
|
|
48 => 'app\\framework\\reflection\\forget',
|
|
49 => 'app\\framework\\reflection\\flush',
|
|
50 => 'app\\framework\\reflection\\getstats',
|
|
51 => 'app\\framework\\reflection\\getcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Collections/PropertyCollection.php' =>
|
|
array (
|
|
0 => 'd5f1124a66dfe2593a070118f2fbc3e4ce595c0d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\propertycollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\__construct',
|
|
1 => 'app\\framework\\reflection\\collections\\getiterator',
|
|
2 => 'app\\framework\\reflection\\collections\\count',
|
|
3 => 'app\\framework\\reflection\\collections\\isempty',
|
|
4 => 'app\\framework\\reflection\\collections\\toarray',
|
|
5 => 'app\\framework\\reflection\\collections\\getbyname',
|
|
6 => 'app\\framework\\reflection\\collections\\hasproperty',
|
|
7 => 'app\\framework\\reflection\\collections\\getpublic',
|
|
8 => 'app\\framework\\reflection\\collections\\getprivate',
|
|
9 => 'app\\framework\\reflection\\collections\\getprotected',
|
|
10 => 'app\\framework\\reflection\\collections\\getstatic',
|
|
11 => 'app\\framework\\reflection\\collections\\getreadonly',
|
|
12 => 'app\\framework\\reflection\\collections\\getnames',
|
|
13 => 'app\\framework\\reflection\\collections\\filter',
|
|
14 => 'app\\framework\\reflection\\collections\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Collections/MethodCollection.php' =>
|
|
array (
|
|
0 => '884610c4e2f8ca4f6168298d36b0e470af6193c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\methodcollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\__construct',
|
|
1 => 'app\\framework\\reflection\\collections\\getiterator',
|
|
2 => 'app\\framework\\reflection\\collections\\count',
|
|
3 => 'app\\framework\\reflection\\collections\\isempty',
|
|
4 => 'app\\framework\\reflection\\collections\\toarray',
|
|
5 => 'app\\framework\\reflection\\collections\\getbyname',
|
|
6 => 'app\\framework\\reflection\\collections\\hasmethod',
|
|
7 => 'app\\framework\\reflection\\collections\\getwithattribute',
|
|
8 => 'app\\framework\\reflection\\collections\\getnames',
|
|
9 => 'app\\framework\\reflection\\collections\\filter',
|
|
10 => 'app\\framework\\reflection\\collections\\map',
|
|
11 => 'app\\framework\\reflection\\collections\\first',
|
|
12 => 'app\\framework\\reflection\\collections\\findfirst',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Collections/ParameterCollection.php' =>
|
|
array (
|
|
0 => 'e329721071eb01d1c606c3772d6ee3aa7de82752',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\parametercollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\__construct',
|
|
1 => 'app\\framework\\reflection\\collections\\getiterator',
|
|
2 => 'app\\framework\\reflection\\collections\\count',
|
|
3 => 'app\\framework\\reflection\\collections\\isempty',
|
|
4 => 'app\\framework\\reflection\\collections\\toarray',
|
|
5 => 'app\\framework\\reflection\\collections\\getbyposition',
|
|
6 => 'app\\framework\\reflection\\collections\\getbyname',
|
|
7 => 'app\\framework\\reflection\\collections\\hasparameter',
|
|
8 => 'app\\framework\\reflection\\collections\\getrequired',
|
|
9 => 'app\\framework\\reflection\\collections\\getoptional',
|
|
10 => 'app\\framework\\reflection\\collections\\gettyped',
|
|
11 => 'app\\framework\\reflection\\collections\\getbytype',
|
|
12 => 'app\\framework\\reflection\\collections\\toinfoarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Collections/AttributeCollection.php' =>
|
|
array (
|
|
0 => '4ff84f36e9fda3411aeee4524d84ebd03a16d6b4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\attributecollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\collections\\__construct',
|
|
1 => 'app\\framework\\reflection\\collections\\getiterator',
|
|
2 => 'app\\framework\\reflection\\collections\\count',
|
|
3 => 'app\\framework\\reflection\\collections\\isempty',
|
|
4 => 'app\\framework\\reflection\\collections\\toarray',
|
|
5 => 'app\\framework\\reflection\\collections\\getinstances',
|
|
6 => 'app\\framework\\reflection\\collections\\getfirstinstance',
|
|
7 => 'app\\framework\\reflection\\collections\\getbytype',
|
|
8 => 'app\\framework\\reflection\\collections\\hastype',
|
|
9 => 'app\\framework\\reflection\\collections\\getfirstbytype',
|
|
10 => 'app\\framework\\reflection\\collections\\getfirstinstancebytype',
|
|
11 => 'app\\framework\\reflection\\collections\\getnames',
|
|
12 => 'app\\framework\\reflection\\collections\\getuniquenames',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/ReflectionProvider.php' =>
|
|
array (
|
|
0 => '1f8a1e5c8b58b3613bcec3734d1c372463e38d11',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\reflectionprovider',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/QueryBus/QueryHandlerMapper.php' =>
|
|
array (
|
|
0 => '58f09afad64ca4c3645cca7801456610b3f9a802',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\queryhandlermapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\getattributeclass',
|
|
1 => 'app\\framework\\querybus\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/QueryBus/QueryBus.php' =>
|
|
array (
|
|
0 => '3e2101553ff41500604090a100cedbe94b861d7f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\querybus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\dispatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/QueryBus/DefaultQueryBus.php' =>
|
|
array (
|
|
0 => '42e42e8ff58ce0e201ec1653835119cc270f00b3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\defaultquerybus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\__construct',
|
|
1 => 'app\\framework\\querybus\\dispatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/QueryBus/QueryHandler.php' =>
|
|
array (
|
|
0 => '3405dbd5a76008fa728db803c6d856eb510f576e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\queryhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/QueryBus/QueryHandlerCompiler.php' =>
|
|
array (
|
|
0 => 'b31a5467b0c9504eb79ce9e971a86fdf5e6f4e3d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\queryhandlercompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\getattributeclass',
|
|
1 => 'app\\framework\\querybus\\compile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/QueryBus/QueryBusInitializer.php' =>
|
|
array (
|
|
0 => '9af4a6a88fe30daee232868496f2a5ac6920c7ef',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\querybusinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\querybus\\__construct',
|
|
1 => 'app\\framework\\querybus\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/Storage/StorageInterface.php' =>
|
|
array (
|
|
0 => 'c59e62bec0a63f5596d05c8eef3435cf7cf344a0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\storage\\storageinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\storage\\getrequestsinwindow',
|
|
1 => 'app\\framework\\ratelimit\\storage\\addrequest',
|
|
2 => 'app\\framework\\ratelimit\\storage\\gettokenbucket',
|
|
3 => 'app\\framework\\ratelimit\\storage\\savetokenbucket',
|
|
4 => 'app\\framework\\ratelimit\\storage\\clear',
|
|
5 => 'app\\framework\\ratelimit\\storage\\getbaseline',
|
|
6 => 'app\\framework\\ratelimit\\storage\\updatebaseline',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/Storage/CacheStorage.php' =>
|
|
array (
|
|
0 => '2e67ef5a8f7bf4873d8d6f063a83198ce75f468a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\storage\\cachestorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\storage\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\storage\\getrequestsinwindow',
|
|
2 => 'app\\framework\\ratelimit\\storage\\addrequest',
|
|
3 => 'app\\framework\\ratelimit\\storage\\gettokenbucket',
|
|
4 => 'app\\framework\\ratelimit\\storage\\savetokenbucket',
|
|
5 => 'app\\framework\\ratelimit\\storage\\clear',
|
|
6 => 'app\\framework\\ratelimit\\storage\\getbaseline',
|
|
7 => 'app\\framework\\ratelimit\\storage\\updatebaseline',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/TokenBucket.php' =>
|
|
array (
|
|
0 => '0998293110b2a02575fe2a8eb43685638e5a677d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\tokenbucket',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\canconsume',
|
|
2 => 'app\\framework\\ratelimit\\consume',
|
|
3 => 'app\\framework\\ratelimit\\refill',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/TimeProvider/SystemTimeProvider.php' =>
|
|
array (
|
|
0 => 'd48c1072b1c777b99508359c3e4d71adfd6f2bcb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\timeprovider\\systemtimeprovider',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\timeprovider\\getcurrenttime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/TimeProvider/TimeProviderInterface.php' =>
|
|
array (
|
|
0 => '1915d6c4342d2656453e1b52b7c7c6ea48473469',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\timeprovider\\timeproviderinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\timeprovider\\getcurrenttime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/RateLimiterInitializer.php' =>
|
|
array (
|
|
0 => '3e79b1196f9b36a23da729d025910d9b65e9966b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\ratelimiterinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\initialize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/RateLimitResult.php' =>
|
|
array (
|
|
0 => 'b94f2418369d3105c70dd073d589385316eb55c7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\ratelimitresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\allowed',
|
|
2 => 'app\\framework\\ratelimit\\exceeded',
|
|
3 => 'app\\framework\\ratelimit\\withthreatanalysis',
|
|
4 => 'app\\framework\\ratelimit\\suspicious',
|
|
5 => 'app\\framework\\ratelimit\\isallowed',
|
|
6 => 'app\\framework\\ratelimit\\isexceeded',
|
|
7 => 'app\\framework\\ratelimit\\getlimit',
|
|
8 => 'app\\framework\\ratelimit\\getcurrent',
|
|
9 => 'app\\framework\\ratelimit\\getretryafter',
|
|
10 => 'app\\framework\\ratelimit\\getremainingrequests',
|
|
11 => 'app\\framework\\ratelimit\\isattacksuspected',
|
|
12 => 'app\\framework\\ratelimit\\hasanomaloustraffic',
|
|
13 => 'app\\framework\\ratelimit\\getthreatlevel',
|
|
14 => 'app\\framework\\ratelimit\\getrecommendedstrategy',
|
|
15 => 'app\\framework\\ratelimit\\shouldlogsecurityevent',
|
|
16 => 'app\\framework\\ratelimit\\toanalysisarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/RateLimiter.php' =>
|
|
array (
|
|
0 => 'a181fd54a7d5206651ccb1a296904d71458c20de',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\ratelimiter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\checklimit',
|
|
2 => 'app\\framework\\ratelimit\\checktokenbucket',
|
|
3 => 'app\\framework\\ratelimit\\reset',
|
|
4 => 'app\\framework\\ratelimit\\getusage',
|
|
5 => 'app\\framework\\ratelimit\\checklimitwithanalysis',
|
|
6 => 'app\\framework\\ratelimit\\detectburstpattern',
|
|
7 => 'app\\framework\\ratelimit\\calculatebaselinedeviation',
|
|
8 => 'app\\framework\\ratelimit\\analyzetrafficpatterns',
|
|
9 => 'app\\framework\\ratelimit\\calculatethreatscore',
|
|
10 => 'app\\framework\\ratelimit\\identifyattackpatterns',
|
|
11 => 'app\\framework\\ratelimit\\identifyanomalyindicators',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/EnvKey.php' =>
|
|
array (
|
|
0 => '50c953aad902be511a03fd855b4308dca2f36512',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\envkey',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/Exceptions/RequiredEnvironmentVariableException.php' =>
|
|
array (
|
|
0 => 'f027f99345fcea19bdd86ef1b80602e8feb96ad3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\exceptions\\requiredenvironmentvariableexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/DiscoveryConfig.php' =>
|
|
array (
|
|
0 => '807cf8c8f68d455585ddb39bdf2d08efa6858c55',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\discoveryconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\validateconfig',
|
|
2 => 'app\\framework\\config\\fromenvironment',
|
|
3 => 'app\\framework\\config\\development',
|
|
4 => 'app\\framework\\config\\production',
|
|
5 => 'app\\framework\\config\\lowmemory',
|
|
6 => 'app\\framework\\config\\highperformance',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/Console/SecretsCommand.php' =>
|
|
array (
|
|
0 => '8afe8cf604450d93a12312de536bc876b5565d21',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\console\\secretscommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\console\\__construct',
|
|
1 => 'app\\framework\\config\\console\\generatekey',
|
|
2 => 'app\\framework\\config\\console\\encrypt',
|
|
3 => 'app\\framework\\config\\console\\decrypt',
|
|
4 => 'app\\framework\\config\\console\\init',
|
|
5 => 'app\\framework\\config\\console\\list',
|
|
6 => 'app\\framework\\config\\console\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/EncryptedEnvLoader.php' =>
|
|
array (
|
|
0 => 'e4145f34d33e452ef4035769c68f9d0311762588',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\encryptedenvloader',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\loadenvironment',
|
|
2 => 'app\\framework\\config\\parseenvfile',
|
|
3 => 'app\\framework\\config\\removequotes',
|
|
4 => 'app\\framework\\config\\castvalue',
|
|
5 => 'app\\framework\\config\\generatesecretstemplate',
|
|
6 => 'app\\framework\\config\\encryptsecretsinfile',
|
|
7 => 'app\\framework\\config\\validateencryptionsetup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/Environment.php' =>
|
|
array (
|
|
0 => 'ef6a95b87e4fa66d4688dc336ad22a1ab11fe8ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\environment',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\get',
|
|
2 => 'app\\framework\\config\\getrequired',
|
|
3 => 'app\\framework\\config\\getint',
|
|
4 => 'app\\framework\\config\\getfloat',
|
|
5 => 'app\\framework\\config\\getbool',
|
|
6 => 'app\\framework\\config\\getstring',
|
|
7 => 'app\\framework\\config\\getenum',
|
|
8 => 'app\\framework\\config\\has',
|
|
9 => 'app\\framework\\config\\all',
|
|
10 => 'app\\framework\\config\\fromfile',
|
|
11 => 'app\\framework\\config\\castvalue',
|
|
12 => 'app\\framework\\config\\keytostring',
|
|
13 => 'app\\framework\\config\\withvariable',
|
|
14 => 'app\\framework\\config\\withvariables',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/ValueObjects/SecurityRiskLevel.php' =>
|
|
array (
|
|
0 => '01fac6d6ae71a772848cf3e39cc6629cd689f220',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\valueobjects\\securityrisklevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\valueobjects\\getdisplayname',
|
|
1 => 'app\\framework\\config\\valueobjects\\requiresimmediateaction',
|
|
2 => 'app\\framework\\config\\valueobjects\\getpriority',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/ValueObjects/SecurityContext.php' =>
|
|
array (
|
|
0 => 'ac5c9fda34fc5688e27fb0e891dbf84dc0b03324',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\valueobjects\\securitycontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\config\\valueobjects\\create',
|
|
2 => 'app\\framework\\config\\valueobjects\\issecure',
|
|
3 => 'app\\framework\\config\\valueobjects\\getrisklevel',
|
|
4 => 'app\\framework\\config\\valueobjects\\getsummary',
|
|
5 => 'app\\framework\\config\\valueobjects\\toarray',
|
|
6 => 'app\\framework\\config\\valueobjects\\issecrethandlingsafe',
|
|
7 => 'app\\framework\\config\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/SecretManager.php' =>
|
|
array (
|
|
0 => '246dae10cec0bd8ae91f28b7c49db81f145213de',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\secretmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\getsecret',
|
|
2 => 'app\\framework\\config\\getrequiredsecret',
|
|
3 => 'app\\framework\\config\\encryptsecret',
|
|
4 => 'app\\framework\\config\\isencrypted',
|
|
5 => 'app\\framework\\config\\getsecretkeys',
|
|
6 => 'app\\framework\\config\\rotatesecrets',
|
|
7 => 'app\\framework\\config\\generatesecuretoken',
|
|
8 => 'app\\framework\\config\\generatesecurepassword',
|
|
9 => 'app\\framework\\config\\auditsecretaccess',
|
|
10 => 'app\\framework\\config\\masksecret',
|
|
11 => 'app\\framework\\config\\maskuseragent',
|
|
12 => 'app\\framework\\config\\issecurecontext',
|
|
13 => 'app\\framework\\config\\getsecuritycontext',
|
|
14 => 'app\\framework\\config\\validatesecretsforcontext',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/AppConfig.php' =>
|
|
array (
|
|
0 => 'ccd0f3bea3905464e09375a5fcb22e14d86a14e4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\appconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\isproduction',
|
|
2 => 'app\\framework\\config\\isdevelopment',
|
|
3 => 'app\\framework\\config\\isstaging',
|
|
4 => 'app\\framework\\config\\isproductionlike',
|
|
5 => 'app\\framework\\config\\isdebugenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/SecurityConfig.php' =>
|
|
array (
|
|
0 => '51247d4fa96167c1c469b61f4ce25d840826dd67',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\securityconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\forenvironment',
|
|
2 => 'app\\framework\\config\\production',
|
|
3 => 'app\\framework\\config\\staging',
|
|
4 => 'app\\framework\\config\\development',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/External/ShopifyConfig.php' =>
|
|
array (
|
|
0 => '3548f3ca1e163cf1279516bf65a1fa87b26c15b6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\external\\shopifyconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\external\\__construct',
|
|
1 => 'app\\framework\\config\\external\\fromenvironment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/External/RapidMailConfig.php' =>
|
|
array (
|
|
0 => '1f1b1d43ee0fabe2401ab2a4f788f9a26ef0d1f0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\external\\rapidmailconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\external\\__construct',
|
|
1 => 'app\\framework\\config\\external\\fromenvironment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/External/ExternalApiConfig.php' =>
|
|
array (
|
|
0 => '4d7fa0f14cc9be76e1e41e022955af561da62491',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\external\\externalapiconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\external\\__construct',
|
|
1 => 'app\\framework\\config\\external\\fromenvironment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/TypedConfigInitializer.php' =>
|
|
array (
|
|
0 => '8653e253ce9361ccc60d9d042013444264d76281',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\typedconfiginitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\__invoke',
|
|
2 => 'app\\framework\\config\\createappconfig',
|
|
3 => 'app\\framework\\config\\createsecurityconfig',
|
|
4 => 'app\\framework\\config\\createdatabaseconfig',
|
|
5 => 'app\\framework\\config\\createratelimitconfig',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/TypedConfiguration.php' =>
|
|
array (
|
|
0 => 'c5e18855244e9ac974d4b4663227f4bced167823',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\typedconfiguration',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/EnvironmentType.php' =>
|
|
array (
|
|
0 => 'bf551e51fbc76e9cb18501452bd8042e48e47f8a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\environmenttype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\isproduction',
|
|
1 => 'app\\framework\\config\\isdevelopment',
|
|
2 => 'app\\framework\\config\\isstaging',
|
|
3 => 'app\\framework\\config\\isdebugenabled',
|
|
4 => 'app\\framework\\config\\isproductionlike',
|
|
5 => 'app\\framework\\config\\fromenvironment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/PooledSmtpTransport.php' =>
|
|
array (
|
|
0 => 'b48f46fd38c82f7c109dde63cd68a7ed81880023',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\pooledsmtptransport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\send',
|
|
2 => 'app\\framework\\mail\\isavailable',
|
|
3 => 'app\\framework\\mail\\getname',
|
|
4 => 'app\\framework\\mail\\sendbatch',
|
|
5 => 'app\\framework\\mail\\getconnection',
|
|
6 => 'app\\framework\\mail\\closeallconnections',
|
|
7 => 'app\\framework\\mail\\getactiveconnections',
|
|
8 => 'app\\framework\\mail\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/MailerInterface.php' =>
|
|
array (
|
|
0 => 'b08b70bcdac19a3898c6824c3ae453142d66953a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\mailerinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\send',
|
|
1 => 'app\\framework\\mail\\queue',
|
|
2 => 'app\\framework\\mail\\sendbatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Exceptions/SmtpException.php' =>
|
|
array (
|
|
0 => 'b2d4261004f56dbaf6c2ef0af8a6cf91d9dfbf7f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\exceptions\\smtpexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\exceptions\\connectionfailed',
|
|
1 => 'app\\framework\\mail\\exceptions\\authenticationfailed',
|
|
2 => 'app\\framework\\mail\\exceptions\\commandfailed',
|
|
3 => 'app\\framework\\mail\\exceptions\\tlsfailed',
|
|
4 => 'app\\framework\\mail\\exceptions\\messagebuildfailed',
|
|
5 => 'app\\framework\\mail\\exceptions\\messagevalidationfailed',
|
|
6 => 'app\\framework\\mail\\exceptions\\mailfromfailed',
|
|
7 => 'app\\framework\\mail\\exceptions\\recipientfailed',
|
|
8 => 'app\\framework\\mail\\exceptions\\datacommandfailed',
|
|
9 => 'app\\framework\\mail\\exceptions\\messagesendfailed',
|
|
10 => 'app\\framework\\mail\\exceptions\\socketerror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Priority.php' =>
|
|
array (
|
|
0 => '2e60032c887b329db820f9257a098650128434bf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\priority',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\toheadervalue',
|
|
1 => 'app\\framework\\mail\\toimportancevalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/SmtpConfig.php' =>
|
|
array (
|
|
0 => 'b10a6ce250674de5899bea253591687e2f349020',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\smtpconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\createtls',
|
|
2 => 'app\\framework\\mail\\createssl',
|
|
3 => 'app\\framework\\mail\\createplain',
|
|
4 => 'app\\framework\\mail\\requiresauthentication',
|
|
5 => 'app\\framework\\mail\\hasencryption',
|
|
6 => 'app\\framework\\mail\\getconnectionstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/TransportInterface.php' =>
|
|
array (
|
|
0 => '77c95af9faaec40d49f83ebe30a37fecda2f7138',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\transportinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\send',
|
|
1 => 'app\\framework\\mail\\isavailable',
|
|
2 => 'app\\framework\\mail\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Examples/MailerUsageExample.php' =>
|
|
array (
|
|
0 => '301eb4bf0b0cb3db6f9112d8f803d97f7eee8acc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\examples\\mailerusageexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\examples\\__construct',
|
|
1 => 'app\\framework\\mail\\examples\\sendwelcomeemail',
|
|
2 => 'app\\framework\\mail\\examples\\queuepasswordresetemail',
|
|
3 => 'app\\framework\\mail\\examples\\sendnewsletter',
|
|
4 => 'app\\framework\\mail\\examples\\sendinvoiceemail',
|
|
5 => 'app\\framework\\mail\\examples\\sendnotificationemail',
|
|
6 => 'app\\framework\\mail\\examples\\sendwitherrorhandling',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Testing/MockTransport.php' =>
|
|
array (
|
|
0 => 'ccc32eb1e5b9cc4f142e20cb10a0396c2f2355e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\testing\\mocktransport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\testing\\send',
|
|
1 => 'app\\framework\\mail\\testing\\isavailable',
|
|
2 => 'app\\framework\\mail\\testing\\getname',
|
|
3 => 'app\\framework\\mail\\testing\\sendbatch',
|
|
4 => 'app\\framework\\mail\\testing\\setshouldfail',
|
|
5 => 'app\\framework\\mail\\testing\\setisavailable',
|
|
6 => 'app\\framework\\mail\\testing\\getsentmessages',
|
|
7 => 'app\\framework\\mail\\testing\\getlastsentmessage',
|
|
8 => 'app\\framework\\mail\\testing\\getsentmessagecount',
|
|
9 => 'app\\framework\\mail\\testing\\clearsentmessages',
|
|
10 => 'app\\framework\\mail\\testing\\wassentto',
|
|
11 => 'app\\framework\\mail\\testing\\getsentmessagesto',
|
|
12 => 'app\\framework\\mail\\testing\\getsentmessagewithsubject',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/EmailList.php' =>
|
|
array (
|
|
0 => '34f336eb17c00f9f4852a20a7ec47200889a7d1e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\emaillist',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\empty',
|
|
2 => 'app\\framework\\mail\\fromarray',
|
|
3 => 'app\\framework\\mail\\add',
|
|
4 => 'app\\framework\\mail\\merge',
|
|
5 => 'app\\framework\\mail\\unique',
|
|
6 => 'app\\framework\\mail\\filter',
|
|
7 => 'app\\framework\\mail\\map',
|
|
8 => 'app\\framework\\mail\\contains',
|
|
9 => 'app\\framework\\mail\\isempty',
|
|
10 => 'app\\framework\\mail\\isnotempty',
|
|
11 => 'app\\framework\\mail\\first',
|
|
12 => 'app\\framework\\mail\\last',
|
|
13 => 'app\\framework\\mail\\toarray',
|
|
14 => 'app\\framework\\mail\\tostringarray',
|
|
15 => 'app\\framework\\mail\\tostring',
|
|
16 => 'app\\framework\\mail\\count',
|
|
17 => 'app\\framework\\mail\\getiterator',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Mailer.php' =>
|
|
array (
|
|
0 => 'c9961ce7f5dbbcabd5c8a54c2da250f2e20f5317',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\mailer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\send',
|
|
2 => 'app\\framework\\mail\\queue',
|
|
3 => 'app\\framework\\mail\\sendbatch',
|
|
4 => 'app\\framework\\mail\\queuebatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Message.php' =>
|
|
array (
|
|
0 => '128f1eb0bafc5f5a13ceda875f56d7c5e1127cf5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\message',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\hashtmlbody',
|
|
2 => 'app\\framework\\mail\\hasattachments',
|
|
3 => 'app\\framework\\mail\\hasreplyto',
|
|
4 => 'app\\framework\\mail\\getallrecipients',
|
|
5 => 'app\\framework\\mail\\withto',
|
|
6 => 'app\\framework\\mail\\withcc',
|
|
7 => 'app\\framework\\mail\\withbcc',
|
|
8 => 'app\\framework\\mail\\withattachment',
|
|
9 => 'app\\framework\\mail\\withheader',
|
|
10 => 'app\\framework\\mail\\withsubject',
|
|
11 => 'app\\framework\\mail\\withreplyto',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/TransportResult.php' =>
|
|
array (
|
|
0 => '896a7c329eaedd908fe639b775dd75af3797f381',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\transportresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\success',
|
|
2 => 'app\\framework\\mail\\failure',
|
|
3 => 'app\\framework\\mail\\issuccess',
|
|
4 => 'app\\framework\\mail\\isfailure',
|
|
5 => 'app\\framework\\mail\\geterror',
|
|
6 => 'app\\framework\\mail\\getmessageid',
|
|
7 => 'app\\framework\\mail\\getmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/SmtpTransport.php' =>
|
|
array (
|
|
0 => '29e63dcb81a446f591ea1716749352ef43f6973d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\smtptransport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\send',
|
|
2 => 'app\\framework\\mail\\isavailable',
|
|
3 => 'app\\framework\\mail\\getname',
|
|
4 => 'app\\framework\\mail\\connect',
|
|
5 => 'app\\framework\\mail\\authenticate',
|
|
6 => 'app\\framework\\mail\\sendmessage',
|
|
7 => 'app\\framework\\mail\\buildmessage',
|
|
8 => 'app\\framework\\mail\\buildtextmessage',
|
|
9 => 'app\\framework\\mail\\buildhtmlmessage',
|
|
10 => 'app\\framework\\mail\\buildmultipartalternativemessage',
|
|
11 => 'app\\framework\\mail\\buildmultipartmixedmessage',
|
|
12 => 'app\\framework\\mail\\addalternativeparts',
|
|
13 => 'app\\framework\\mail\\addattachments',
|
|
14 => 'app\\framework\\mail\\encodeheader',
|
|
15 => 'app\\framework\\mail\\sanitizeheadername',
|
|
16 => 'app\\framework\\mail\\generatemessageid',
|
|
17 => 'app\\framework\\mail\\sendcommand',
|
|
18 => 'app\\framework\\mail\\readresponse',
|
|
19 => 'app\\framework\\mail\\extractmessageid',
|
|
20 => 'app\\framework\\mail\\disconnect',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Commands/SendEmailCommandHandler.php' =>
|
|
array (
|
|
0 => 'd7522e58a6cd34283557266564e805ee1826ac04',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\sendemailcommandhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\__construct',
|
|
1 => 'app\\framework\\mail\\commands\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Commands/SendEmailBatchCommandHandler.php' =>
|
|
array (
|
|
0 => 'e65b90b42320e2b2a4d3a053a11f82726390da12',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\sendemailbatchcommandhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\__construct',
|
|
1 => 'app\\framework\\mail\\commands\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Commands/SendEmailBatchCommand.php' =>
|
|
array (
|
|
0 => '584430383313ca3ce901c1decfa789fa591a339f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\sendemailbatchcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\__construct',
|
|
1 => 'app\\framework\\mail\\commands\\getmaxretries',
|
|
2 => 'app\\framework\\mail\\commands\\getdelayseconds',
|
|
3 => 'app\\framework\\mail\\commands\\getmessagecount',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Commands/SendEmailCommand.php' =>
|
|
array (
|
|
0 => 'e3f640cf81ed254c62ba97ddcf60b2797e4044f9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\sendemailcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\commands\\__construct',
|
|
1 => 'app\\framework\\mail\\commands\\getmaxretries',
|
|
2 => 'app\\framework\\mail\\commands\\getdelayseconds',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Mail/Attachment.php' =>
|
|
array (
|
|
0 => '27625096b11832a255ad9d6330b39e6468e68d6c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\attachment',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\mail\\__construct',
|
|
1 => 'app\\framework\\mail\\fromfile',
|
|
2 => 'app\\framework\\mail\\fromdata',
|
|
3 => 'app\\framework\\mail\\inline',
|
|
4 => 'app\\framework\\mail\\getbase64content',
|
|
5 => 'app\\framework\\mail\\getsize',
|
|
6 => 'app\\framework\\mail\\getsizeformatted',
|
|
7 => 'app\\framework\\mail\\isimage',
|
|
8 => 'app\\framework\\mail\\isdocument',
|
|
9 => 'app\\framework\\mail\\istext',
|
|
10 => 'app\\framework\\mail\\isbinary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Cache.php' =>
|
|
array (
|
|
0 => '1143635cbcb975cff9d674aa37cede161cedfc31',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\get',
|
|
1 => 'app\\framework\\cache\\set',
|
|
2 => 'app\\framework\\cache\\has',
|
|
3 => 'app\\framework\\cache\\forget',
|
|
4 => 'app\\framework\\cache\\clear',
|
|
5 => 'app\\framework\\cache\\remember',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheInitializer.php' =>
|
|
array (
|
|
0 => 'c8fd01e970169f90aa019e9908aec0b6ab80b0cc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\__invoke',
|
|
2 => 'app\\framework\\cache\\clear',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Cacheable.php' =>
|
|
array (
|
|
0 => 'd0d534450e7b96ce0651b0d78eb82a46febdaabc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheItem.php' =>
|
|
array (
|
|
0 => '852d10b36990ef8e59308815ca837dbcdb91290d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheitem',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\miss',
|
|
2 => 'app\\framework\\cache\\hit',
|
|
3 => 'app\\framework\\cache\\forset',
|
|
4 => 'app\\framework\\cache\\fromvalues',
|
|
5 => 'app\\framework\\cache\\hasttl',
|
|
6 => 'app\\framework\\cache\\withttl',
|
|
7 => 'app\\framework\\cache\\withvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/ValidationCacheDecorator.php' =>
|
|
array (
|
|
0 => 'f4f1b822ac5530591d0e14b62c06b6c5a611b4e2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\validationcachedecorator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\get',
|
|
2 => 'app\\framework\\cache\\set',
|
|
3 => 'app\\framework\\cache\\has',
|
|
4 => 'app\\framework\\cache\\forget',
|
|
5 => 'app\\framework\\cache\\clear',
|
|
6 => 'app\\framework\\cache\\remember',
|
|
7 => 'app\\framework\\cache\\validatekey',
|
|
8 => 'app\\framework\\cache\\validatevalue',
|
|
9 => 'app\\framework\\cache\\validatettl',
|
|
10 => 'app\\framework\\cache\\calculatevaluesize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheDriver.php' =>
|
|
array (
|
|
0 => 'ed35bfdda7d07a1e5b8807a97bf790b9deacdc9c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cachedriver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\get',
|
|
1 => 'app\\framework\\cache\\set',
|
|
2 => 'app\\framework\\cache\\has',
|
|
3 => 'app\\framework\\cache\\forget',
|
|
4 => 'app\\framework\\cache\\clear',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/TaggedCache.php' =>
|
|
array (
|
|
0 => '7a6f7d47a2f4e48bdf07259b7067ced869c66d32',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\taggedcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\tags',
|
|
2 => 'app\\framework\\cache\\put',
|
|
3 => 'app\\framework\\cache\\get',
|
|
4 => 'app\\framework\\cache\\remember',
|
|
5 => 'app\\framework\\cache\\flush',
|
|
6 => 'app\\framework\\cache\\all',
|
|
7 => 'app\\framework\\cache\\exists',
|
|
8 => 'app\\framework\\cache\\gettagstats',
|
|
9 => 'app\\framework\\cache\\getcache',
|
|
10 => 'app\\framework\\cache\\gettags',
|
|
11 => 'app\\framework\\cache\\make',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CompressionAlgorithm.php' =>
|
|
array (
|
|
0 => 'ef056ca8e573f088269a1b30a6c4933d467c70db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compressionalgorithm',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compress',
|
|
1 => 'app\\framework\\cache\\decompress',
|
|
2 => 'app\\framework\\cache\\iscompressed',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheBuilder.php' =>
|
|
array (
|
|
0 => '4ed8a792a4406a3b998b2b1f4c42ca7cc768196a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cachebuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\create',
|
|
2 => 'app\\framework\\cache\\withlogging',
|
|
3 => 'app\\framework\\cache\\withcompression',
|
|
4 => 'app\\framework\\cache\\withmetrics',
|
|
5 => 'app\\framework\\cache\\withvalidation',
|
|
6 => 'app\\framework\\cache\\withevents',
|
|
7 => 'app\\framework\\cache\\withcustomdecorator',
|
|
8 => 'app\\framework\\cache\\build',
|
|
9 => 'app\\framework\\cache\\createfull',
|
|
10 => 'app\\framework\\cache\\createperformant',
|
|
11 => 'app\\framework\\cache\\createdevelopment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Metrics/CacheMetrics.php' =>
|
|
array (
|
|
0 => 'fb5e361b0bc90684a322170beeff34f8031673fd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\cachemetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\__construct',
|
|
1 => 'app\\framework\\cache\\metrics\\__destruct',
|
|
2 => 'app\\framework\\cache\\metrics\\enabledebugmode',
|
|
3 => 'app\\framework\\cache\\metrics\\shouldrecord',
|
|
4 => 'app\\framework\\cache\\metrics\\recordhit',
|
|
5 => 'app\\framework\\cache\\metrics\\recordmiss',
|
|
6 => 'app\\framework\\cache\\metrics\\recordset',
|
|
7 => 'app\\framework\\cache\\metrics\\recorddelete',
|
|
8 => 'app\\framework\\cache\\metrics\\recordclear',
|
|
9 => 'app\\framework\\cache\\metrics\\getstats',
|
|
10 => 'app\\framework\\cache\\metrics\\getstatsfordriver',
|
|
11 => 'app\\framework\\cache\\metrics\\reset',
|
|
12 => 'app\\framework\\cache\\metrics\\loadfromfile',
|
|
13 => 'app\\framework\\cache\\metrics\\maybesave',
|
|
14 => 'app\\framework\\cache\\metrics\\savetofile',
|
|
15 => 'app\\framework\\cache\\metrics\\gethitrate',
|
|
16 => 'app\\framework\\cache\\metrics\\gettopkeys',
|
|
17 => 'app\\framework\\cache\\metrics\\getheaviestkeys',
|
|
18 => 'app\\framework\\cache\\metrics\\initdriver',
|
|
19 => 'app\\framework\\cache\\metrics\\trackkey',
|
|
20 => 'app\\framework\\cache\\metrics\\getaveragelatency',
|
|
21 => 'app\\framework\\cache\\metrics\\getformatteddriverstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Metrics/CacheStatsSnapshot.php' =>
|
|
array (
|
|
0 => '981959cefac4605a981772a656286e79e92278b8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\cachestatssnapshot',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\__construct',
|
|
1 => 'app\\framework\\cache\\metrics\\gettotaloperations',
|
|
2 => 'app\\framework\\cache\\metrics\\getefficiencyrating',
|
|
3 => 'app\\framework\\cache\\metrics\\calculateopspersecond',
|
|
4 => 'app\\framework\\cache\\metrics\\toarray',
|
|
5 => 'app\\framework\\cache\\metrics\\getrecommendations',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Metrics/CacheMetricsInterface.php' =>
|
|
array (
|
|
0 => '0229e36ed53eab1f0ea0d88e221a1271b321414b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\cachemetricsinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\recordhit',
|
|
1 => 'app\\framework\\cache\\metrics\\recordmiss',
|
|
2 => 'app\\framework\\cache\\metrics\\recordset',
|
|
3 => 'app\\framework\\cache\\metrics\\recorddelete',
|
|
4 => 'app\\framework\\cache\\metrics\\recordclear',
|
|
5 => 'app\\framework\\cache\\metrics\\getstats',
|
|
6 => 'app\\framework\\cache\\metrics\\getstatsfordriver',
|
|
7 => 'app\\framework\\cache\\metrics\\reset',
|
|
8 => 'app\\framework\\cache\\metrics\\gethitrate',
|
|
9 => 'app\\framework\\cache\\metrics\\gettopkeys',
|
|
10 => 'app\\framework\\cache\\metrics\\getheaviestkeys',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Metrics/MetricsDecoratedCache.php' =>
|
|
array (
|
|
0 => '1d6c0a0b0fcb372571f4e50192297936abe0cc12',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\metricsdecoratedcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\metrics\\__construct',
|
|
1 => 'app\\framework\\cache\\metrics\\get',
|
|
2 => 'app\\framework\\cache\\metrics\\set',
|
|
3 => 'app\\framework\\cache\\metrics\\has',
|
|
4 => 'app\\framework\\cache\\metrics\\forget',
|
|
5 => 'app\\framework\\cache\\metrics\\delete',
|
|
6 => 'app\\framework\\cache\\metrics\\clear',
|
|
7 => 'app\\framework\\cache\\metrics\\remember',
|
|
8 => 'app\\framework\\cache\\metrics\\getinner',
|
|
9 => 'app\\framework\\cache\\metrics\\getmetrics',
|
|
10 => 'app\\framework\\cache\\metrics\\getdrivername',
|
|
11 => 'app\\framework\\cache\\metrics\\calculatesize',
|
|
12 => 'app\\framework\\cache\\metrics\\sanitizekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/MultiLevelCache.php' =>
|
|
array (
|
|
0 => 'b568c836d6a7db0fbc7d77a6d0045fc48b595325',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\multilevelcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\getdefaultfastcachettl',
|
|
2 => 'app\\framework\\cache\\get',
|
|
3 => 'app\\framework\\cache\\set',
|
|
4 => 'app\\framework\\cache\\forget',
|
|
5 => 'app\\framework\\cache\\clear',
|
|
6 => 'app\\framework\\cache\\has',
|
|
7 => 'app\\framework\\cache\\remember',
|
|
8 => 'app\\framework\\cache\\shouldcacheinfast',
|
|
9 => 'app\\framework\\cache\\getdriver',
|
|
10 => 'app\\framework\\cache\\driversupports',
|
|
11 => 'app\\framework\\cache\\getslowcache',
|
|
12 => 'app\\framework\\cache\\getfastcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/EventCacheDecorator.php' =>
|
|
array (
|
|
0 => 'd5b1d8e00947d87aae20b922b9b40ae82269ec9b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\eventcachedecorator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\get',
|
|
2 => 'app\\framework\\cache\\set',
|
|
3 => 'app\\framework\\cache\\has',
|
|
4 => 'app\\framework\\cache\\forget',
|
|
5 => 'app\\framework\\cache\\clear',
|
|
6 => 'app\\framework\\cache\\remember',
|
|
7 => 'app\\framework\\cache\\calculatevaluesize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Compression/GzipCompression.php' =>
|
|
array (
|
|
0 => 'a62a5f8fb75a2e37924c67fdec1e7077c9b7f104',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compression\\gzipcompression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compression\\__construct',
|
|
1 => 'app\\framework\\cache\\compression\\compress',
|
|
2 => 'app\\framework\\cache\\compression\\decompress',
|
|
3 => 'app\\framework\\cache\\compression\\iscompressed',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Compression/NullCompression.php' =>
|
|
array (
|
|
0 => 'e4b7790166ea9b5b34d2be48266a44bd1f1157c0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compression\\nullcompression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compression\\compress',
|
|
1 => 'app\\framework\\cache\\compression\\decompress',
|
|
2 => 'app\\framework\\cache\\compression\\iscompressed',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CachePrefix.php' =>
|
|
array (
|
|
0 => '4528d7467f0aac372a329176614e8fc941159a69',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheprefix',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\fromstring',
|
|
2 => 'app\\framework\\cache\\general',
|
|
3 => 'app\\framework\\cache\\query',
|
|
4 => 'app\\framework\\cache\\session',
|
|
5 => 'app\\framework\\cache\\fornamespace',
|
|
6 => 'app\\framework\\cache\\foruser',
|
|
7 => 'app\\framework\\cache\\fortemporary',
|
|
8 => 'app\\framework\\cache\\tostring',
|
|
9 => 'app\\framework\\cache\\gettype',
|
|
10 => 'app\\framework\\cache\\equals',
|
|
11 => 'app\\framework\\cache\\matcheskey',
|
|
12 => 'app\\framework\\cache\\getnormalizedstring',
|
|
13 => 'app\\framework\\cache\\createkey',
|
|
14 => 'app\\framework\\cache\\removefromkey',
|
|
15 => 'app\\framework\\cache\\hastrailingseparator',
|
|
16 => 'app\\framework\\cache\\withtrailingseparator',
|
|
17 => 'app\\framework\\cache\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/LoggingCacheDecorator.php' =>
|
|
array (
|
|
0 => '59acfa56ba95651cf7e04e3c0d25d6cdce2788b6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\loggingcachedecorator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\get',
|
|
2 => 'app\\framework\\cache\\set',
|
|
3 => 'app\\framework\\cache\\has',
|
|
4 => 'app\\framework\\cache\\forget',
|
|
5 => 'app\\framework\\cache\\clear',
|
|
6 => 'app\\framework\\cache\\remember',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Commands/ClearCache.php' =>
|
|
array (
|
|
0 => '26121b935cb9f60c45f5786a3653b69740b83111',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\commands\\clearcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\commands\\__construct',
|
|
1 => 'app\\framework\\cache\\commands\\__invoke',
|
|
2 => 'app\\framework\\cache\\commands\\flushredis',
|
|
3 => 'app\\framework\\cache\\commands\\cleardiscoveryfiles',
|
|
4 => 'app\\framework\\cache\\commands\\clearallcachefiles',
|
|
5 => 'app\\framework\\cache\\commands\\clearrediscompletely',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Events/CacheSet.php' =>
|
|
array (
|
|
0 => 'cb633991c025a24c1ab9571f9f07fb34e4f20240',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\cacheset',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\__construct',
|
|
1 => 'app\\framework\\cache\\events\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Events/CacheMiss.php' =>
|
|
array (
|
|
0 => '013f2a1f8d20f26f84f89e4e516749dd57f80503',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\cachemiss',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\__construct',
|
|
1 => 'app\\framework\\cache\\events\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Events/CacheClear.php' =>
|
|
array (
|
|
0 => '642cf0096dea106ab5b4faa5765429c51edd71ab',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\cacheclear',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\__construct',
|
|
1 => 'app\\framework\\cache\\events\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Events/CacheDelete.php' =>
|
|
array (
|
|
0 => 'edbb545be63af36594e2187833fd7ee4c09340f6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\cachedelete',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\__construct',
|
|
1 => 'app\\framework\\cache\\events\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Events/CacheHit.php' =>
|
|
array (
|
|
0 => '499b0f68693ff09aebbcbf9c11eee4f8d0cb758e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\cachehit',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\events\\__construct',
|
|
1 => 'app\\framework\\cache\\events\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Driver/NullCache.php' =>
|
|
array (
|
|
0 => '3ef9fbdf84461394630b4a6f0d0013c63dc41749',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\nullcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\get',
|
|
1 => 'app\\framework\\cache\\driver\\set',
|
|
2 => 'app\\framework\\cache\\driver\\has',
|
|
3 => 'app\\framework\\cache\\driver\\forget',
|
|
4 => 'app\\framework\\cache\\driver\\clear',
|
|
5 => 'app\\framework\\cache\\driver\\scan',
|
|
6 => 'app\\framework\\cache\\driver\\scanprefix',
|
|
7 => 'app\\framework\\cache\\driver\\getallkeys',
|
|
8 => 'app\\framework\\cache\\driver\\getscanperformance',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Driver/InMemoryCache.php' =>
|
|
array (
|
|
0 => 'c4aa9c69986c87d411623b513b5c2f477b830049',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\inmemorycache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\get',
|
|
1 => 'app\\framework\\cache\\driver\\set',
|
|
2 => 'app\\framework\\cache\\driver\\has',
|
|
3 => 'app\\framework\\cache\\driver\\forget',
|
|
4 => 'app\\framework\\cache\\driver\\clear',
|
|
5 => 'app\\framework\\cache\\driver\\scan',
|
|
6 => 'app\\framework\\cache\\driver\\scanprefix',
|
|
7 => 'app\\framework\\cache\\driver\\getallkeys',
|
|
8 => 'app\\framework\\cache\\driver\\getscanperformance',
|
|
9 => 'app\\framework\\cache\\driver\\patterntoregex',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Driver/ApcuCache.php' =>
|
|
array (
|
|
0 => '0d4e3355a8a73024f64eb8e6f0fdd1047e935830',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\apcucache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\__construct',
|
|
1 => 'app\\framework\\cache\\driver\\prefixkey',
|
|
2 => 'app\\framework\\cache\\driver\\get',
|
|
3 => 'app\\framework\\cache\\driver\\set',
|
|
4 => 'app\\framework\\cache\\driver\\has',
|
|
5 => 'app\\framework\\cache\\driver\\forget',
|
|
6 => 'app\\framework\\cache\\driver\\clear',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Driver/FileCache.php' =>
|
|
array (
|
|
0 => '0236be037b421243fc85909df6e3c95810156ede',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\filecache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\__construct',
|
|
1 => 'app\\framework\\cache\\driver\\getfilename',
|
|
2 => 'app\\framework\\cache\\driver\\getfilesforkey',
|
|
3 => 'app\\framework\\cache\\driver\\getlockfilename',
|
|
4 => 'app\\framework\\cache\\driver\\withkeylock',
|
|
5 => 'app\\framework\\cache\\driver\\getsinglekey',
|
|
6 => 'app\\framework\\cache\\driver\\get',
|
|
7 => 'app\\framework\\cache\\driver\\set',
|
|
8 => 'app\\framework\\cache\\driver\\has',
|
|
9 => 'app\\framework\\cache\\driver\\forget',
|
|
10 => 'app\\framework\\cache\\driver\\clear',
|
|
11 => 'app\\framework\\cache\\driver\\scan',
|
|
12 => 'app\\framework\\cache\\driver\\scanprefix',
|
|
13 => 'app\\framework\\cache\\driver\\getallkeys',
|
|
14 => 'app\\framework\\cache\\driver\\getscanperformance',
|
|
15 => 'app\\framework\\cache\\driver\\filetokey',
|
|
16 => 'app\\framework\\cache\\driver\\patterntoregex',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Driver/RedisCache.php' =>
|
|
array (
|
|
0 => '4aa8cf37955c6f5eaf7cbe0ab9eb73c9fd90bf0f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\rediscache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\driver\\__construct',
|
|
1 => 'app\\framework\\cache\\driver\\prefixkey',
|
|
2 => 'app\\framework\\cache\\driver\\get',
|
|
3 => 'app\\framework\\cache\\driver\\set',
|
|
4 => 'app\\framework\\cache\\driver\\has',
|
|
5 => 'app\\framework\\cache\\driver\\forget',
|
|
6 => 'app\\framework\\cache\\driver\\clear',
|
|
7 => 'app\\framework\\cache\\driver\\clearbypattern',
|
|
8 => 'app\\framework\\cache\\driver\\scan',
|
|
9 => 'app\\framework\\cache\\driver\\scanprefix',
|
|
10 => 'app\\framework\\cache\\driver\\getallkeys',
|
|
11 => 'app\\framework\\cache\\driver\\getscanperformance',
|
|
12 => 'app\\framework\\cache\\driver\\wildcardtoredispattern',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/FileCacheCleaner.php' =>
|
|
array (
|
|
0 => 'afba27e3a1c493bba224a9b1968ae6c790212afb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\filecachecleaner',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\clean',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/GeneralCache.php' =>
|
|
array (
|
|
0 => 'c477654b86ad975c0d6591c653709acc0665f20e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\generalcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\get',
|
|
2 => 'app\\framework\\cache\\set',
|
|
3 => 'app\\framework\\cache\\has',
|
|
4 => 'app\\framework\\cache\\forget',
|
|
5 => 'app\\framework\\cache\\clear',
|
|
6 => 'app\\framework\\cache\\remember',
|
|
7 => 'app\\framework\\cache\\compressitems',
|
|
8 => 'app\\framework\\cache\\decompressitems',
|
|
9 => 'app\\framework\\cache\\shouldcompress',
|
|
10 => 'app\\framework\\cache\\getdriver',
|
|
11 => 'app\\framework\\cache\\driversupports',
|
|
12 => 'app\\framework\\cache\\hascompressionenabled',
|
|
13 => 'app\\framework\\cache\\getcompressionstats',
|
|
14 => 'app\\framework\\cache\\monitorcachesize',
|
|
15 => 'app\\framework\\cache\\analyzecachekeypattern',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Meta/OpenGraphTypeWebsite.php' =>
|
|
array (
|
|
0 => '26a9768102aa47ec96111414bfeca9118a1efb54',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\opengraphtypewebsite',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Meta/OpenGraph.php' =>
|
|
array (
|
|
0 => 'c0ddc94caec8a99cc20e05e806d22c21711f36de',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\opengraph',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Meta/MetaData.php' =>
|
|
array (
|
|
0 => '6ac6f15765b1ce0870329a4114d3d305d6fd3f87',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\metadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Meta/MetaResolver.php' =>
|
|
array (
|
|
0 => '913635045fe6f900fde300e1d9857f52346a97b9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\metaresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Meta/StaticPageMetaResolver.php' =>
|
|
array (
|
|
0 => 'dde00163015860a81c4185bf16bd54453ed15c69',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\staticpagemetaresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\__construct',
|
|
1 => 'app\\framework\\meta\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Meta/Keywords.php' =>
|
|
array (
|
|
0 => 'bb00066328b91f0457e2af1d9bd19972175629a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\keywords',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\__construct',
|
|
1 => 'app\\framework\\meta\\fromstrings',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Meta/OpenGraphType.php' =>
|
|
array (
|
|
0 => 'e5ecdb4f4b73102c89acfcd57f51404788753e3f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\meta\\opengraphtype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogProcessor.php' =>
|
|
array (
|
|
0 => '385f0f3a12fe12d008e2d0179a08349a0a9505dc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\logprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processrecord',
|
|
1 => 'app\\framework\\logging\\getpriority',
|
|
2 => 'app\\framework\\logging\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogViewer.php' =>
|
|
array (
|
|
0 => '2f272c8fe0a81f7b921587c0bd60de1c1fc72ffb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\logviewer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
1 => 'app\\framework\\logging\\getavailablelogs',
|
|
2 => 'app\\framework\\logging\\readlog',
|
|
3 => 'app\\framework\\logging\\taillog',
|
|
4 => 'app\\framework\\logging\\searchlogs',
|
|
5 => 'app\\framework\\logging\\streamlog',
|
|
6 => 'app\\framework\\logging\\getdefaultlogpaths',
|
|
7 => 'app\\framework\\logging\\readloglinesgenerator',
|
|
8 => 'app\\framework\\logging\\readsmallfilelines',
|
|
9 => 'app\\framework\\logging\\readlargefilelines',
|
|
10 => 'app\\framework\\logging\\readlogentriesgenerator',
|
|
11 => 'app\\framework\\logging\\readloglines',
|
|
12 => 'app\\framework\\logging\\parselogentries',
|
|
13 => 'app\\framework\\logging\\parselogline',
|
|
14 => 'app\\framework\\logging\\extractmessage',
|
|
15 => 'app\\framework\\logging\\extractcontext',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LoggerFactory.php' =>
|
|
array (
|
|
0 => '6a45d20e49906639cf61d9c3508cceb1cd577dc0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\loggerfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\create',
|
|
1 => 'app\\framework\\logging\\getdefaultlogger',
|
|
2 => 'app\\framework\\logging\\setdefaultlogger',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/ProcessLogCommand.php' =>
|
|
array (
|
|
0 => 'd59d7cb5d7809196ff5025b62bfa7865dbeae3e9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processlogcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LoggerInitializer.php' =>
|
|
array (
|
|
0 => 'a482b58cc9682dcc5c7636f75600f936bbee1ecd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\loggerinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogHandler.php' =>
|
|
array (
|
|
0 => '6985df8a4725de909943203fe65d9f47e26d02c6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\loghandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\ishandling',
|
|
1 => 'app\\framework\\logging\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogLevel.php' =>
|
|
array (
|
|
0 => '85e67e1841643e2ec22aad186ba6cefca920414e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\loglevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\getname',
|
|
1 => 'app\\framework\\logging\\getconsolecolor',
|
|
2 => 'app\\framework\\logging\\fromvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogRotator.php' =>
|
|
array (
|
|
0 => '623c177c27b4177601e32663a811476a17d8b778',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\logrotator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
1 => 'app\\framework\\logging\\rotateifneeded',
|
|
2 => 'app\\framework\\logging\\rotatelog',
|
|
3 => 'app\\framework\\logging\\rotatelogs',
|
|
4 => 'app\\framework\\logging\\cleanupoldlogs',
|
|
5 => 'app\\framework\\logging\\extractrotationnumber',
|
|
6 => 'app\\framework\\logging\\compressfile',
|
|
7 => 'app\\framework\\logging\\getrotationinfo',
|
|
8 => 'app\\framework\\logging\\shouldrotate',
|
|
9 => 'app\\framework\\logging\\daily',
|
|
10 => 'app\\framework\\logging\\weekly',
|
|
11 => 'app\\framework\\logging\\production',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogViewerInitializer.php' =>
|
|
array (
|
|
0 => '6f3439b1ad4939ed87d466d101d28752d65d503d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\logviewerinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Processors/RequestIdProcessor.php' =>
|
|
array (
|
|
0 => 'cd02c5d516f2a1f2872235c52bd31bd02b9beecc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\requestidprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\__construct',
|
|
1 => 'app\\framework\\logging\\processors\\processrecord',
|
|
2 => 'app\\framework\\logging\\processors\\getpriority',
|
|
3 => 'app\\framework\\logging\\processors\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Processors/InterpolationProcessor.php' =>
|
|
array (
|
|
0 => '047d7592c85cfb6c15705586490864ddc4e4aafb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\interpolationprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\processrecord',
|
|
1 => 'app\\framework\\logging\\processors\\interpolate',
|
|
2 => 'app\\framework\\logging\\processors\\getpriority',
|
|
3 => 'app\\framework\\logging\\processors\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Processors/ExceptionProcessor.php' =>
|
|
array (
|
|
0 => 'a36308beaa3e53c043b2dbd1c42fca9f5ce9753f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\exceptionprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\__construct',
|
|
1 => 'app\\framework\\logging\\processors\\processrecord',
|
|
2 => 'app\\framework\\logging\\processors\\formatexception',
|
|
3 => 'app\\framework\\logging\\processors\\formattrace',
|
|
4 => 'app\\framework\\logging\\processors\\getpriority',
|
|
5 => 'app\\framework\\logging\\processors\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Processors/WebInfoProcessor.php' =>
|
|
array (
|
|
0 => 'd46545a14f7d7d9479675dd8f7d90c53817a8016',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\webinfoprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\__construct',
|
|
1 => 'app\\framework\\logging\\processors\\processrecord',
|
|
2 => 'app\\framework\\logging\\processors\\collectwebinfo',
|
|
3 => 'app\\framework\\logging\\processors\\getfullurl',
|
|
4 => 'app\\framework\\logging\\processors\\getclientip',
|
|
5 => 'app\\framework\\logging\\processors\\getpriority',
|
|
6 => 'app\\framework\\logging\\processors\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Processors/IntrospectionProcessor.php' =>
|
|
array (
|
|
0 => '375bdcba130c693c6ba17074231eba1895b4f73f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\introspectionprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processors\\__construct',
|
|
1 => 'app\\framework\\logging\\processors\\processrecord',
|
|
2 => 'app\\framework\\logging\\processors\\getpriority',
|
|
3 => 'app\\framework\\logging\\processors\\getname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/ProcessLogCommandHandler.php' =>
|
|
array (
|
|
0 => '0ac912c3e52cae3c0de1b34061d5fc64e2f9447c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processlogcommandhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
1 => 'app\\framework\\logging\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Handlers/WebHandler.php' =>
|
|
array (
|
|
0 => '5922af4bdd7b8b3c61888d49a2584f3a24372a6c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\webhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\__construct',
|
|
1 => 'app\\framework\\logging\\handlers\\ishandling',
|
|
2 => 'app\\framework\\logging\\handlers\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Handlers/ConsoleHandler.php' =>
|
|
array (
|
|
0 => 'bc8fa7496f7b9e43759e79132f77eb3f7a53d808',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\consolehandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\__construct',
|
|
1 => 'app\\framework\\logging\\handlers\\ishandling',
|
|
2 => 'app\\framework\\logging\\handlers\\handle',
|
|
3 => 'app\\framework\\logging\\handlers\\setminlevel',
|
|
4 => 'app\\framework\\logging\\handlers\\setoutputformat',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Handlers/FileHandler.php' =>
|
|
array (
|
|
0 => 'f3ca54c07f5f53976d164d629c74a38558d66839',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\filehandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\__construct',
|
|
1 => 'app\\framework\\logging\\handlers\\ishandling',
|
|
2 => 'app\\framework\\logging\\handlers\\handle',
|
|
3 => 'app\\framework\\logging\\handlers\\write',
|
|
4 => 'app\\framework\\logging\\handlers\\flush',
|
|
5 => 'app\\framework\\logging\\handlers\\ensuredirectoryexists',
|
|
6 => 'app\\framework\\logging\\handlers\\setminlevel',
|
|
7 => 'app\\framework\\logging\\handlers\\setoutputformat',
|
|
8 => 'app\\framework\\logging\\handlers\\setlogfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Handlers/QueuedLogHandler.php' =>
|
|
array (
|
|
0 => '1a25a6abb5ac34d8069ed8e5437a79fd118c8ffa',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\queuedloghandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\__construct',
|
|
1 => 'app\\framework\\logging\\handlers\\ishandling',
|
|
2 => 'app\\framework\\logging\\handlers\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Handlers/JsonFileHandler.php' =>
|
|
array (
|
|
0 => '8bf7a180739ab82669c213f23a72e1dfc82abdf7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\jsonfilehandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\__construct',
|
|
1 => 'app\\framework\\logging\\handlers\\ishandling',
|
|
2 => 'app\\framework\\logging\\handlers\\handle',
|
|
3 => 'app\\framework\\logging\\handlers\\write',
|
|
4 => 'app\\framework\\logging\\handlers\\ensuredirectoryexists',
|
|
5 => 'app\\framework\\logging\\handlers\\setminlevel',
|
|
6 => 'app\\framework\\logging\\handlers\\setincludedfields',
|
|
7 => 'app\\framework\\logging\\handlers\\setlogfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Handlers/SyslogHandler.php' =>
|
|
array (
|
|
0 => 'f94e607d24a25def06f9d428b93816016758675b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\sysloghandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\handlers\\__construct',
|
|
1 => 'app\\framework\\logging\\handlers\\ishandling',
|
|
2 => 'app\\framework\\logging\\handlers\\handle',
|
|
3 => 'app\\framework\\logging\\handlers\\opensyslog',
|
|
4 => 'app\\framework\\logging\\handlers\\formatmessage',
|
|
5 => 'app\\framework\\logging\\handlers\\maplogleveltosyslogpriority',
|
|
6 => 'app\\framework\\logging\\handlers\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/ProcessorManager.php' =>
|
|
array (
|
|
0 => '2124dda6d17d7b95781745a4e41177cbea2a8b37',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\processormanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
1 => 'app\\framework\\logging\\addprocessor',
|
|
2 => 'app\\framework\\logging\\processrecord',
|
|
3 => 'app\\framework\\logging\\sortprocessors',
|
|
4 => 'app\\framework\\logging\\getprocessorlist',
|
|
5 => 'app\\framework\\logging\\hasprocessor',
|
|
6 => 'app\\framework\\logging\\getprocessor',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Commands/RotateLogsCommand.php' =>
|
|
array (
|
|
0 => '8c677cd23f3db882b96c5628ef6ba04ee7fd0d6d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\commands\\rotatelogscommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\commands\\execute',
|
|
1 => 'app\\framework\\logging\\commands\\getlogpaths',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogRecord.php' =>
|
|
array (
|
|
0 => '93c48bcce2db15c7ba4687342652e7c07efb3654',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\logrecord',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
1 => 'app\\framework\\logging\\getmessage',
|
|
2 => 'app\\framework\\logging\\setmessage',
|
|
3 => 'app\\framework\\logging\\getcontext',
|
|
4 => 'app\\framework\\logging\\withcontext',
|
|
5 => 'app\\framework\\logging\\getlevel',
|
|
6 => 'app\\framework\\logging\\gettimestamp',
|
|
7 => 'app\\framework\\logging\\getformattedtimestamp',
|
|
8 => 'app\\framework\\logging\\getchannel',
|
|
9 => 'app\\framework\\logging\\setchannel',
|
|
10 => 'app\\framework\\logging\\addextra',
|
|
11 => 'app\\framework\\logging\\addextras',
|
|
12 => 'app\\framework\\logging\\hasextra',
|
|
13 => 'app\\framework\\logging\\getextra',
|
|
14 => 'app\\framework\\logging\\getextras',
|
|
15 => 'app\\framework\\logging\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/Logger.php' =>
|
|
array (
|
|
0 => 'f8271c891f3dfef133035f42d2675164f8b26bf5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\logger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\debug',
|
|
1 => 'app\\framework\\logging\\info',
|
|
2 => 'app\\framework\\logging\\notice',
|
|
3 => 'app\\framework\\logging\\warning',
|
|
4 => 'app\\framework\\logging\\error',
|
|
5 => 'app\\framework\\logging\\critical',
|
|
6 => 'app\\framework\\logging\\alert',
|
|
7 => 'app\\framework\\logging\\emergency',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/DefaultLogger.php' =>
|
|
array (
|
|
0 => '4179eff8486f1661ba2c5dee0cecfc4b509e364c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\defaultlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
1 => 'app\\framework\\logging\\debug',
|
|
2 => 'app\\framework\\logging\\info',
|
|
3 => 'app\\framework\\logging\\notice',
|
|
4 => 'app\\framework\\logging\\warning',
|
|
5 => 'app\\framework\\logging\\error',
|
|
6 => 'app\\framework\\logging\\critical',
|
|
7 => 'app\\framework\\logging\\alert',
|
|
8 => 'app\\framework\\logging\\emergency',
|
|
9 => 'app\\framework\\logging\\log',
|
|
10 => 'app\\framework\\logging\\getconfiguration',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/DatabaseFactory.php' =>
|
|
array (
|
|
0 => '889fd7d9504a1f83baea928d8eab5ce9a08b10e5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\databasefactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\createconnection',
|
|
1 => 'app\\framework\\database\\createdirectconnection',
|
|
2 => 'app\\framework\\database\\createlazyconnection',
|
|
3 => 'app\\framework\\database\\createretryableconnection',
|
|
4 => 'app\\framework\\database\\createrobustconnection',
|
|
5 => 'app\\framework\\database\\createpurelazyconnection',
|
|
6 => 'app\\framework\\database\\islazyconnection',
|
|
7 => 'app\\framework\\database\\forcelazyinitialization',
|
|
8 => 'app\\framework\\database\\createcachestrategy',
|
|
9 => 'app\\framework\\database\\createcachestrategyfromcache',
|
|
10 => 'app\\framework\\database\\createcachedconnection',
|
|
11 => 'app\\framework\\database\\createcachedconnectionwithcache',
|
|
12 => 'app\\framework\\database\\createconnectionwithcustomcache',
|
|
13 => 'app\\framework\\database\\createfullfeaturedconnection',
|
|
14 => 'app\\framework\\database\\createproductionconnection',
|
|
15 => 'app\\framework\\database\\createdriver',
|
|
16 => 'app\\framework\\database\\createpdo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Attributes/Type.php' =>
|
|
array (
|
|
0 => '0f4c0d8c09293527b3290e6b871101982c0fbf06',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\attributes\\type',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Attributes/Column.php' =>
|
|
array (
|
|
0 => '98c4ffb75257fd0ad712e063fff0b9d2dc686614',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\attributes\\column',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Attributes/Entity.php' =>
|
|
array (
|
|
0 => 'de73cf97e693d2fa34bf3bb74f2f9cd9fdeb4232',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\attributes\\entity',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/SimpleIdGenerator.php' =>
|
|
array (
|
|
0 => '77a988cd06fd46d756f7011b830f0b0eeb164f89',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\simpleidgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\generate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/LazyConnectionFactory.php' =>
|
|
array (
|
|
0 => 'f1c1f85cd8703ec8031088dfc0e0116d6150a1e8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\lazyconnectionfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\createlazyghost',
|
|
1 => 'app\\framework\\database\\initializelazyconnection',
|
|
2 => 'app\\framework\\database\\islazyghost',
|
|
3 => 'app\\framework\\database\\initializelazyghost',
|
|
4 => 'app\\framework\\database\\resetlazyghost',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Middleware/QueryContext.php' =>
|
|
array (
|
|
0 => '940baa1c94e44eebd90788fb48c0e11c36eb8630',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\querycontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\__construct',
|
|
1 => 'app\\framework\\database\\middleware\\withmetadata',
|
|
2 => 'app\\framework\\database\\middleware\\getmetadata',
|
|
3 => 'app\\framework\\database\\middleware\\hasmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Middleware/QueryMiddleware.php' =>
|
|
array (
|
|
0 => '0b8d52f61a52ece4bbbcd3509ca8b5668d84a883',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\querymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\process',
|
|
1 => 'app\\framework\\database\\middleware\\getpriority',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Middleware/HealthCheckMiddleware.php' =>
|
|
array (
|
|
0 => '4bb41f58ba72de15ae12f521b4554fdcd3996dc8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\healthcheckmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\__construct',
|
|
1 => 'app\\framework\\database\\middleware\\process',
|
|
2 => 'app\\framework\\database\\middleware\\getpriority',
|
|
3 => 'app\\framework\\database\\middleware\\performhealthcheck',
|
|
4 => 'app\\framework\\database\\middleware\\getlasthealthcheckresult',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Middleware/CacheMiddleware.php' =>
|
|
array (
|
|
0 => 'a87ec1050edf2b1659eb2c0ec4275c4780a2d001',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\cachemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\__construct',
|
|
1 => 'app\\framework\\database\\middleware\\process',
|
|
2 => 'app\\framework\\database\\middleware\\getpriority',
|
|
3 => 'app\\framework\\database\\middleware\\iscacheable',
|
|
4 => 'app\\framework\\database\\middleware\\generatecachekey',
|
|
5 => 'app\\framework\\database\\middleware\\determinettl',
|
|
6 => 'app\\framework\\database\\middleware\\serializeresult',
|
|
7 => 'app\\framework\\database\\middleware\\deserializeresult',
|
|
8 => 'app\\framework\\database\\middleware\\invalidatepattern',
|
|
9 => 'app\\framework\\database\\middleware\\invalidateall',
|
|
10 => 'app\\framework\\database\\middleware\\getcachestats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Middleware/RetryMiddleware.php' =>
|
|
array (
|
|
0 => 'ee300b25928c0c5a95a9c476c69dc07973249e64',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\retrymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\__construct',
|
|
1 => 'app\\framework\\database\\middleware\\process',
|
|
2 => 'app\\framework\\database\\middleware\\getpriority',
|
|
3 => 'app\\framework\\database\\middleware\\retryoperation',
|
|
4 => 'app\\framework\\database\\middleware\\isretryableexception',
|
|
5 => 'app\\framework\\database\\middleware\\ispdoexceptionretryable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Middleware/MiddlewarePipeline.php' =>
|
|
array (
|
|
0 => 'ae55b17885d0a99f9151b501b422a6bb092ba032',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\middlewarepipeline',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\add',
|
|
1 => 'app\\framework\\database\\middleware\\addmultiple',
|
|
2 => 'app\\framework\\database\\middleware\\process',
|
|
3 => 'app\\framework\\database\\middleware\\getmiddleware',
|
|
4 => 'app\\framework\\database\\middleware\\hasmiddleware',
|
|
5 => 'app\\framework\\database\\middleware\\getmiddlewarebytype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/PooledConnection.php' =>
|
|
array (
|
|
0 => '6a78ba2507abb7547651b4c09df2b89ca1523548',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\pooledconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\execute',
|
|
2 => 'app\\framework\\database\\query',
|
|
3 => 'app\\framework\\database\\queryone',
|
|
4 => 'app\\framework\\database\\querycolumn',
|
|
5 => 'app\\framework\\database\\queryscalar',
|
|
6 => 'app\\framework\\database\\begintransaction',
|
|
7 => 'app\\framework\\database\\commit',
|
|
8 => 'app\\framework\\database\\rollback',
|
|
9 => 'app\\framework\\database\\intransaction',
|
|
10 => 'app\\framework\\database\\lastinsertid',
|
|
11 => 'app\\framework\\database\\getpdo',
|
|
12 => 'app\\framework\\database\\release',
|
|
13 => 'app\\framework\\database\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Hydrator.php' =>
|
|
array (
|
|
0 => '16ac43d1da9b0b5da8b61d3dd7811fdb71f64f64',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\hydrator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\hydrate',
|
|
2 => 'app\\framework\\database\\hydraterelations',
|
|
3 => 'app\\framework\\database\\loadrelation',
|
|
4 => 'app\\framework\\database\\getrelationkeyvalue',
|
|
5 => 'app\\framework\\database\\loadonetoonerelation',
|
|
6 => 'app\\framework\\database\\loadhasmanyrelation',
|
|
7 => 'app\\framework\\database\\loadbelongstorelation',
|
|
8 => 'app\\framework\\database\\getforeignkeypropertyname',
|
|
9 => 'app\\framework\\database\\getdefaultrelationvalue',
|
|
10 => 'app\\framework\\database\\hydratewithrelations',
|
|
11 => 'app\\framework\\database\\hydratewithoutrelations',
|
|
12 => 'app\\framework\\database\\eagerloadrelations',
|
|
13 => 'app\\framework\\database\\hydratemanywithrelations',
|
|
14 => 'app\\framework\\database\\batchloadrelations',
|
|
15 => 'app\\framework\\database\\batchloadsinglerelation',
|
|
16 => 'app\\framework\\database\\batchloadbelongstorelation',
|
|
17 => 'app\\framework\\database\\batchloadhasmanyrelation',
|
|
18 => 'app\\framework\\database\\batchloadonetoonerelation',
|
|
19 => 'app\\framework\\database\\setproperty',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Backup/BackupMetadata.php' =>
|
|
array (
|
|
0 => '31f0ae081aa8be0ec988c2474e6c2caa308c211a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\backupmetadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\__construct',
|
|
1 => 'app\\framework\\database\\backup\\getfilepath',
|
|
2 => 'app\\framework\\database\\backup\\getfilename',
|
|
3 => 'app\\framework\\database\\backup\\getcompressionratio',
|
|
4 => 'app\\framework\\database\\backup\\getspacesaved',
|
|
5 => 'app\\framework\\database\\backup\\isefficientlycompressed',
|
|
6 => 'app\\framework\\database\\backup\\getsummary',
|
|
7 => 'app\\framework\\database\\backup\\toarray',
|
|
8 => 'app\\framework\\database\\backup\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Backup/BackupResult.php' =>
|
|
array (
|
|
0 => '340605799a80bd9c57a63b5a7c4d05642477baf3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\backupresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\__construct',
|
|
1 => 'app\\framework\\database\\backup\\success',
|
|
2 => 'app\\framework\\database\\backup\\failure',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Backup/Console/BackupCommand.php' =>
|
|
array (
|
|
0 => 'bb3cf128dfe278d4f611d847a41930a491740d50',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\console\\backupcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\console\\__construct',
|
|
1 => 'app\\framework\\database\\backup\\console\\create',
|
|
2 => 'app\\framework\\database\\backup\\console\\restore',
|
|
3 => 'app\\framework\\database\\backup\\console\\list',
|
|
4 => 'app\\framework\\database\\backup\\console\\cleanup',
|
|
5 => 'app\\framework\\database\\backup\\console\\verify',
|
|
6 => 'app\\framework\\database\\backup\\console\\parsebackupoptions',
|
|
7 => 'app\\framework\\database\\backup\\console\\displaybackupoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Backup/DatabaseBackupService.php' =>
|
|
array (
|
|
0 => '44a4eb5d374564b6d697632e26cf55c0a71cdd55',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\databasebackupservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\__construct',
|
|
1 => 'app\\framework\\database\\backup\\createbackup',
|
|
2 => 'app\\framework\\database\\backup\\restorebackup',
|
|
3 => 'app\\framework\\database\\backup\\listbackups',
|
|
4 => 'app\\framework\\database\\backup\\cleanupbackups',
|
|
5 => 'app\\framework\\database\\backup\\createsqldump',
|
|
6 => 'app\\framework\\database\\backup\\processbackupcontent',
|
|
7 => 'app\\framework\\database\\backup\\processrestorecontent',
|
|
8 => 'app\\framework\\database\\backup\\generatebackupfilename',
|
|
9 => 'app\\framework\\database\\backup\\createbackupmetadata',
|
|
10 => 'app\\framework\\database\\backup\\savebackupmetadata',
|
|
11 => 'app\\framework\\database\\backup\\loadbackupmetadata',
|
|
12 => 'app\\framework\\database\\backup\\deletebackup',
|
|
13 => 'app\\framework\\database\\backup\\gettables',
|
|
14 => 'app\\framework\\database\\backup\\gettablestructure',
|
|
15 => 'app\\framework\\database\\backup\\gettabledata',
|
|
16 => 'app\\framework\\database\\backup\\executesqlrestore',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Backup/BackupRetentionPolicy.php' =>
|
|
array (
|
|
0 => 'c389030219f53a5e9048b269561658c5580e7af8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\backupretentionpolicy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\__construct',
|
|
1 => 'app\\framework\\database\\backup\\production',
|
|
2 => 'app\\framework\\database\\backup\\development',
|
|
3 => 'app\\framework\\database\\backup\\conservative',
|
|
4 => 'app\\framework\\database\\backup\\minimal',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Backup/BackupOptions.php' =>
|
|
array (
|
|
0 => '80766de6c3d493b1d9c113120979f24c972b8f86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\backupoptions',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\backup\\__construct',
|
|
1 => 'app\\framework\\database\\backup\\structureonly',
|
|
2 => 'app\\framework\\database\\backup\\dataonly',
|
|
3 => 'app\\framework\\database\\backup\\encrypted',
|
|
4 => 'app\\framework\\database\\backup\\quick',
|
|
5 => 'app\\framework\\database\\backup\\withtables',
|
|
6 => 'app\\framework\\database\\backup\\excludingtables',
|
|
7 => 'app\\framework\\database\\backup\\withencryption',
|
|
8 => 'app\\framework\\database\\backup\\toarray',
|
|
9 => 'app\\framework\\database\\backup\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/PdoConnection.php' =>
|
|
array (
|
|
0 => '6d39a56befcb2e250af2898d93cb16371073dc22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\pdoconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\execute',
|
|
2 => 'app\\framework\\database\\query',
|
|
3 => 'app\\framework\\database\\queryone',
|
|
4 => 'app\\framework\\database\\querycolumn',
|
|
5 => 'app\\framework\\database\\queryscalar',
|
|
6 => 'app\\framework\\database\\begintransaction',
|
|
7 => 'app\\framework\\database\\commit',
|
|
8 => 'app\\framework\\database\\rollback',
|
|
9 => 'app\\framework\\database\\intransaction',
|
|
10 => 'app\\framework\\database\\lastinsertid',
|
|
11 => 'app\\framework\\database\\getpdo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Projections.php' =>
|
|
array (
|
|
0 => '4edcb1754bbac642abf59f27888c23d520b3a474',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projections',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\property',
|
|
2 => 'app\\framework\\database\\criteria\\count',
|
|
3 => 'app\\framework\\database\\criteria\\countdistinct',
|
|
4 => 'app\\framework\\database\\criteria\\sum',
|
|
5 => 'app\\framework\\database\\criteria\\avg',
|
|
6 => 'app\\framework\\database\\criteria\\min',
|
|
7 => 'app\\framework\\database\\criteria\\max',
|
|
8 => 'app\\framework\\database\\criteria\\projectionlist',
|
|
9 => 'app\\framework\\database\\criteria\\rowcount',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Example/CriteriaUsageExample.php' =>
|
|
array (
|
|
0 => 'e28c95585fe45254b4b68b934b75e8bc2fb78a94',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\example\\criteriausageexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\example\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\example\\findusersbyemail',
|
|
2 => 'app\\framework\\database\\criteria\\example\\findactiveuserswithposts',
|
|
3 => 'app\\framework\\database\\criteria\\example\\findusersbyage',
|
|
4 => 'app\\framework\\database\\criteria\\example\\findusersbyids',
|
|
5 => 'app\\framework\\database\\criteria\\example\\searchusersbyname',
|
|
6 => 'app\\framework\\database\\criteria\\example\\findviporactiveusers',
|
|
7 => 'app\\framework\\database\\criteria\\example\\findpremiumusers',
|
|
8 => 'app\\framework\\database\\criteria\\example\\getuserstatistics',
|
|
9 => 'app\\framework\\database\\criteria\\example\\countactiveusers',
|
|
10 => 'app\\framework\\database\\criteria\\example\\getuserspage',
|
|
11 => 'app\\framework\\database\\criteria\\example\\finduserbyemail',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Order.php' =>
|
|
array (
|
|
0 => '008fbcfe8ae32db97e8a58493a65eb6d47b9ffbc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\order',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\asc',
|
|
2 => 'app\\framework\\database\\criteria\\desc',
|
|
3 => 'app\\framework\\database\\criteria\\tosql',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Projection/AggregateProjection.php' =>
|
|
array (
|
|
0 => '4ffc2ad49d4ed0725a133c658c3847ceaffd0980',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projection\\aggregateprojection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projection\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\projection\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\projection\\getaliases',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Projection/ProjectionList.php' =>
|
|
array (
|
|
0 => '2f6bff02ec174697588cd3af05022b478c515b9a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projection\\projectionlist',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projection\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\projection\\add',
|
|
2 => 'app\\framework\\database\\criteria\\projection\\tosql',
|
|
3 => 'app\\framework\\database\\criteria\\projection\\getaliases',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Projection/PropertyProjection.php' =>
|
|
array (
|
|
0 => '64f6d7873fdd09cd2a58167e9b60aba025c7b694',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projection\\propertyprojection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projection\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\projection\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\projection\\getaliases',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Criteria.php' =>
|
|
array (
|
|
0 => 'c0c4e1faac8f0272e7b68d24748c0e132ed3afa4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\criteria',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\add',
|
|
1 => 'app\\framework\\database\\criteria\\setprojection',
|
|
2 => 'app\\framework\\database\\criteria\\addorder',
|
|
3 => 'app\\framework\\database\\criteria\\setmaxresults',
|
|
4 => 'app\\framework\\database\\criteria\\setfirstresult',
|
|
5 => 'app\\framework\\database\\criteria\\getcriteria',
|
|
6 => 'app\\framework\\database\\criteria\\getprojection',
|
|
7 => 'app\\framework\\database\\criteria\\getorders',
|
|
8 => 'app\\framework\\database\\criteria\\getmaxresults',
|
|
9 => 'app\\framework\\database\\criteria\\getfirstresult',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/CriteriaQuery.php' =>
|
|
array (
|
|
0 => 'ad4857151e64bdf092d6aaffafab723937fb2b49',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\criteriaquery',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\getparameters',
|
|
3 => 'app\\framework\\database\\criteria\\buildselectclause',
|
|
4 => 'app\\framework\\database\\criteria\\buildwhereclause',
|
|
5 => 'app\\framework\\database\\criteria\\buildorderclause',
|
|
6 => 'app\\framework\\database\\criteria\\buildlimitclause',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Restrictions.php' =>
|
|
array (
|
|
0 => 'd645f5f656815952506d0c1acdfeeca0fd6a8430',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\restrictions',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\eq',
|
|
2 => 'app\\framework\\database\\criteria\\ne',
|
|
3 => 'app\\framework\\database\\criteria\\lt',
|
|
4 => 'app\\framework\\database\\criteria\\le',
|
|
5 => 'app\\framework\\database\\criteria\\gt',
|
|
6 => 'app\\framework\\database\\criteria\\ge',
|
|
7 => 'app\\framework\\database\\criteria\\like',
|
|
8 => 'app\\framework\\database\\criteria\\ilike',
|
|
9 => 'app\\framework\\database\\criteria\\in',
|
|
10 => 'app\\framework\\database\\criteria\\notin',
|
|
11 => 'app\\framework\\database\\criteria\\between',
|
|
12 => 'app\\framework\\database\\criteria\\isnull',
|
|
13 => 'app\\framework\\database\\criteria\\isnotnull',
|
|
14 => 'app\\framework\\database\\criteria\\and',
|
|
15 => 'app\\framework\\database\\criteria\\or',
|
|
16 => 'app\\framework\\database\\criteria\\not',
|
|
17 => 'app\\framework\\database\\criteria\\allof',
|
|
18 => 'app\\framework\\database\\criteria\\anyof',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/DetachedCriteria.php' =>
|
|
array (
|
|
0 => '5fa88e73c8ecd22df8bae4208fc98967b1c083ab',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\detachedcriteria',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\forclass',
|
|
2 => 'app\\framework\\database\\criteria\\add',
|
|
3 => 'app\\framework\\database\\criteria\\setprojection',
|
|
4 => 'app\\framework\\database\\criteria\\addorder',
|
|
5 => 'app\\framework\\database\\criteria\\setmaxresults',
|
|
6 => 'app\\framework\\database\\criteria\\setfirstresult',
|
|
7 => 'app\\framework\\database\\criteria\\getcriteria',
|
|
8 => 'app\\framework\\database\\criteria\\getprojection',
|
|
9 => 'app\\framework\\database\\criteria\\getorders',
|
|
10 => 'app\\framework\\database\\criteria\\getmaxresults',
|
|
11 => 'app\\framework\\database\\criteria\\getfirstresult',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Expression/LogicalExpression.php' =>
|
|
array (
|
|
0 => 'ed38e9ffd36d6614f0a222b875c17f4575c30bdf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\logicalexpression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\expression\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\expression\\getparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Expression/LikeExpression.php' =>
|
|
array (
|
|
0 => '2d6497554e4973686036ce53948cb3a790777d53',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\likeexpression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\expression\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\expression\\getparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Expression/NotExpression.php' =>
|
|
array (
|
|
0 => '74550c2a8f94d0fb5d66be432e185e525f0e60fd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\notexpression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\expression\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\expression\\getparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Expression/InExpression.php' =>
|
|
array (
|
|
0 => '168f5cff8c0b8ae40e8523b812b1593059bb8ade',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\inexpression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\expression\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\expression\\getparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Expression/BetweenExpression.php' =>
|
|
array (
|
|
0 => 'ebbff946cbd0d8627d58c0fb71783364e2ac528a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\betweenexpression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\expression\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\expression\\getparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Expression/SimpleExpression.php' =>
|
|
array (
|
|
0 => 'f8e94f0b68fa96757051a9e266c8fb08391aec7c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\simpleexpression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\expression\\__construct',
|
|
1 => 'app\\framework\\database\\criteria\\expression\\tosql',
|
|
2 => 'app\\framework\\database\\criteria\\expression\\getparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Criterion.php' =>
|
|
array (
|
|
0 => '3758254e0edf6555c1083ea1facfea83ee8af406',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\criterion',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\tosql',
|
|
1 => 'app\\framework\\database\\criteria\\getparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Criteria/Projection.php' =>
|
|
array (
|
|
0 => '4dee4d6b9e05bbc63983b24e0152b8db4b4eb488',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\projection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\criteria\\tosql',
|
|
1 => 'app\\framework\\database\\criteria\\getaliases',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Example/UserRepository.php' =>
|
|
array (
|
|
0 => 'b896e12960cac67e9e9b8242ef541ee147fc430f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\example\\userrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\example\\findbyemail',
|
|
1 => 'app\\framework\\database\\example\\create',
|
|
2 => 'app\\framework\\database\\example\\changename',
|
|
3 => 'app\\framework\\database\\example\\changeemail',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Example/User.php' =>
|
|
array (
|
|
0 => 'cce12de9ed3b305887a5fa1a490ff10d6c66b43b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\example\\user',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\example\\__construct',
|
|
1 => 'app\\framework\\database\\example\\withname',
|
|
2 => 'app\\framework\\database\\example\\withemail',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/EntityManager.php' =>
|
|
array (
|
|
0 => '279e92667309a68e88807e6db2fe50ad047391d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\entitymanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\find',
|
|
2 => 'app\\framework\\database\\findeager',
|
|
3 => 'app\\framework\\database\\findwithlazyloading',
|
|
4 => 'app\\framework\\database\\getreference',
|
|
5 => 'app\\framework\\database\\findall',
|
|
6 => 'app\\framework\\database\\findalleager',
|
|
7 => 'app\\framework\\database\\findalllazy',
|
|
8 => 'app\\framework\\database\\findby',
|
|
9 => 'app\\framework\\database\\findbywithoutcache',
|
|
10 => 'app\\framework\\database\\findoneby',
|
|
11 => 'app\\framework\\database\\findwithrelations',
|
|
12 => 'app\\framework\\database\\findbyeager',
|
|
13 => 'app\\framework\\database\\detach',
|
|
14 => 'app\\framework\\database\\clear',
|
|
15 => 'app\\framework\\database\\getidentitymapstats',
|
|
16 => 'app\\framework\\database\\islazyghost',
|
|
17 => 'app\\framework\\database\\initializelazyobject',
|
|
18 => 'app\\framework\\database\\getmetadata',
|
|
19 => 'app\\framework\\database\\generateid',
|
|
20 => 'app\\framework\\database\\getprofilingstatistics',
|
|
21 => 'app\\framework\\database\\getprofilingsummary',
|
|
22 => 'app\\framework\\database\\clearprofilingdata',
|
|
23 => 'app\\framework\\database\\setprofilingenabled',
|
|
24 => 'app\\framework\\database\\isprofilingenabled',
|
|
25 => 'app\\framework\\database\\save',
|
|
26 => 'app\\framework\\database\\exists',
|
|
27 => 'app\\framework\\database\\insert',
|
|
28 => 'app\\framework\\database\\update',
|
|
29 => 'app\\framework\\database\\delete',
|
|
30 => 'app\\framework\\database\\saveall',
|
|
31 => 'app\\framework\\database\\transaction',
|
|
32 => 'app\\framework\\database\\findbycriteria',
|
|
33 => 'app\\framework\\database\\findonebycriteria',
|
|
34 => 'app\\framework\\database\\countbycriteria',
|
|
35 => 'app\\framework\\database\\createquerybuilder',
|
|
36 => 'app\\framework\\database\\createquerybuilderfor',
|
|
37 => 'app\\framework\\database\\createquerybuilderfortable',
|
|
38 => 'app\\framework\\database\\getidentitymap',
|
|
39 => 'app\\framework\\database\\gethydrator',
|
|
40 => 'app\\framework\\database\\getentityeventmanager',
|
|
41 => 'app\\framework\\database\\recorddomainevent',
|
|
42 => 'app\\framework\\database\\dispatchdomaineventsforentity',
|
|
43 => 'app\\framework\\database\\dispatchalldomainevents',
|
|
44 => 'app\\framework\\database\\getdomaineventstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ConnectionInitializer.php' =>
|
|
array (
|
|
0 => 'db2c468e943811f4bcef6ff27101ae78da9d4e44',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\connectioninitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Metadata/PropertyMetadata.php' =>
|
|
array (
|
|
0 => 'ca33a10fd9fc864d5b300c059a042fe1105a8928',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\propertymetadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\__construct',
|
|
1 => 'app\\framework\\database\\metadata\\isuniontype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Metadata/MetadataRegistry.php' =>
|
|
array (
|
|
0 => '4bd1604b5d2399e2629d03e892b066c89d196e9f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\metadataregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\__construct',
|
|
1 => 'app\\framework\\database\\metadata\\getmetadata',
|
|
2 => 'app\\framework\\database\\metadata\\hasmetadata',
|
|
3 => 'app\\framework\\database\\metadata\\clearcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Metadata/MetadataExtractor.php' =>
|
|
array (
|
|
0 => 'a246352232a58e24f53ad5cd3283328da702ac4e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\metadataextractor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\extractmetadata',
|
|
1 => 'app\\framework\\database\\metadata\\extractproperties',
|
|
2 => 'app\\framework\\database\\metadata\\extractrelations',
|
|
3 => 'app\\framework\\database\\metadata\\isentityclass',
|
|
4 => 'app\\framework\\database\\metadata\\createrelationmetadataforentityproperty',
|
|
5 => 'app\\framework\\database\\metadata\\determinerelationtype',
|
|
6 => 'app\\framework\\database\\metadata\\hasconstructorparameter',
|
|
7 => 'app\\framework\\database\\metadata\\createbelongstorelationmetadata',
|
|
8 => 'app\\framework\\database\\metadata\\findforeignkeyproperty',
|
|
9 => 'app\\framework\\database\\metadata\\createhasrelationmetadata',
|
|
10 => 'app\\framework\\database\\metadata\\extractrelationmetadata',
|
|
11 => 'app\\framework\\database\\metadata\\extractpropertymetadata',
|
|
12 => 'app\\framework\\database\\metadata\\getcolumnname',
|
|
13 => 'app\\framework\\database\\metadata\\analyzetype',
|
|
14 => 'app\\framework\\database\\metadata\\getentityattribute',
|
|
15 => 'app\\framework\\database\\metadata\\getcolumnattribute',
|
|
16 => 'app\\framework\\database\\metadata\\gettypeattribute',
|
|
17 => 'app\\framework\\database\\metadata\\gettablenamefromclass',
|
|
18 => 'app\\framework\\database\\metadata\\findidproperty',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Metadata/EntityMetadata.php' =>
|
|
array (
|
|
0 => '2062a1f84ce4eeadfe10c364f2d85f04945f7b2b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\entitymetadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\metadata\\__construct',
|
|
1 => 'app\\framework\\database\\metadata\\getproperty',
|
|
2 => 'app\\framework\\database\\metadata\\getcolumnname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Repository/EntityRepository.php' =>
|
|
array (
|
|
0 => '6041d1f2a050fe083a6db1bf9fc6b290a1389717',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\repository\\entityrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\repository\\__construct',
|
|
1 => 'app\\framework\\database\\repository\\find',
|
|
2 => 'app\\framework\\database\\repository\\findeager',
|
|
3 => 'app\\framework\\database\\repository\\findall',
|
|
4 => 'app\\framework\\database\\repository\\findalleager',
|
|
5 => 'app\\framework\\database\\repository\\findby',
|
|
6 => 'app\\framework\\database\\repository\\findoneby',
|
|
7 => 'app\\framework\\database\\repository\\save',
|
|
8 => 'app\\framework\\database\\repository\\saveall',
|
|
9 => 'app\\framework\\database\\repository\\delete',
|
|
10 => 'app\\framework\\database\\repository\\transaction',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Config/DatabaseConfig.php' =>
|
|
array (
|
|
0 => '7eb3db1f46ea4afc4f588377823130419c3491af',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\databaseconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Config/CacheConfig.php' =>
|
|
array (
|
|
0 => 'c1e2b09e217c22725a697ad142dcc034ff75741c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\cacheconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\__construct',
|
|
1 => 'app\\framework\\database\\config\\development',
|
|
2 => 'app\\framework\\database\\config\\production',
|
|
3 => 'app\\framework\\database\\config\\disabled',
|
|
4 => 'app\\framework\\database\\config\\isentitycacheenabled',
|
|
5 => 'app\\framework\\database\\config\\getregionforentity',
|
|
6 => 'app\\framework\\database\\config\\getshortclassname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Config/ReadWriteConfig.php' =>
|
|
array (
|
|
0 => '22f5c763ea8c68261d6a7eb049b3f6a7c9e15e2e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\readwriteconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\__construct',
|
|
1 => 'app\\framework\\database\\config\\hasreadreplicas',
|
|
2 => 'app\\framework\\database\\config\\getreadreplicacount',
|
|
3 => 'app\\framework\\database\\config\\getconnectionweight',
|
|
4 => 'app\\framework\\database\\config\\getmaxconnections',
|
|
5 => 'app\\framework\\database\\config\\getallweights',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Config/LoadBalancingStrategy.php' =>
|
|
array (
|
|
0 => 'db948cf8b3fb706c954911034deee820702a71ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\loadbalancingstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Config/PoolConfig.php' =>
|
|
array (
|
|
0 => '4a80d052f2c78f7c5f307d0e78e74f4185b4ece2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\poolconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Config/DatabaseConfigInitializer.php' =>
|
|
array (
|
|
0 => '674cc26d858a8763f0cb327701b21d71327d271a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\databaseconfiginitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\config\\__construct',
|
|
1 => 'app\\framework\\database\\config\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/DatabaseManager.php' =>
|
|
array (
|
|
0 => '29b4fe367e4a5f8a3df39e233bce742f5d2e05cf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\databasemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\getconnection',
|
|
2 => 'app\\framework\\database\\getpooledconnection',
|
|
3 => 'app\\framework\\database\\getreadwriteconnection',
|
|
4 => 'app\\framework\\database\\wrapwithprofiling',
|
|
5 => 'app\\framework\\database\\migrate',
|
|
6 => 'app\\framework\\database\\rollback',
|
|
7 => 'app\\framework\\database\\getmigrationstatus',
|
|
8 => 'app\\framework\\database\\registerwithprofilingdashboard',
|
|
9 => 'app\\framework\\database\\getprofilingstatistics',
|
|
10 => 'app\\framework\\database\\getprofilingsummary',
|
|
11 => 'app\\framework\\database\\isprofilingenabled',
|
|
12 => 'app\\framework\\database\\getconnectionpoolstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/SlowQueryDetector.php' =>
|
|
array (
|
|
0 => '97ec008ffdecf7cb3ff7db2c313e953ebbc9851d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\slowquerydetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\withdefaults',
|
|
2 => 'app\\framework\\database\\profiling\\initializedefaultthresholds',
|
|
3 => 'app\\framework\\database\\profiling\\analyzequery',
|
|
4 => 'app\\framework\\database\\profiling\\addtorecentslowqueries',
|
|
5 => 'app\\framework\\database\\profiling\\determinealertlevel',
|
|
6 => 'app\\framework\\database\\profiling\\detectslowquerypattern',
|
|
7 => 'app\\framework\\database\\profiling\\countrecentsimilarqueries',
|
|
8 => 'app\\framework\\database\\profiling\\detectnplusonepattern',
|
|
9 => 'app\\framework\\database\\profiling\\detectmissingindexpattern',
|
|
10 => 'app\\framework\\database\\profiling\\detecttablescanpattern',
|
|
11 => 'app\\framework\\database\\profiling\\generaterecommendations',
|
|
12 => 'app\\framework\\database\\profiling\\getslowquerystatistics',
|
|
13 => 'app\\framework\\database\\profiling\\setalertthreshold',
|
|
14 => 'app\\framework\\database\\profiling\\clearrecentslowqueries',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/SlowQueryAlert.php' =>
|
|
array (
|
|
0 => '9adb4acd169ee7ea7e6ee31ff98bc15e719da68e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\slowqueryalert',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\getseverityscore',
|
|
2 => 'app\\framework\\database\\profiling\\getpriority',
|
|
3 => 'app\\framework\\database\\profiling\\getalertmessage',
|
|
4 => 'app\\framework\\database\\profiling\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/QueryAnalyzer.php' =>
|
|
array (
|
|
0 => 'db1c99b9a7e286501384b5bec05fcd5b4d8196ef',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\queryanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\analyzequery',
|
|
2 => 'app\\framework\\database\\profiling\\analyzeselectstatements',
|
|
3 => 'app\\framework\\database\\profiling\\analyzewhereclause',
|
|
4 => 'app\\framework\\database\\profiling\\analyzejoins',
|
|
5 => 'app\\framework\\database\\profiling\\analyzeaggregations',
|
|
6 => 'app\\framework\\database\\profiling\\analyzesubqueries',
|
|
7 => 'app\\framework\\database\\profiling\\analyzeperformancemetrics',
|
|
8 => 'app\\framework\\database\\profiling\\getexecutionplan',
|
|
9 => 'app\\framework\\database\\profiling\\calculateoptimizationscore',
|
|
10 => 'app\\framework\\database\\profiling\\batchanalyze',
|
|
11 => 'app\\framework\\database\\profiling\\getoptimizationsummary',
|
|
12 => 'app\\framework\\database\\profiling\\getoverallassessment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/ProfilingConnection.php' =>
|
|
array (
|
|
0 => '1562cec89ece4e5ec2f6155056dd7a1d0a08170f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\profilingconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\execute',
|
|
2 => 'app\\framework\\database\\profiling\\query',
|
|
3 => 'app\\framework\\database\\profiling\\queryone',
|
|
4 => 'app\\framework\\database\\profiling\\querycolumn',
|
|
5 => 'app\\framework\\database\\profiling\\queryscalar',
|
|
6 => 'app\\framework\\database\\profiling\\begintransaction',
|
|
7 => 'app\\framework\\database\\profiling\\commit',
|
|
8 => 'app\\framework\\database\\profiling\\rollback',
|
|
9 => 'app\\framework\\database\\profiling\\intransaction',
|
|
10 => 'app\\framework\\database\\profiling\\lastinsertid',
|
|
11 => 'app\\framework\\database\\profiling\\getpdo',
|
|
12 => 'app\\framework\\database\\profiling\\setprofilingenabled',
|
|
13 => 'app\\framework\\database\\profiling\\isprofilingenabled',
|
|
14 => 'app\\framework\\database\\profiling\\getprofiler',
|
|
15 => 'app\\framework\\database\\profiling\\getlogger',
|
|
16 => 'app\\framework\\database\\profiling\\getconnection',
|
|
17 => 'app\\framework\\database\\profiling\\getprofilingstatistics',
|
|
18 => 'app\\framework\\database\\profiling\\clearprofilingdata',
|
|
19 => 'app\\framework\\database\\profiling\\getprofilingsummary',
|
|
20 => 'app\\framework\\database\\profiling\\exportprofilingdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/ProfileSummary.php' =>
|
|
array (
|
|
0 => 'c2c4c37394cf9c579621567bb7f6370105bd0ecb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\profilesummary',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\getslowquerypercentage',
|
|
2 => 'app\\framework\\database\\profiling\\gettotalmemoryusagebytes',
|
|
3 => 'app\\framework\\database\\profiling\\getaveragememoryusagebytes',
|
|
4 => 'app\\framework\\database\\profiling\\getqueriespersecond',
|
|
5 => 'app\\framework\\database\\profiling\\getmostcommonquerytype',
|
|
6 => 'app\\framework\\database\\profiling\\getquerytypedistributionwithpercentages',
|
|
7 => 'app\\framework\\database\\profiling\\getperformanceassessment',
|
|
8 => 'app\\framework\\database\\profiling\\getrecommendations',
|
|
9 => 'app\\framework\\database\\profiling\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/QueryLogger.php' =>
|
|
array (
|
|
0 => '8fe241f9416d763fe0e73e2fa0eda9d1f8791c49',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\querylogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\withdefaults',
|
|
2 => 'app\\framework\\database\\profiling\\logquery',
|
|
3 => 'app\\framework\\database\\profiling\\writetosystemlog',
|
|
4 => 'app\\framework\\database\\profiling\\getloglevel',
|
|
5 => 'app\\framework\\database\\profiling\\formatlogmessage',
|
|
6 => 'app\\framework\\database\\profiling\\buildlogcontext',
|
|
7 => 'app\\framework\\database\\profiling\\sanitizeparameters',
|
|
8 => 'app\\framework\\database\\profiling\\capturestacktrace',
|
|
9 => 'app\\framework\\database\\profiling\\getloggedqueries',
|
|
10 => 'app\\framework\\database\\profiling\\getslowqueries',
|
|
11 => 'app\\framework\\database\\profiling\\export',
|
|
12 => 'app\\framework\\database\\profiling\\exportasjson',
|
|
13 => 'app\\framework\\database\\profiling\\exportascsv',
|
|
14 => 'app\\framework\\database\\profiling\\exportashtml',
|
|
15 => 'app\\framework\\database\\profiling\\exportassql',
|
|
16 => 'app\\framework\\database\\profiling\\clearlog',
|
|
17 => 'app\\framework\\database\\profiling\\getlogstatistics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/QueryProfiler.php' =>
|
|
array (
|
|
0 => '9179b55bb4f5ff21258e90d9a1f40fc6df3235b1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\queryprofiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\startprofile',
|
|
2 => 'app\\framework\\database\\profiling\\endprofile',
|
|
3 => 'app\\framework\\database\\profiling\\profile',
|
|
4 => 'app\\framework\\database\\profiling\\getprofiles',
|
|
5 => 'app\\framework\\database\\profiling\\getslowqueries',
|
|
6 => 'app\\framework\\database\\profiling\\getprofilesbytype',
|
|
7 => 'app\\framework\\database\\profiling\\getsummary',
|
|
8 => 'app\\framework\\database\\profiling\\clearprofiles',
|
|
9 => 'app\\framework\\database\\profiling\\getprofilescount',
|
|
10 => 'app\\framework\\database\\profiling\\isprofilingactive',
|
|
11 => 'app\\framework\\database\\profiling\\getactiveprofilescount',
|
|
12 => 'app\\framework\\database\\profiling\\setslowquerythreshold',
|
|
13 => 'app\\framework\\database\\profiling\\getslowquerythreshold',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/QueryAnalysis.php' =>
|
|
array (
|
|
0 => 'd46ca13d341a81083b9d8079e6d423031e6ed42d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\queryanalysis',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\getanalysisgrade',
|
|
2 => 'app\\framework\\database\\profiling\\getoptimizationpriority',
|
|
3 => 'app\\framework\\database\\profiling\\needsimmediateattention',
|
|
4 => 'app\\framework\\database\\profiling\\gettoprecommendations',
|
|
5 => 'app\\framework\\database\\profiling\\toarray',
|
|
6 => 'app\\framework\\database\\profiling\\getsummary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/SlowQueryPattern.php' =>
|
|
array (
|
|
0 => '03c5c1c38cad60ac3f72c6258597848b60d086f4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\slowquerypattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\getseverity',
|
|
2 => 'app\\framework\\database\\profiling\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/ProfilingDashboard.php' =>
|
|
array (
|
|
0 => '9f615dfd04189151b6ee6bc7c024b0b5ad45100b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\profilingdashboard',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\registerconnection',
|
|
2 => 'app\\framework\\database\\profiling\\getoverview',
|
|
3 => 'app\\framework\\database\\profiling\\getprofilingreport',
|
|
4 => 'app\\framework\\database\\profiling\\getslowqueryreport',
|
|
5 => 'app\\framework\\database\\profiling\\getperformancereport',
|
|
6 => 'app\\framework\\database\\profiling\\getoptimizationreport',
|
|
7 => 'app\\framework\\database\\profiling\\calculateoptimizationpriority',
|
|
8 => 'app\\framework\\database\\profiling\\export',
|
|
9 => 'app\\framework\\database\\profiling\\exportashtml',
|
|
10 => 'app\\framework\\database\\profiling\\clearallprofilingdata',
|
|
11 => 'app\\framework\\database\\profiling\\getregisteredconnections',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/SlowQueryAlertLevel.php' =>
|
|
array (
|
|
0 => '713f80eac80326f42e45131917d47293baf6ac5a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\slowqueryalertlevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/ProfilingConfig.php' =>
|
|
array (
|
|
0 => '67362b4530ab15f869a260021ace2f3f0353e293',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\profilingconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\development',
|
|
2 => 'app\\framework\\database\\profiling\\production',
|
|
3 => 'app\\framework\\database\\profiling\\testing',
|
|
4 => 'app\\framework\\database\\profiling\\isfeatureenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/Reports/OptimizationReport.php' =>
|
|
array (
|
|
0 => 'f5af04e3fa014d608fd1cb2c608edf1457b479b9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\optimizationreport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\reports\\getoptimizationsummary',
|
|
2 => 'app\\framework\\database\\profiling\\reports\\getconnectionsbypriority',
|
|
3 => 'app\\framework\\database\\profiling\\reports\\gettopslowquerypatterns',
|
|
4 => 'app\\framework\\database\\profiling\\reports\\getallindexsuggestions',
|
|
5 => 'app\\framework\\database\\profiling\\reports\\getperformanceissuesbyseverity',
|
|
6 => 'app\\framework\\database\\profiling\\reports\\getoptimizationroadmap',
|
|
7 => 'app\\framework\\database\\profiling\\reports\\getoptimizationimpact',
|
|
8 => 'app\\framework\\database\\profiling\\reports\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/Reports/ProfilingReport.php' =>
|
|
array (
|
|
0 => '511b0d1f01c35d60bc297ef2cf06a870704e2ef1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\profilingreport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\reports\\getsummary',
|
|
2 => 'app\\framework\\database\\profiling\\reports\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/Reports/SlowQueryReport.php' =>
|
|
array (
|
|
0 => '27e37de78deb13f7a9ff297d9e2912fe8a6b5cc4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\slowqueryreport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\reports\\gettopslowqueries',
|
|
2 => 'app\\framework\\database\\profiling\\reports\\getslowquerypatterns',
|
|
3 => 'app\\framework\\database\\profiling\\reports\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/Reports/PerformanceReport.php' =>
|
|
array (
|
|
0 => 'aaa53a9fbbecba1370291be3899e4d48b8d935d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\performancereport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\reports\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\reports\\getoverallmetrics',
|
|
2 => 'app\\framework\\database\\profiling\\reports\\getperformancetrends',
|
|
3 => 'app\\framework\\database\\profiling\\reports\\calculatetrend',
|
|
4 => 'app\\framework\\database\\profiling\\reports\\getperformancerecommendations',
|
|
5 => 'app\\framework\\database\\profiling\\reports\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/QueryProfile.php' =>
|
|
array (
|
|
0 => '5d45849986cb3997bbe405a63a9ab985ca41077e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\queryprofile',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\getquerytype',
|
|
2 => 'app\\framework\\database\\profiling\\issuccessful',
|
|
3 => 'app\\framework\\database\\profiling\\isreadquery',
|
|
4 => 'app\\framework\\database\\profiling\\iswritequery',
|
|
5 => 'app\\framework\\database\\profiling\\getmemoryusagebytes',
|
|
6 => 'app\\framework\\database\\profiling\\getpeakmemoryusagebytes',
|
|
7 => 'app\\framework\\database\\profiling\\getnormalizedsql',
|
|
8 => 'app\\framework\\database\\profiling\\getcomplexityscore',
|
|
9 => 'app\\framework\\database\\profiling\\getperformancerating',
|
|
10 => 'app\\framework\\database\\profiling\\toarray',
|
|
11 => 'app\\framework\\database\\profiling\\getsummary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/SlowQueryPatternType.php' =>
|
|
array (
|
|
0 => '2e23576d89017858d402f63a905c6ea6468f8d26',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\slowquerypatterntype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Profiling/Events/SlowQueryDetectedEvent.php' =>
|
|
array (
|
|
0 => '9b0e9f970da3eb5a3b34306d4906396b332e5ea5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\events\\slowquerydetectedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\profiling\\events\\__construct',
|
|
1 => 'app\\framework\\database\\profiling\\events\\geteventname',
|
|
2 => 'app\\framework\\database\\profiling\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/SecondLevelCacheInitializer.php' =>
|
|
array (
|
|
0 => 'be8fd57fc093dd30fe93ddd34c0e564bc1c24960',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\secondlevelcacheinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/SecondLevelCacheFactory.php' =>
|
|
array (
|
|
0 => '6674b49b0f1cfc8c3455ee4b41ae954e8b416f19',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\secondlevelcachefactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\createcache',
|
|
1 => 'app\\framework\\database\\cache\\createcachemanager',
|
|
2 => 'app\\framework\\database\\cache\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/NullSecondLevelCache.php' =>
|
|
array (
|
|
0 => '6140182f1e4318ced2043864ef370724a9b38d6a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\nullsecondlevelcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\putentity',
|
|
1 => 'app\\framework\\database\\cache\\getentity',
|
|
2 => 'app\\framework\\database\\cache\\hasentity',
|
|
3 => 'app\\framework\\database\\cache\\evictentity',
|
|
4 => 'app\\framework\\database\\cache\\putqueryresult',
|
|
5 => 'app\\framework\\database\\cache\\getqueryresult',
|
|
6 => 'app\\framework\\database\\cache\\hasqueryresult',
|
|
7 => 'app\\framework\\database\\cache\\evictqueryresult',
|
|
8 => 'app\\framework\\database\\cache\\putcollection',
|
|
9 => 'app\\framework\\database\\cache\\getcollection',
|
|
10 => 'app\\framework\\database\\cache\\hascollection',
|
|
11 => 'app\\framework\\database\\cache\\evictcollection',
|
|
12 => 'app\\framework\\database\\cache\\evictentityclass',
|
|
13 => 'app\\framework\\database\\cache\\clear',
|
|
14 => 'app\\framework\\database\\cache\\getstats',
|
|
15 => 'app\\framework\\database\\cache\\getregionstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/QueryCacheKey.php' =>
|
|
array (
|
|
0 => '312c1dbc8981a377273657fd21baed27a3f456e1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\querycachekey',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\tostring',
|
|
2 => 'app\\framework\\database\\cache\\__tostring',
|
|
3 => 'app\\framework\\database\\cache\\generatehash',
|
|
4 => 'app\\framework\\database\\cache\\normalizesql',
|
|
5 => 'app\\framework\\database\\cache\\normalizeparameters',
|
|
6 => 'app\\framework\\database\\cache\\normalizevalue',
|
|
7 => 'app\\framework\\database\\cache\\isassociativearray',
|
|
8 => 'app\\framework\\database\\cache\\getconnectioninfo',
|
|
9 => 'app\\framework\\database\\cache\\getsql',
|
|
10 => 'app\\framework\\database\\cache\\getparameters',
|
|
11 => 'app\\framework\\database\\cache\\matches',
|
|
12 => 'app\\framework\\database\\cache\\containstable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/CacheMetrics.php' =>
|
|
array (
|
|
0 => 'b2950cf132fc18617f11b782c848cf5fc36b7892',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\cachemetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\getmetrics',
|
|
2 => 'app\\framework\\database\\cache\\getoverviewmetrics',
|
|
3 => 'app\\framework\\database\\cache\\getperformancemetrics',
|
|
4 => 'app\\framework\\database\\cache\\getmemorymetrics',
|
|
5 => 'app\\framework\\database\\cache\\getentitymetrics',
|
|
6 => 'app\\framework\\database\\cache\\getquerymetrics',
|
|
7 => 'app\\framework\\database\\cache\\getregionmetrics',
|
|
8 => 'app\\framework\\database\\cache\\getrecommendations',
|
|
9 => 'app\\framework\\database\\cache\\recordentityaccess',
|
|
10 => 'app\\framework\\database\\cache\\gettopqueries',
|
|
11 => 'app\\framework\\database\\cache\\getslowqueries',
|
|
12 => 'app\\framework\\database\\cache\\calculateregionefficiency',
|
|
13 => 'app\\framework\\database\\cache\\reset',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/CacheAdapterStrategy.php' =>
|
|
array (
|
|
0 => '0736516432f87d35e83f84cdb034eeed352327d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\cacheadapterstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\set',
|
|
2 => 'app\\framework\\database\\cache\\get',
|
|
3 => 'app\\framework\\database\\cache\\has',
|
|
4 => 'app\\framework\\database\\cache\\delete',
|
|
5 => 'app\\framework\\database\\cache\\invalidatepattern',
|
|
6 => 'app\\framework\\database\\cache\\clear',
|
|
7 => 'app\\framework\\database\\cache\\getstats',
|
|
8 => 'app\\framework\\database\\cache\\calculatehitratio',
|
|
9 => 'app\\framework\\database\\cache\\withtags',
|
|
10 => 'app\\framework\\database\\cache\\setwithtags',
|
|
11 => 'app\\framework\\database\\cache\\invalidatebytable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/CacheWarmupStrategy.php' =>
|
|
array (
|
|
0 => 'ff87912658a9d08a596ed8d06d02dd936d229de4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\cachewarmupstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\warmupentities',
|
|
2 => 'app\\framework\\database\\cache\\executewarmupstrategy',
|
|
3 => 'app\\framework\\database\\cache\\warmuprecententities',
|
|
4 => 'app\\framework\\database\\cache\\warmuppopularentities',
|
|
5 => 'app\\framework\\database\\cache\\warmupcriticalentities',
|
|
6 => 'app\\framework\\database\\cache\\warmupallentities',
|
|
7 => 'app\\framework\\database\\cache\\cacheentity',
|
|
8 => 'app\\framework\\database\\cache\\getdefaultstrategies',
|
|
9 => 'app\\framework\\database\\cache\\createcriticalstrategy',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/EntityCacheManager.php' =>
|
|
array (
|
|
0 => 'a363bf1497a0c84604e6195ad6fb907b3b0b12bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\entitycachemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\findentity',
|
|
2 => 'app\\framework\\database\\cache\\findcollection',
|
|
3 => 'app\\framework\\database\\cache\\cacheentity',
|
|
4 => 'app\\framework\\database\\cache\\evictentity',
|
|
5 => 'app\\framework\\database\\cache\\evictentityclass',
|
|
6 => 'app\\framework\\database\\cache\\warmupcache',
|
|
7 => 'app\\framework\\database\\cache\\getcachehitratio',
|
|
8 => 'app\\framework\\database\\cache\\registerstrategy',
|
|
9 => 'app\\framework\\database\\cache\\extractentityid',
|
|
10 => 'app\\framework\\database\\cache\\getstrategyforentity',
|
|
11 => 'app\\framework\\database\\cache\\getentitycachettl',
|
|
12 => 'app\\framework\\database\\cache\\getcollectioncachettl',
|
|
13 => 'app\\framework\\database\\cache\\shouldcachecollection',
|
|
14 => 'app\\framework\\database\\cache\\initializedefaultstrategies',
|
|
15 => 'app\\framework\\database\\cache\\executewarmupstrategy',
|
|
16 => 'app\\framework\\database\\cache\\setenabled',
|
|
17 => 'app\\framework\\database\\cache\\isenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/SecondLevelCacheInterface.php' =>
|
|
array (
|
|
0 => '0d80e3da13e921f3983e89eca38cf8796018bd40',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\secondlevelcacheinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\putentity',
|
|
1 => 'app\\framework\\database\\cache\\getentity',
|
|
2 => 'app\\framework\\database\\cache\\hasentity',
|
|
3 => 'app\\framework\\database\\cache\\evictentity',
|
|
4 => 'app\\framework\\database\\cache\\putqueryresult',
|
|
5 => 'app\\framework\\database\\cache\\getqueryresult',
|
|
6 => 'app\\framework\\database\\cache\\hasqueryresult',
|
|
7 => 'app\\framework\\database\\cache\\evictqueryresult',
|
|
8 => 'app\\framework\\database\\cache\\putcollection',
|
|
9 => 'app\\framework\\database\\cache\\getcollection',
|
|
10 => 'app\\framework\\database\\cache\\hascollection',
|
|
11 => 'app\\framework\\database\\cache\\evictcollection',
|
|
12 => 'app\\framework\\database\\cache\\evictentityclass',
|
|
13 => 'app\\framework\\database\\cache\\clear',
|
|
14 => 'app\\framework\\database\\cache\\getstats',
|
|
15 => 'app\\framework\\database\\cache\\getregionstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/CacheStrategy.php' =>
|
|
array (
|
|
0 => '8c27ed63ab7b2f1fc758477d27c30da776c64856',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\cachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\set',
|
|
1 => 'app\\framework\\database\\cache\\get',
|
|
2 => 'app\\framework\\database\\cache\\has',
|
|
3 => 'app\\framework\\database\\cache\\delete',
|
|
4 => 'app\\framework\\database\\cache\\invalidatepattern',
|
|
5 => 'app\\framework\\database\\cache\\clear',
|
|
6 => 'app\\framework\\database\\cache\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/RecommendationType.php' =>
|
|
array (
|
|
0 => 'aef1b3f4bec4644698fc133350c3e81d35c5695b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\recommendationtype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/RecommendationImpact.php' =>
|
|
array (
|
|
0 => 'ce6058dd66d8a28de19a98f7871887253ac70158',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\recommendationimpact',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/QueryCacheMetrics.php' =>
|
|
array (
|
|
0 => 'afa063988727f128c61eedcf3bab9ee144b207db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\querycachemetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\gettotalrequests',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/CacheMetricsSnapshot.php' =>
|
|
array (
|
|
0 => 'f41cfa312039f5be16e52f95f3148f547458ac32',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\cachemetricssnapshot',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/RegionMetrics.php' =>
|
|
array (
|
|
0 => '90f36152dc3ab73c75e4ac3d2590b73e325b4bae',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\regionmetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\isperformingwell',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\needsoptimization',
|
|
3 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/CacheOverviewMetrics.php' =>
|
|
array (
|
|
0 => '920a8f7d7138ecfc48895acd28ad2413bd253c41',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\cacheoverviewmetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\isperformingwell',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\needsattention',
|
|
3 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/RecommendationCategory.php' =>
|
|
array (
|
|
0 => '2ccf8e879759f603d9d50925102f0626b64ec116',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\recommendationcategory',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/EntityMetrics.php' =>
|
|
array (
|
|
0 => '98d1381b2ca3e6cd1425321c58757de5ce2f7b0f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\entitymetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\gettotalaccess',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\ispopular',
|
|
3 => 'app\\framework\\database\\cache\\valueobjects\\isefficient',
|
|
4 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/QueryMetrics.php' =>
|
|
array (
|
|
0 => 'dfeffb72bf8103825e1779559001d4d19b233b4c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\querymetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\hasperformanceissues',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/CachePerformanceMetrics.php' =>
|
|
array (
|
|
0 => '057c263002feb5230a39167fdf6a4d60c5d5d5d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\cacheperformancemetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\getoverallhitratio',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/EntityCacheMetrics.php' =>
|
|
array (
|
|
0 => '633a8638f9400cc9fe88e7aeb8987c533dfeac79',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\entitycachemetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\gettotalrequests',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\getevictionrate',
|
|
3 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/MemoryUsageMetrics.php' =>
|
|
array (
|
|
0 => 'fae40a6fef9ffd9a92fa9285dc1d6f23f5c67dd3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\memoryusagemetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\isnearlimit',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\iscritical',
|
|
3 => 'app\\framework\\database\\cache\\valueobjects\\getavailable',
|
|
4 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/ValueObjects/CacheRecommendation.php' =>
|
|
array (
|
|
0 => 'a6d33b04b9280178ad58545a633fdc47ca53536d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\cacherecommendation',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\valueobjects\\isactionable',
|
|
2 => 'app\\framework\\database\\cache\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/RedisSecondLevelCache.php' =>
|
|
array (
|
|
0 => 'c9ec4e4efabfcf499ad94d9883687a391ce35420',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\redissecondlevelcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\putentity',
|
|
2 => 'app\\framework\\database\\cache\\getentity',
|
|
3 => 'app\\framework\\database\\cache\\hasentity',
|
|
4 => 'app\\framework\\database\\cache\\evictentity',
|
|
5 => 'app\\framework\\database\\cache\\putqueryresult',
|
|
6 => 'app\\framework\\database\\cache\\getqueryresult',
|
|
7 => 'app\\framework\\database\\cache\\hasqueryresult',
|
|
8 => 'app\\framework\\database\\cache\\evictqueryresult',
|
|
9 => 'app\\framework\\database\\cache\\putcollection',
|
|
10 => 'app\\framework\\database\\cache\\getcollection',
|
|
11 => 'app\\framework\\database\\cache\\hascollection',
|
|
12 => 'app\\framework\\database\\cache\\evictcollection',
|
|
13 => 'app\\framework\\database\\cache\\evictentityclass',
|
|
14 => 'app\\framework\\database\\cache\\clear',
|
|
15 => 'app\\framework\\database\\cache\\getstats',
|
|
16 => 'app\\framework\\database\\cache\\getregionstats',
|
|
17 => 'app\\framework\\database\\cache\\registerregion',
|
|
18 => 'app\\framework\\database\\cache\\getregionforentity',
|
|
19 => 'app\\framework\\database\\cache\\initializedefaultregions',
|
|
20 => 'app\\framework\\database\\cache\\registereventlisteners',
|
|
21 => 'app\\framework\\database\\cache\\onentitycreated',
|
|
22 => 'app\\framework\\database\\cache\\onentityupdated',
|
|
23 => 'app\\framework\\database\\cache\\onentitydeleted',
|
|
24 => 'app\\framework\\database\\cache\\invalidatecollectioncaches',
|
|
25 => 'app\\framework\\database\\cache\\invalidatepattern',
|
|
26 => 'app\\framework\\database\\cache\\getshortclassname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/QueryCache.php' =>
|
|
array (
|
|
0 => 'f1464621bbd69f34f54fd5a4d6b2d3797c4f666f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\querycache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\query',
|
|
2 => 'app\\framework\\database\\cache\\invalidateforentity',
|
|
3 => 'app\\framework\\database\\cache\\getquerystats',
|
|
4 => 'app\\framework\\database\\cache\\clear',
|
|
5 => 'app\\framework\\database\\cache\\setenabled',
|
|
6 => 'app\\framework\\database\\cache\\isenabled',
|
|
7 => 'app\\framework\\database\\cache\\createquerycachekey',
|
|
8 => 'app\\framework\\database\\cache\\hashquery',
|
|
9 => 'app\\framework\\database\\cache\\normalizesql',
|
|
10 => 'app\\framework\\database\\cache\\shouldcachequery',
|
|
11 => 'app\\framework\\database\\cache\\getquerycachettl',
|
|
12 => 'app\\framework\\database\\cache\\isconfigurationquery',
|
|
13 => 'app\\framework\\database\\cache\\isaggregationquery',
|
|
14 => 'app\\framework\\database\\cache\\iscomplexquery',
|
|
15 => 'app\\framework\\database\\cache\\recordcachehit',
|
|
16 => 'app\\framework\\database\\cache\\recordcachemiss',
|
|
17 => 'app\\framework\\database\\cache\\getquerytype',
|
|
18 => 'app\\framework\\database\\cache\\gettablenamefromentity',
|
|
19 => 'app\\framework\\database\\cache\\invalidatebypattern',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/CacheRegion.php' =>
|
|
array (
|
|
0 => '925bd9ca7e843770f2a1d07eeff5983dc299abd7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\cacheregion',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\fastchanging',
|
|
2 => 'app\\framework\\database\\cache\\slowchanging',
|
|
3 => 'app\\framework\\database\\cache\\readonly',
|
|
4 => 'app\\framework\\database\\cache\\disabled',
|
|
5 => 'app\\framework\\database\\cache\\getkeyprefix',
|
|
6 => 'app\\framework\\database\\cache\\getentitykey',
|
|
7 => 'app\\framework\\database\\cache\\getquerykey',
|
|
8 => 'app\\framework\\database\\cache\\getcollectionkey',
|
|
9 => 'app\\framework\\database\\cache\\getentityclasspattern',
|
|
10 => 'app\\framework\\database\\cache\\getregionpattern',
|
|
11 => 'app\\framework\\database\\cache\\getshortclassname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/EntityCacheKey.php' =>
|
|
array (
|
|
0 => '73801c3e3558e0e158b10bdcaf0e64db257e4019',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\entitycachekey',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\forentity',
|
|
2 => 'app\\framework\\database\\cache\\forcollection',
|
|
3 => 'app\\framework\\database\\cache\\forquery',
|
|
4 => 'app\\framework\\database\\cache\\forrelation',
|
|
5 => 'app\\framework\\database\\cache\\tostring',
|
|
6 => 'app\\framework\\database\\cache\\toversionedstring',
|
|
7 => 'app\\framework\\database\\cache\\getentityclasspattern',
|
|
8 => 'app\\framework\\database\\cache\\getrelationpattern',
|
|
9 => 'app\\framework\\database\\cache\\getshortclassname',
|
|
10 => 'app\\framework\\database\\cache\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Cache/SimpleCacheStrategy.php' =>
|
|
array (
|
|
0 => '2a584fccb63c3e1af17927ae5bb7accc64345bb5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\simplecachestrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\cache\\__construct',
|
|
1 => 'app\\framework\\database\\cache\\set',
|
|
2 => 'app\\framework\\database\\cache\\get',
|
|
3 => 'app\\framework\\database\\cache\\has',
|
|
4 => 'app\\framework\\database\\cache\\delete',
|
|
5 => 'app\\framework\\database\\cache\\invalidatepattern',
|
|
6 => 'app\\framework\\database\\cache\\clear',
|
|
7 => 'app\\framework\\database\\cache\\getstats',
|
|
8 => 'app\\framework\\database\\cache\\estimatememoryusage',
|
|
9 => 'app\\framework\\database\\cache\\calculatehitratio',
|
|
10 => 'app\\framework\\database\\cache\\cleanup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ConnectionInterface.php' =>
|
|
array (
|
|
0 => 'a878e4f6f850eef53c9f3d54caa2b72017beb208',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\connectioninterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\execute',
|
|
1 => 'app\\framework\\database\\query',
|
|
2 => 'app\\framework\\database\\queryone',
|
|
3 => 'app\\framework\\database\\querycolumn',
|
|
4 => 'app\\framework\\database\\queryscalar',
|
|
5 => 'app\\framework\\database\\begintransaction',
|
|
6 => 'app\\framework\\database\\commit',
|
|
7 => 'app\\framework\\database\\rollback',
|
|
8 => 'app\\framework\\database\\intransaction',
|
|
9 => 'app\\framework\\database\\lastinsertid',
|
|
10 => 'app\\framework\\database\\getpdo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/QueryBuilder/QueryBuilder.php' =>
|
|
array (
|
|
0 => '5772d7b4099aac48d84f1d0f56395a7083b67197',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\querybuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\tosql',
|
|
1 => 'app\\framework\\database\\querybuilder\\getparameters',
|
|
2 => 'app\\framework\\database\\querybuilder\\execute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/QueryBuilder/Examples/QueryBuilderUsageExample.php' =>
|
|
array (
|
|
0 => '32777b103b99b146c96065201825a337535a55f1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\examples\\querybuilderusageexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\examples\\__construct',
|
|
1 => 'app\\framework\\database\\querybuilder\\examples\\basicqueries',
|
|
2 => 'app\\framework\\database\\querybuilder\\examples\\whereclauseexamples',
|
|
3 => 'app\\framework\\database\\querybuilder\\examples\\joinexamples',
|
|
4 => 'app\\framework\\database\\querybuilder\\examples\\aggregateexamples',
|
|
5 => 'app\\framework\\database\\querybuilder\\examples\\sortingandpagination',
|
|
6 => 'app\\framework\\database\\querybuilder\\examples\\entityhydrationexamples',
|
|
7 => 'app\\framework\\database\\querybuilder\\examples\\subqueryexamples',
|
|
8 => 'app\\framework\\database\\querybuilder\\examples\\rawsqlexamples',
|
|
9 => 'app\\framework\\database\\querybuilder\\examples\\performanceexamples',
|
|
10 => 'app\\framework\\database\\querybuilder\\examples\\userdashboardstats',
|
|
11 => 'app\\framework\\database\\querybuilder\\examples\\salesanalytics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/QueryBuilder/SelectQueryBuilder.php' =>
|
|
array (
|
|
0 => '867d7c381f21ce59b9e50f5ecf350f3b0e2268a3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\selectquerybuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\__construct',
|
|
1 => 'app\\framework\\database\\querybuilder\\select',
|
|
2 => 'app\\framework\\database\\querybuilder\\selectas',
|
|
3 => 'app\\framework\\database\\querybuilder\\selectraw',
|
|
4 => 'app\\framework\\database\\querybuilder\\selectcount',
|
|
5 => 'app\\framework\\database\\querybuilder\\selectsum',
|
|
6 => 'app\\framework\\database\\querybuilder\\selectavg',
|
|
7 => 'app\\framework\\database\\querybuilder\\selectmax',
|
|
8 => 'app\\framework\\database\\querybuilder\\selectmin',
|
|
9 => 'app\\framework\\database\\querybuilder\\from',
|
|
10 => 'app\\framework\\database\\querybuilder\\join',
|
|
11 => 'app\\framework\\database\\querybuilder\\leftjoin',
|
|
12 => 'app\\framework\\database\\querybuilder\\rightjoin',
|
|
13 => 'app\\framework\\database\\querybuilder\\where',
|
|
14 => 'app\\framework\\database\\querybuilder\\whereoperator',
|
|
15 => 'app\\framework\\database\\querybuilder\\wherein',
|
|
16 => 'app\\framework\\database\\querybuilder\\wherenotin',
|
|
17 => 'app\\framework\\database\\querybuilder\\wherebetween',
|
|
18 => 'app\\framework\\database\\querybuilder\\wherelike',
|
|
19 => 'app\\framework\\database\\querybuilder\\wherenull',
|
|
20 => 'app\\framework\\database\\querybuilder\\wherenotnull',
|
|
21 => 'app\\framework\\database\\querybuilder\\whereraw',
|
|
22 => 'app\\framework\\database\\querybuilder\\wheresubquery',
|
|
23 => 'app\\framework\\database\\querybuilder\\groupby',
|
|
24 => 'app\\framework\\database\\querybuilder\\having',
|
|
25 => 'app\\framework\\database\\querybuilder\\orderby',
|
|
26 => 'app\\framework\\database\\querybuilder\\orderbyasc',
|
|
27 => 'app\\framework\\database\\querybuilder\\orderbydesc',
|
|
28 => 'app\\framework\\database\\querybuilder\\limit',
|
|
29 => 'app\\framework\\database\\querybuilder\\offset',
|
|
30 => 'app\\framework\\database\\querybuilder\\paginate',
|
|
31 => 'app\\framework\\database\\querybuilder\\tosql',
|
|
32 => 'app\\framework\\database\\querybuilder\\getparameters',
|
|
33 => 'app\\framework\\database\\querybuilder\\execute',
|
|
34 => 'app\\framework\\database\\querybuilder\\setentitydependencies',
|
|
35 => 'app\\framework\\database\\querybuilder\\getentities',
|
|
36 => 'app\\framework\\database\\querybuilder\\first',
|
|
37 => 'app\\framework\\database\\querybuilder\\firstentity',
|
|
38 => 'app\\framework\\database\\querybuilder\\scalar',
|
|
39 => 'app\\framework\\database\\querybuilder\\count',
|
|
40 => 'app\\framework\\database\\querybuilder\\exists',
|
|
41 => 'app\\framework\\database\\querybuilder\\addparameter',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/QueryBuilder/QueryBuilderFactory.php' =>
|
|
array (
|
|
0 => 'ad78e20f32d2f509c7399b7f406b7c577a750db8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\querybuilderfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\querybuilder\\__construct',
|
|
1 => 'app\\framework\\database\\querybuilder\\select',
|
|
2 => 'app\\framework\\database\\querybuilder\\selectfrom',
|
|
3 => 'app\\framework\\database\\querybuilder\\selectfromtable',
|
|
4 => 'app\\framework\\database\\querybuilder\\selectfromwithentity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/HealthCheck/ConnectionHealthChecker.php' =>
|
|
array (
|
|
0 => '65e0c88ee6954ce8b59ba309645c21dda8cc262f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\healthcheck\\connectionhealthchecker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\healthcheck\\__construct',
|
|
1 => 'app\\framework\\database\\healthcheck\\checkhealth',
|
|
2 => 'app\\framework\\database\\healthcheck\\checkhealthwithtimeout',
|
|
3 => 'app\\framework\\database\\healthcheck\\checkdetailedhealth',
|
|
4 => 'app\\framework\\database\\healthcheck\\checkconnectionalive',
|
|
5 => 'app\\framework\\database\\healthcheck\\checkpdostatus',
|
|
6 => 'app\\framework\\database\\healthcheck\\executecustomqueries',
|
|
7 => 'app\\framework\\database\\healthcheck\\getconnectionattributes',
|
|
8 => 'app\\framework\\database\\healthcheck\\quick',
|
|
9 => 'app\\framework\\database\\healthcheck\\detailed',
|
|
10 => 'app\\framework\\database\\healthcheck\\withcustomqueries',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/HealthCheck/HealthCheckResult.php' =>
|
|
array (
|
|
0 => '0eaa759111489f12f9d56270b39d5e13e8487da4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\healthcheck\\healthcheckresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\healthcheck\\__construct',
|
|
1 => 'app\\framework\\database\\healthcheck\\toarray',
|
|
2 => 'app\\framework\\database\\healthcheck\\tojson',
|
|
3 => 'app\\framework\\database\\healthcheck\\withadditionaldata',
|
|
4 => 'app\\framework\\database\\healthcheck\\getadditionaldata',
|
|
5 => 'app\\framework\\database\\healthcheck\\hasadditionaldata',
|
|
6 => 'app\\framework\\database\\healthcheck\\healthy',
|
|
7 => 'app\\framework\\database\\healthcheck\\unhealthy',
|
|
8 => 'app\\framework\\database\\healthcheck\\timeout',
|
|
9 => 'app\\framework\\database\\healthcheck\\error',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/HealthCheck/HealthCheckScheduler.php' =>
|
|
array (
|
|
0 => 'f36b0cc9497ec60ac00da761fcee00e9382c9f4f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\healthcheck\\healthcheckscheduler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\healthcheck\\__construct',
|
|
1 => 'app\\framework\\database\\healthcheck\\registerhealthcheck',
|
|
2 => 'app\\framework\\database\\healthcheck\\runscheduledchecks',
|
|
3 => 'app\\framework\\database\\healthcheck\\runhealthcheck',
|
|
4 => 'app\\framework\\database\\healthcheck\\getallresults',
|
|
5 => 'app\\framework\\database\\healthcheck\\getlastresult',
|
|
6 => 'app\\framework\\database\\healthcheck\\areallhealthy',
|
|
7 => 'app\\framework\\database\\healthcheck\\getsummary',
|
|
8 => 'app\\framework\\database\\healthcheck\\unregisterhealthcheck',
|
|
9 => 'app\\framework\\database\\healthcheck\\clear',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/ForeignKeyAction.php' =>
|
|
array (
|
|
0 => '7f79ccbbfe7378a149e3513badfd903985c4e60e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\foreignkeyaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/ColumnDefinition.php' =>
|
|
array (
|
|
0 => 'b949187cbe368470bb77ac28c2b897d74b6edd18',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\columndefinition',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\__construct',
|
|
1 => 'app\\framework\\database\\schema\\nullable',
|
|
2 => 'app\\framework\\database\\schema\\default',
|
|
3 => 'app\\framework\\database\\schema\\usecurrent',
|
|
4 => 'app\\framework\\database\\schema\\autoincrement',
|
|
5 => 'app\\framework\\database\\schema\\unsigned',
|
|
6 => 'app\\framework\\database\\schema\\unique',
|
|
7 => 'app\\framework\\database\\schema\\primary',
|
|
8 => 'app\\framework\\database\\schema\\index',
|
|
9 => 'app\\framework\\database\\schema\\comment',
|
|
10 => 'app\\framework\\database\\schema\\after',
|
|
11 => 'app\\framework\\database\\schema\\first',
|
|
12 => 'app\\framework\\database\\schema\\charset',
|
|
13 => 'app\\framework\\database\\schema\\collation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/IndexType.php' =>
|
|
array (
|
|
0 => '5353ed717494847d7c22edda88b3b212b4ca2a49',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\indextype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/SchemaCompiler.php' =>
|
|
array (
|
|
0 => '13ca5073c6f59e27a4e97dd6c618b2ab64f775da',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\schemacompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\compile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/PostgreSQLSchemaCompiler.php' =>
|
|
array (
|
|
0 => '6f7b7ef188c0db1f5e22512ab063101cb9e1bcb2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\postgresqlschemacompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\compile',
|
|
1 => 'app\\framework\\database\\schema\\compilecreatetable',
|
|
2 => 'app\\framework\\database\\schema\\compilecolumn',
|
|
3 => 'app\\framework\\database\\schema\\getcolumntype',
|
|
4 => 'app\\framework\\database\\schema\\compileforeignkey',
|
|
5 => 'app\\framework\\database\\schema\\compilealtertable',
|
|
6 => 'app\\framework\\database\\schema\\compiledroptable',
|
|
7 => 'app\\framework\\database\\schema\\compilerenametable',
|
|
8 => 'app\\framework\\database\\schema\\compiledropcolumn',
|
|
9 => 'app\\framework\\database\\schema\\compilerenamecolumn',
|
|
10 => 'app\\framework\\database\\schema\\compiledropindex',
|
|
11 => 'app\\framework\\database\\schema\\compiledropforeign',
|
|
12 => 'app\\framework\\database\\schema\\quotevalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/MySQLSchemaCompiler.php' =>
|
|
array (
|
|
0 => 'fe55afdd3f6477c504e343b57d79b11b11fab2c8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\mysqlschemacompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\compile',
|
|
1 => 'app\\framework\\database\\schema\\compilecreatetable',
|
|
2 => 'app\\framework\\database\\schema\\compilecolumn',
|
|
3 => 'app\\framework\\database\\schema\\getcolumntype',
|
|
4 => 'app\\framework\\database\\schema\\compileindex',
|
|
5 => 'app\\framework\\database\\schema\\compileforeignkey',
|
|
6 => 'app\\framework\\database\\schema\\compilealtertable',
|
|
7 => 'app\\framework\\database\\schema\\compiledroptable',
|
|
8 => 'app\\framework\\database\\schema\\compilerenametable',
|
|
9 => 'app\\framework\\database\\schema\\compiledropcolumn',
|
|
10 => 'app\\framework\\database\\schema\\compilerenamecolumn',
|
|
11 => 'app\\framework\\database\\schema\\compiledropindex',
|
|
12 => 'app\\framework\\database\\schema\\compiledropforeign',
|
|
13 => 'app\\framework\\database\\schema\\quotevalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/IndexDefinition.php' =>
|
|
array (
|
|
0 => 'b1805dc889f60b1efdb5ce19b113b9170aad4c78',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\indexdefinition',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/SQLiteSchemaCompiler.php' =>
|
|
array (
|
|
0 => '501d1b07a2e136b512b1a64e76c5fb0f4c8bd11c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\sqliteschemacompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\compile',
|
|
1 => 'app\\framework\\database\\schema\\compilecreatetable',
|
|
2 => 'app\\framework\\database\\schema\\compilecolumn',
|
|
3 => 'app\\framework\\database\\schema\\getcolumntype',
|
|
4 => 'app\\framework\\database\\schema\\compileforeignkey',
|
|
5 => 'app\\framework\\database\\schema\\compilealtertable',
|
|
6 => 'app\\framework\\database\\schema\\compiledroptable',
|
|
7 => 'app\\framework\\database\\schema\\compilerenametable',
|
|
8 => 'app\\framework\\database\\schema\\compiledropcolumn',
|
|
9 => 'app\\framework\\database\\schema\\compilerenamecolumn',
|
|
10 => 'app\\framework\\database\\schema\\compiledropindex',
|
|
11 => 'app\\framework\\database\\schema\\compiledropforeign',
|
|
12 => 'app\\framework\\database\\schema\\quotevalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Schema.php' =>
|
|
array (
|
|
0 => '0c4b0520e5a1e17e6b422724d69c737a945affef',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\schema',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\__construct',
|
|
1 => 'app\\framework\\database\\schema\\create',
|
|
2 => 'app\\framework\\database\\schema\\table',
|
|
3 => 'app\\framework\\database\\schema\\drop',
|
|
4 => 'app\\framework\\database\\schema\\dropifexists',
|
|
5 => 'app\\framework\\database\\schema\\rename',
|
|
6 => 'app\\framework\\database\\schema\\hastable',
|
|
7 => 'app\\framework\\database\\schema\\hascolumn',
|
|
8 => 'app\\framework\\database\\schema\\execute',
|
|
9 => 'app\\framework\\database\\schema\\tosql',
|
|
10 => 'app\\framework\\database\\schema\\createcompiler',
|
|
11 => 'app\\framework\\database\\schema\\getdrivername',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/ForeignKeyDefinition.php' =>
|
|
array (
|
|
0 => 'a0bbaa9d0bf4ff421119c9105eb549fa87ed9824',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\foreignkeydefinition',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\__construct',
|
|
1 => 'app\\framework\\database\\schema\\references',
|
|
2 => 'app\\framework\\database\\schema\\on',
|
|
3 => 'app\\framework\\database\\schema\\onupdate',
|
|
4 => 'app\\framework\\database\\schema\\ondelete',
|
|
5 => 'app\\framework\\database\\schema\\cascadeonupdate',
|
|
6 => 'app\\framework\\database\\schema\\cascadeondelete',
|
|
7 => 'app\\framework\\database\\schema\\nullondelete',
|
|
8 => 'app\\framework\\database\\schema\\restrictondelete',
|
|
9 => 'app\\framework\\database\\schema\\name',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Blueprint.php' =>
|
|
array (
|
|
0 => 'e50b3a1a2021f764737dd5da6b32eaa63f355737',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\blueprint',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\__construct',
|
|
1 => 'app\\framework\\database\\schema\\engine',
|
|
2 => 'app\\framework\\database\\schema\\charset',
|
|
3 => 'app\\framework\\database\\schema\\collation',
|
|
4 => 'app\\framework\\database\\schema\\temporary',
|
|
5 => 'app\\framework\\database\\schema\\id',
|
|
6 => 'app\\framework\\database\\schema\\ulid',
|
|
7 => 'app\\framework\\database\\schema\\uuid',
|
|
8 => 'app\\framework\\database\\schema\\increments',
|
|
9 => 'app\\framework\\database\\schema\\bigincrements',
|
|
10 => 'app\\framework\\database\\schema\\integer',
|
|
11 => 'app\\framework\\database\\schema\\biginteger',
|
|
12 => 'app\\framework\\database\\schema\\unsignedinteger',
|
|
13 => 'app\\framework\\database\\schema\\unsignedbiginteger',
|
|
14 => 'app\\framework\\database\\schema\\tinyinteger',
|
|
15 => 'app\\framework\\database\\schema\\smallinteger',
|
|
16 => 'app\\framework\\database\\schema\\mediuminteger',
|
|
17 => 'app\\framework\\database\\schema\\float',
|
|
18 => 'app\\framework\\database\\schema\\double',
|
|
19 => 'app\\framework\\database\\schema\\decimal',
|
|
20 => 'app\\framework\\database\\schema\\boolean',
|
|
21 => 'app\\framework\\database\\schema\\string',
|
|
22 => 'app\\framework\\database\\schema\\text',
|
|
23 => 'app\\framework\\database\\schema\\mediumtext',
|
|
24 => 'app\\framework\\database\\schema\\longtext',
|
|
25 => 'app\\framework\\database\\schema\\binary',
|
|
26 => 'app\\framework\\database\\schema\\json',
|
|
27 => 'app\\framework\\database\\schema\\jsonb',
|
|
28 => 'app\\framework\\database\\schema\\date',
|
|
29 => 'app\\framework\\database\\schema\\datetime',
|
|
30 => 'app\\framework\\database\\schema\\time',
|
|
31 => 'app\\framework\\database\\schema\\timestamp',
|
|
32 => 'app\\framework\\database\\schema\\timestamps',
|
|
33 => 'app\\framework\\database\\schema\\softdeletes',
|
|
34 => 'app\\framework\\database\\schema\\enum',
|
|
35 => 'app\\framework\\database\\schema\\primary',
|
|
36 => 'app\\framework\\database\\schema\\unique',
|
|
37 => 'app\\framework\\database\\schema\\index',
|
|
38 => 'app\\framework\\database\\schema\\fulltext',
|
|
39 => 'app\\framework\\database\\schema\\spatialindex',
|
|
40 => 'app\\framework\\database\\schema\\foreign',
|
|
41 => 'app\\framework\\database\\schema\\dropcolumn',
|
|
42 => 'app\\framework\\database\\schema\\renamecolumn',
|
|
43 => 'app\\framework\\database\\schema\\dropindex',
|
|
44 => 'app\\framework\\database\\schema\\dropunique',
|
|
45 => 'app\\framework\\database\\schema\\dropprimary',
|
|
46 => 'app\\framework\\database\\schema\\dropforeign',
|
|
47 => 'app\\framework\\database\\schema\\raw',
|
|
48 => 'app\\framework\\database\\schema\\addcolumn',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/RenameColumnCommand.php' =>
|
|
array (
|
|
0 => '72f6e97797648f228d71ca544b27b82c284df3dd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\renamecolumncommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/CreateTableCommand.php' =>
|
|
array (
|
|
0 => '5d3b8900a2bfdc7f08ae2e300221aae9b8e136d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\createtablecommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/DropForeignCommand.php' =>
|
|
array (
|
|
0 => 'd58e9ded9d09c0ae3e9678b9732caf91acd048cf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\dropforeigncommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/DropIndexCommand.php' =>
|
|
array (
|
|
0 => '206f942498aa222663f1e69bfa253bb165c4d900',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\dropindexcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/RawCommand.php' =>
|
|
array (
|
|
0 => '10058e1f39c1155e2ed0b5632c0042fdb1c4d79a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\rawcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/AlterTableCommand.php' =>
|
|
array (
|
|
0 => '12880015514f4c9fee7e43b89e60d8b42bf5fd38',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\altertablecommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/DropTableCommand.php' =>
|
|
array (
|
|
0 => '65f0b64e0101e15ef38c73cc9bdd8fce50d03a2d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\droptablecommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/SchemaCommand.php' =>
|
|
array (
|
|
0 => 'a665143aa44f2305cb1176b418e04d20f5d49b17',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\schemacommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/DropColumnCommand.php' =>
|
|
array (
|
|
0 => '879b23acc3abe7a4b98104f7152b62d8340cc37f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\dropcolumncommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Commands/RenameTableCommand.php' =>
|
|
array (
|
|
0 => '7348a30deb6bdf068c5d07bcc4a8b1146f8f5a11',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\renametablecommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\schema\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/EntityManagerFactory.php' =>
|
|
array (
|
|
0 => 'f4bd21c5134231605cda0684afacb3cf042ec2ef',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\entitymanagerfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/TypeConverter.php' =>
|
|
array (
|
|
0 => 'a85f27ecff97fd64dd465d69b34f52371e7d85d6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typeconverter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\convertvalue',
|
|
2 => 'app\\framework\\database\\converttodatabase',
|
|
3 => 'app\\framework\\database\\converttotype',
|
|
4 => 'app\\framework\\database\\converttobool',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Transaction.php' =>
|
|
array (
|
|
0 => 'c82ef7f5bcc5856fb9bc11ee7e5e6453172561f1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\transaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\run',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/HydratorInitializer.php' =>
|
|
array (
|
|
0 => 'f31086e56239c034b36b2bcd981c8a65d5c825f9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\hydratorinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Serialization/EntitySerializer.php' =>
|
|
array (
|
|
0 => 'b823bc8ae4202f06a2dde0d81579b667d9299d90',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\serialization\\entityserializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\serialization\\__construct',
|
|
1 => 'app\\framework\\database\\serialization\\serialize',
|
|
2 => 'app\\framework\\database\\serialization\\deserialize',
|
|
3 => 'app\\framework\\database\\serialization\\serializecollection',
|
|
4 => 'app\\framework\\database\\serialization\\deserializecollection',
|
|
5 => 'app\\framework\\database\\serialization\\getentityhash',
|
|
6 => 'app\\framework\\database\\serialization\\iscompatible',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Serialization/SerializationException.php' =>
|
|
array (
|
|
0 => '0eca1be8395d5b010f0d77f30300eea336b9845a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\serialization\\serializationexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\serialization\\invaliddata',
|
|
1 => 'app\\framework\\database\\serialization\\classmismatch',
|
|
2 => 'app\\framework\\database\\serialization\\missingproperty',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/MiddlewareConnection.php' =>
|
|
array (
|
|
0 => '9490c175de6ede5fe5000f6eb07f3e827ce4cc8f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middlewareconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\execute',
|
|
2 => 'app\\framework\\database\\query',
|
|
3 => 'app\\framework\\database\\queryone',
|
|
4 => 'app\\framework\\database\\querycolumn',
|
|
5 => 'app\\framework\\database\\queryscalar',
|
|
6 => 'app\\framework\\database\\begintransaction',
|
|
7 => 'app\\framework\\database\\commit',
|
|
8 => 'app\\framework\\database\\rollback',
|
|
9 => 'app\\framework\\database\\intransaction',
|
|
10 => 'app\\framework\\database\\lastinsertid',
|
|
11 => 'app\\framework\\database\\getpdo',
|
|
12 => 'app\\framework\\database\\getpipeline',
|
|
13 => 'app\\framework\\database\\getbaseconnection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ResultInterface.php' =>
|
|
array (
|
|
0 => 'c0007cbbfb3b562169f56f89c55fb2553f1f3b22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\resultinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\fetch',
|
|
1 => 'app\\framework\\database\\fetchall',
|
|
2 => 'app\\framework\\database\\fetchcolumn',
|
|
3 => 'app\\framework\\database\\fetchscalar',
|
|
4 => 'app\\framework\\database\\rowcount',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/UnitOfWork/UnitOfWorkFactory.php' =>
|
|
array (
|
|
0 => 'bea524aa83dc044a7fc2034a487520bf0b228d0e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\unitofworkfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/UnitOfWork/ChangeTracker.php' =>
|
|
array (
|
|
0 => '164f1a7297ae7616effca87da39b24395929d5ba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\changetracker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\__construct',
|
|
1 => 'app\\framework\\database\\unitofwork\\tracknew',
|
|
2 => 'app\\framework\\database\\unitofwork\\trackclean',
|
|
3 => 'app\\framework\\database\\unitofwork\\markdirty',
|
|
4 => 'app\\framework\\database\\unitofwork\\markdeleted',
|
|
5 => 'app\\framework\\database\\unitofwork\\detach',
|
|
6 => 'app\\framework\\database\\unitofwork\\getentitystate',
|
|
7 => 'app\\framework\\database\\unitofwork\\haschanges',
|
|
8 => 'app\\framework\\database\\unitofwork\\detectchanges',
|
|
9 => 'app\\framework\\database\\unitofwork\\getentitiesbystate',
|
|
10 => 'app\\framework\\database\\unitofwork\\getalltrackedentities',
|
|
11 => 'app\\framework\\database\\unitofwork\\clear',
|
|
12 => 'app\\framework\\database\\unitofwork\\markclean',
|
|
13 => 'app\\framework\\database\\unitofwork\\getstats',
|
|
14 => 'app\\framework\\database\\unitofwork\\hasanychanges',
|
|
15 => 'app\\framework\\database\\unitofwork\\extractentitydata',
|
|
16 => 'app\\framework\\database\\unitofwork\\removefromstatearray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/UnitOfWork/EntityState.php' =>
|
|
array (
|
|
0 => '6bbe1a56f732ee09af7294ed54677f11f277f4fc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\entitystate',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/UnitOfWork/BulkOperations.php' =>
|
|
array (
|
|
0 => 'de20ff02e5c097425add731f573747422023ab63',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\bulkoperations',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\__construct',
|
|
1 => 'app\\framework\\database\\unitofwork\\bulkinsert',
|
|
2 => 'app\\framework\\database\\unitofwork\\bulkupdate',
|
|
3 => 'app\\framework\\database\\unitofwork\\bulkdelete',
|
|
4 => 'app\\framework\\database\\unitofwork\\bulkinsertsametype',
|
|
5 => 'app\\framework\\database\\unitofwork\\bulkupdatesametype',
|
|
6 => 'app\\framework\\database\\unitofwork\\bulkdeletesametype',
|
|
7 => 'app\\framework\\database\\unitofwork\\groupentitiesbyclass',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/UnitOfWork/UnitOfWork.php' =>
|
|
array (
|
|
0 => '9039c32f349914b39bde16e62816b878a1276254',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\unitofwork',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\unitofwork\\__construct',
|
|
1 => 'app\\framework\\database\\unitofwork\\persist',
|
|
2 => 'app\\framework\\database\\unitofwork\\remove',
|
|
3 => 'app\\framework\\database\\unitofwork\\merge',
|
|
4 => 'app\\framework\\database\\unitofwork\\detach',
|
|
5 => 'app\\framework\\database\\unitofwork\\contains',
|
|
6 => 'app\\framework\\database\\unitofwork\\flush',
|
|
7 => 'app\\framework\\database\\unitofwork\\commit',
|
|
8 => 'app\\framework\\database\\unitofwork\\rollback',
|
|
9 => 'app\\framework\\database\\unitofwork\\setautocommit',
|
|
10 => 'app\\framework\\database\\unitofwork\\isautocommit',
|
|
11 => 'app\\framework\\database\\unitofwork\\getstats',
|
|
12 => 'app\\framework\\database\\unitofwork\\clear',
|
|
13 => 'app\\framework\\database\\unitofwork\\ensuretransaction',
|
|
14 => 'app\\framework\\database\\unitofwork\\processinserts',
|
|
15 => 'app\\framework\\database\\unitofwork\\processupdates',
|
|
16 => 'app\\framework\\database\\unitofwork\\processdeletes',
|
|
17 => 'app\\framework\\database\\unitofwork\\insertentity',
|
|
18 => 'app\\framework\\database\\unitofwork\\updateentity',
|
|
19 => 'app\\framework\\database\\unitofwork\\deleteentity',
|
|
20 => 'app\\framework\\database\\unitofwork\\mergeentitychanges',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/HydratorInterface.php' =>
|
|
array (
|
|
0 => 'a99726a40369a4d56f6e514480a9ded21a540123',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\hydratorinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\hydrate',
|
|
1 => 'app\\framework\\database\\hydratewithrelations',
|
|
2 => 'app\\framework\\database\\hydratemanywithrelations',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/TypeCaster/PhoneNumberCaster.php' =>
|
|
array (
|
|
0 => '18a317fea039a71358b30f50d50f067b09188ddf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\phonenumbercaster',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\supports',
|
|
1 => 'app\\framework\\database\\typecaster\\fromdatabase',
|
|
2 => 'app\\framework\\database\\typecaster\\todatabase',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/TypeCaster/EmailCaster.php' =>
|
|
array (
|
|
0 => '1caf4ae89fb71adda15f1d181f80ee6795342077',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\emailcaster',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\fromdatabase',
|
|
1 => 'app\\framework\\database\\typecaster\\todatabase',
|
|
2 => 'app\\framework\\database\\typecaster\\supports',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/TypeCaster/TypeCasterInterface.php' =>
|
|
array (
|
|
0 => 'd050756005f2762a5bd2d0efcb0a176211bf09c1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\typecasterinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\fromdatabase',
|
|
1 => 'app\\framework\\database\\typecaster\\todatabase',
|
|
2 => 'app\\framework\\database\\typecaster\\supports',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/TypeCaster/JsonCaster.php' =>
|
|
array (
|
|
0 => '633b0e9042cca2e5f00ba0a95251f47a05bd5826',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\jsoncaster',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\fromdatabase',
|
|
1 => 'app\\framework\\database\\typecaster\\todatabase',
|
|
2 => 'app\\framework\\database\\typecaster\\supports',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/TypeCaster/TypeCasterRegistry.php' =>
|
|
array (
|
|
0 => 'ab8bb907a3c1a23772a3e3e38c3f40b98c4093a7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\typecasterregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\typecaster\\__construct',
|
|
1 => 'app\\framework\\database\\typecaster\\register',
|
|
2 => 'app\\framework\\database\\typecaster\\get',
|
|
3 => 'app\\framework\\database\\typecaster\\has',
|
|
4 => 'app\\framework\\database\\typecaster\\getcasterfortype',
|
|
5 => 'app\\framework\\database\\typecaster\\discovercasters',
|
|
6 => 'app\\framework\\database\\typecaster\\buildtypemapping',
|
|
7 => 'app\\framework\\database\\typecaster\\getallknowntypes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Exception/EntityNotFoundException.php' =>
|
|
array (
|
|
0 => '8093286a52682b8ec5516a4d9a9f9943716fb197',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\exception\\entitynotfoundexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Exception/DatabaseException.php' =>
|
|
array (
|
|
0 => '893bcfec7344ebda0fc38ff965e9b2bd2ff09307',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\exception\\databaseexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ReadWrite/ReplicationLagDetector.php' =>
|
|
array (
|
|
0 => 'b7ef6435352258a6806841a9aed318598f5f151f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\readwrite\\replicationlagdetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\readwrite\\__construct',
|
|
1 => 'app\\framework\\database\\readwrite\\detectlag',
|
|
2 => 'app\\framework\\database\\readwrite\\detectlagusingheartbeat',
|
|
3 => 'app\\framework\\database\\readwrite\\detectlagusingbuiltincommands',
|
|
4 => 'app\\framework\\database\\readwrite\\detectlagusingtemporaryrecord',
|
|
5 => 'app\\framework\\database\\readwrite\\createlagtesttable',
|
|
6 => 'app\\framework\\database\\readwrite\\cleanuplagtest',
|
|
7 => 'app\\framework\\database\\readwrite\\initializeheartbeat',
|
|
8 => 'app\\framework\\database\\readwrite\\updateheartbeat',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ReadWrite/MasterSlaveRouter.php' =>
|
|
array (
|
|
0 => '50ea46965492385ca1f957cc5769d6b96344f422',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\readwrite\\masterslaverouter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\readwrite\\__construct',
|
|
1 => 'app\\framework\\database\\readwrite\\route',
|
|
2 => 'app\\framework\\database\\readwrite\\selectreadreplica',
|
|
3 => 'app\\framework\\database\\readwrite\\selectroundrobin',
|
|
4 => 'app\\framework\\database\\readwrite\\selectrandom',
|
|
5 => 'app\\framework\\database\\readwrite\\selectleastconnections',
|
|
6 => 'app\\framework\\database\\readwrite\\selectweighted',
|
|
7 => 'app\\framework\\database\\readwrite\\calculateadjustedweight',
|
|
8 => 'app\\framework\\database\\readwrite\\selectbyresponsetime',
|
|
9 => 'app\\framework\\database\\readwrite\\gethealthyreplicas',
|
|
10 => 'app\\framework\\database\\readwrite\\isreplicahealthy',
|
|
11 => 'app\\framework\\database\\readwrite\\isconnectionhealthy',
|
|
12 => 'app\\framework\\database\\readwrite\\performhealthcheck',
|
|
13 => 'app\\framework\\database\\readwrite\\initializereplicahealth',
|
|
14 => 'app\\framework\\database\\readwrite\\initializeconnectionmetrics',
|
|
15 => 'app\\framework\\database\\readwrite\\getroutingstatistics',
|
|
16 => 'app\\framework\\database\\readwrite\\getweightdistribution',
|
|
17 => 'app\\framework\\database\\readwrite\\calculatesuccessrate',
|
|
18 => 'app\\framework\\database\\readwrite\\updatereplicametrics',
|
|
19 => 'app\\framework\\database\\readwrite\\getconnectioncount',
|
|
20 => 'app\\framework\\database\\readwrite\\incrementconnectioncount',
|
|
21 => 'app\\framework\\database\\readwrite\\decrementconnectioncount',
|
|
22 => 'app\\framework\\database\\readwrite\\recordresponsetime',
|
|
23 => 'app\\framework\\database\\readwrite\\getaverageresponsetime',
|
|
24 => 'app\\framework\\database\\readwrite\\shouldusemaster',
|
|
25 => 'app\\framework\\database\\readwrite\\getstatistics',
|
|
26 => 'app\\framework\\database\\readwrite\\calculatesuccessratebyindex',
|
|
27 => 'app\\framework\\database\\readwrite\\resetstickyconnection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ReadWrite/ReadWriteMonitor.php' =>
|
|
array (
|
|
0 => 'de57dc53834444e57cfeee1c2a8532935edf6a64',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\readwrite\\readwritemonitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\readwrite\\__construct',
|
|
1 => 'app\\framework\\database\\readwrite\\recordquery',
|
|
2 => 'app\\framework\\database\\readwrite\\getquerytype',
|
|
3 => 'app\\framework\\database\\readwrite\\getstatistics',
|
|
4 => 'app\\framework\\database\\readwrite\\getoverviewmetrics',
|
|
5 => 'app\\framework\\database\\readwrite\\getquerymetrics',
|
|
6 => 'app\\framework\\database\\readwrite\\getconnectionhealthmetrics',
|
|
7 => 'app\\framework\\database\\readwrite\\testconnectionhealth',
|
|
8 => 'app\\framework\\database\\readwrite\\getperformancemetrics',
|
|
9 => 'app\\framework\\database\\readwrite\\getslowestquerytype',
|
|
10 => 'app\\framework\\database\\readwrite\\getfastestquerytype',
|
|
11 => 'app\\framework\\database\\readwrite\\getrecommendations',
|
|
12 => 'app\\framework\\database\\readwrite\\resetmetrics',
|
|
13 => 'app\\framework\\database\\readwrite\\getquerytypemetrics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Commands/ClearProfilingDataCommand.php' =>
|
|
array (
|
|
0 => '1b958f4b2f0098267157d792e72552a2d2e7a41d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\commands\\clearprofilingdatacommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\commands\\__construct',
|
|
1 => 'app\\framework\\database\\commands\\execute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Commands/ShowProfilingStatsCommand.php' =>
|
|
array (
|
|
0 => '38c2994e3b117402be43cef202e2d3ec70c7c33a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\commands\\showprofilingstatscommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\commands\\__construct',
|
|
1 => 'app\\framework\\database\\commands\\execute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Commands/ExportProfilingDataCommand.php' =>
|
|
array (
|
|
0 => 'b57d53f1ecf439071006fb369ed093496dd0f5c2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\commands\\exportprofilingdatacommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\commands\\__construct',
|
|
1 => 'app\\framework\\database\\commands\\execute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/IdentityMap.php' =>
|
|
array (
|
|
0 => 'd2d3fbfb4d98a50ddda8a448279144f27effdd18',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\identitymap',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\get',
|
|
1 => 'app\\framework\\database\\set',
|
|
2 => 'app\\framework\\database\\has',
|
|
3 => 'app\\framework\\database\\remove',
|
|
4 => 'app\\framework\\database\\clear',
|
|
5 => 'app\\framework\\database\\getstats',
|
|
6 => 'app\\framework\\database\\createkey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ConnectionMetadata.php' =>
|
|
array (
|
|
0 => '4c0f448f4b6b03b87bcd407869ccf57207498875',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\connectionmetadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\recordquery',
|
|
2 => 'app\\framework\\database\\updatehealthstatus',
|
|
3 => 'app\\framework\\database\\isidle',
|
|
4 => 'app\\framework\\database\\needshealthcheck',
|
|
5 => 'app\\framework\\database\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/EntityCreatedEvent.php' =>
|
|
array (
|
|
0 => 'a391640c3f1e850799358871ebe7a898e8a9aed5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\entitycreatedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\__construct',
|
|
1 => 'app\\framework\\database\\events\\isentityoftype',
|
|
2 => 'app\\framework\\database\\events\\geteventdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/EntityLoadedEvent.php' =>
|
|
array (
|
|
0 => 'd5bcd4a2073c01c3992482f6fd5792ae334cb732',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\entityloadedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\__construct',
|
|
1 => 'app\\framework\\database\\events\\isentityoftype',
|
|
2 => 'app\\framework\\database\\events\\geteventdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/Examples/UserWelcomeEmailEvent.php' =>
|
|
array (
|
|
0 => '519a34596130d8db5a4c23bfd8b0a54e08b05f01',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\userwelcomeemailevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/Examples/UserEventHandlers.php' =>
|
|
array (
|
|
0 => 'b0d144fe8ee66de8a93b665fc6efaf8b76b6869c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\usereventhandlers',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\onentitycreated',
|
|
1 => 'app\\framework\\database\\events\\examples\\onusercreated',
|
|
2 => 'app\\framework\\database\\events\\examples\\onentityupdated',
|
|
3 => 'app\\framework\\database\\events\\examples\\onentitydeleted',
|
|
4 => 'app\\framework\\database\\events\\examples\\onentityloaded',
|
|
5 => 'app\\framework\\database\\events\\examples\\onentitydetached',
|
|
6 => 'app\\framework\\database\\events\\examples\\onuserwelcomeemail',
|
|
7 => 'app\\framework\\database\\events\\examples\\onuserregistrationanalytics',
|
|
8 => 'app\\framework\\database\\events\\examples\\loganalyticsevent',
|
|
9 => 'app\\framework\\database\\events\\examples\\sendwelcomeemail',
|
|
10 => 'app\\framework\\database\\events\\examples\\createuserprofile',
|
|
11 => 'app\\framework\\database\\events\\examples\\trackuserregistration',
|
|
12 => 'app\\framework\\database\\events\\examples\\handleuserupdate',
|
|
13 => 'app\\framework\\database\\events\\examples\\cleanupuserdata',
|
|
14 => 'app\\framework\\database\\events\\examples\\notifyuserdeletion',
|
|
15 => 'app\\framework\\database\\events\\examples\\trackentityloadtime',
|
|
16 => 'app\\framework\\database\\events\\examples\\cleanupentityreferences',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/Examples/UserPremiumUpgradeEvent.php' =>
|
|
array (
|
|
0 => 'ed051d8986fda9ebc2e0da6fc8e6f44f64725c94',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\userpremiumupgradeevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/Examples/ExampleUser.php' =>
|
|
array (
|
|
0 => '576fd4d7958ccc68382f0864c5def06351c2e44a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\exampleuser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\__construct',
|
|
1 => 'app\\framework\\database\\events\\examples\\updateemail',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/Examples/EntityEventUsageExample.php' =>
|
|
array (
|
|
0 => 'c36a749b5a14a05da262edf883f17b2d61a2f3c4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\entityeventusageexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\__construct',
|
|
1 => 'app\\framework\\database\\events\\examples\\basiclifecycleeventhandling',
|
|
2 => 'app\\framework\\database\\events\\examples\\domaineventhandling',
|
|
3 => 'app\\framework\\database\\events\\examples\\eventstatistics',
|
|
4 => 'app\\framework\\database\\events\\examples\\batchoperationswithevents',
|
|
5 => 'app\\framework\\database\\events\\examples\\conditionaleventhandling',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/Examples/UserRegistrationAnalyticsEvent.php' =>
|
|
array (
|
|
0 => '5ba0ab41bc625b62c4ce549f0ac13e5192224f6f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\userregistrationanalyticsevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\examples\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/EntityUpdatedEvent.php' =>
|
|
array (
|
|
0 => '3a7d2c485ccabe106c4d7511643e3ba403899e5a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\entityupdatedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\__construct',
|
|
1 => 'app\\framework\\database\\events\\isentityoftype',
|
|
2 => 'app\\framework\\database\\events\\hasfieldchanged',
|
|
3 => 'app\\framework\\database\\events\\getoldvalue',
|
|
4 => 'app\\framework\\database\\events\\getnewvalue',
|
|
5 => 'app\\framework\\database\\events\\geteventdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/EntityDeletedEvent.php' =>
|
|
array (
|
|
0 => 'b5925d0616459f24401d6fd004f78b663a4e19b2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\entitydeletedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\__construct',
|
|
1 => 'app\\framework\\database\\events\\isentityoftype',
|
|
2 => 'app\\framework\\database\\events\\geteventdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/DomainEventCollector.php' =>
|
|
array (
|
|
0 => 'd9625b9e6317bef3fbf89cecee071324f45e9a52',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\domaineventcollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\__construct',
|
|
1 => 'app\\framework\\database\\events\\recordevent',
|
|
2 => 'app\\framework\\database\\events\\geteventsforentity',
|
|
3 => 'app\\framework\\database\\events\\cleareventsforentity',
|
|
4 => 'app\\framework\\database\\events\\getallevents',
|
|
5 => 'app\\framework\\database\\events\\haseventsforentity',
|
|
6 => 'app\\framework\\database\\events\\geteventsoftypeforentity',
|
|
7 => 'app\\framework\\database\\events\\geteventcountforentity',
|
|
8 => 'app\\framework\\database\\events\\gettotaleventcount',
|
|
9 => 'app\\framework\\database\\events\\gettrackedentitycount',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/EntityDetachedEvent.php' =>
|
|
array (
|
|
0 => '5a3a01d84b4f919e63aa9a15758067b0ca2c1314',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\entitydetachedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\__construct',
|
|
1 => 'app\\framework\\database\\events\\isentityoftype',
|
|
2 => 'app\\framework\\database\\events\\geteventdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Events/EntityEventManager.php' =>
|
|
array (
|
|
0 => '50b53788cc762103110d79dff012d55e91a640c5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\entityeventmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\events\\__construct',
|
|
1 => 'app\\framework\\database\\events\\dispatchlifecycleevent',
|
|
2 => 'app\\framework\\database\\events\\recorddomainevent',
|
|
3 => 'app\\framework\\database\\events\\dispatchdomaineventsforentity',
|
|
4 => 'app\\framework\\database\\events\\dispatchalldomainevents',
|
|
5 => 'app\\framework\\database\\events\\entitycreated',
|
|
6 => 'app\\framework\\database\\events\\entityupdated',
|
|
7 => 'app\\framework\\database\\events\\entitydeleted',
|
|
8 => 'app\\framework\\database\\events\\entityloaded',
|
|
9 => 'app\\framework\\database\\events\\entitydetached',
|
|
10 => 'app\\framework\\database\\events\\getdomaineventcollector',
|
|
11 => 'app\\framework\\database\\events\\geteventdispatcher',
|
|
12 => 'app\\framework\\database\\events\\getdomaineventstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/DriverType.php' =>
|
|
array (
|
|
0 => 'ea90a56ac3047157f624ef4a912589d27d3d470f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\drivertype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/PostgresDriver.php' =>
|
|
array (
|
|
0 => '82e7d2d422a250cb04a159ec0aac734288ddf9a6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\postgresdriver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\__construct',
|
|
1 => 'app\\framework\\database\\driver\\createdns',
|
|
2 => 'app\\framework\\database\\driver\\getoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/DriverConfig.php' =>
|
|
array (
|
|
0 => '3763c21246470ab72b809a61b5de77801f36d5f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\driverconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\__construct',
|
|
1 => 'app\\framework\\database\\driver\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/SqliteDriver.php' =>
|
|
array (
|
|
0 => 'c5c089c29f1a4b8f744eb6d832146742e7e0db28',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\sqlitedriver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\__construct',
|
|
1 => 'app\\framework\\database\\driver\\createdns',
|
|
2 => 'app\\framework\\database\\driver\\getoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/MysqlDriver.php' =>
|
|
array (
|
|
0 => 'e4025d4f662636fc7f77c5aac33d6e37edcdaa91',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\mysqldriver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\__construct',
|
|
1 => 'app\\framework\\database\\driver\\createdns',
|
|
2 => 'app\\framework\\database\\driver\\getoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/Driver.php' =>
|
|
array (
|
|
0 => '4e90c9849d0f8ce1d42b921e4603b7d9063e7efe',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\driver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\driver\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ReadWriteConnection.php' =>
|
|
array (
|
|
0 => '89935fa2cba6082b7e204442d11b930fd2c13419',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\readwriteconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\execute',
|
|
2 => 'app\\framework\\database\\query',
|
|
3 => 'app\\framework\\database\\queryone',
|
|
4 => 'app\\framework\\database\\querycolumn',
|
|
5 => 'app\\framework\\database\\queryscalar',
|
|
6 => 'app\\framework\\database\\begintransaction',
|
|
7 => 'app\\framework\\database\\commit',
|
|
8 => 'app\\framework\\database\\rollback',
|
|
9 => 'app\\framework\\database\\intransaction',
|
|
10 => 'app\\framework\\database\\lastinsertid',
|
|
11 => 'app\\framework\\database\\getpdo',
|
|
12 => 'app\\framework\\database\\forcewriteconnection',
|
|
13 => 'app\\framework\\database\\resetconnectionmode',
|
|
14 => 'app\\framework\\database\\shouldusewriteconnection',
|
|
15 => 'app\\framework\\database\\getconnection',
|
|
16 => 'app\\framework\\database\\getreadconnection',
|
|
17 => 'app\\framework\\database\\getstatistics',
|
|
18 => 'app\\framework\\database\\getwriteconnection',
|
|
19 => 'app\\framework\\database\\getreadconnections',
|
|
20 => 'app\\framework\\database\\hasadvancedrouting',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/IdGenerator.php' =>
|
|
array (
|
|
0 => '8dca1e016f808b99bb31da641d0693615d19da4a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\idgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\generate',
|
|
1 => 'app\\framework\\database\\isvalid',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationRunner.php' =>
|
|
array (
|
|
0 => 'cc90f88ee901da2737486f4a978d22be52b2c7f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\migrationrunner',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\__construct',
|
|
1 => 'app\\framework\\database\\migration\\migrate',
|
|
2 => 'app\\framework\\database\\migration\\rollback',
|
|
3 => 'app\\framework\\database\\migration\\getstatus',
|
|
4 => 'app\\framework\\database\\migration\\getappliedversions',
|
|
5 => 'app\\framework\\database\\migration\\ensuremigrationstable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationLoader.php' =>
|
|
array (
|
|
0 => '048ada9e079d69774253784aba638c6660f23c46',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\migrationloader',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\__construct',
|
|
1 => 'app\\framework\\database\\migration\\loadmigrations',
|
|
2 => 'app\\framework\\database\\migration\\getclassnamefromfile',
|
|
3 => 'app\\framework\\database\\migration\\extractversionfromclassname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/ApplyMigrations.php' =>
|
|
array (
|
|
0 => 'bd297b893e1ae400b93fb239e5f6429f1c939a8e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\applymigrations',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\__construct',
|
|
1 => 'app\\framework\\database\\migration\\migrate',
|
|
2 => 'app\\framework\\database\\migration\\rollback',
|
|
3 => 'app\\framework\\database\\migration\\status',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationGenerator.php' =>
|
|
array (
|
|
0 => 'f5735747a7b227502de52df0831e5a3cc9801cb5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\migrationgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\__construct',
|
|
1 => 'app\\framework\\database\\migration\\generate',
|
|
2 => 'app\\framework\\database\\migration\\generatemigrationcontent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/Migration.php' =>
|
|
array (
|
|
0 => '32469d3a8faae480faa851cc32163c2b3ac105c6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\migration',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\up',
|
|
1 => 'app\\framework\\database\\migration\\down',
|
|
2 => 'app\\framework\\database\\migration\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/Commands/MakeMigrationCommand.php' =>
|
|
array (
|
|
0 => '98a932fd66ac66ad969524e9b4a3daff0df73f32',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\commands\\makemigrationcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\commands\\__construct',
|
|
1 => 'app\\framework\\database\\migration\\commands\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationVersion.php' =>
|
|
array (
|
|
0 => '91094374b29b6fe056ded9e1ac9045088aa3b370',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\migrationversion',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\migration\\__construct',
|
|
1 => 'app\\framework\\database\\migration\\generate',
|
|
2 => 'app\\framework\\database\\migration\\fromclassname',
|
|
3 => 'app\\framework\\database\\migration\\toclassname',
|
|
4 => 'app\\framework\\database\\migration\\tofilename',
|
|
5 => 'app\\framework\\database\\migration\\__tostring',
|
|
6 => 'app\\framework\\database\\migration\\compare',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/PdoResult.php' =>
|
|
array (
|
|
0 => 'f22415ea8d905ffef2926ac305cc3d13b0204474',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\pdoresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\fetch',
|
|
2 => 'app\\framework\\database\\fetchall',
|
|
3 => 'app\\framework\\database\\fetchcolumn',
|
|
4 => 'app\\framework\\database\\fetchscalar',
|
|
5 => 'app\\framework\\database\\rowcount',
|
|
6 => 'app\\framework\\database\\count',
|
|
7 => 'app\\framework\\database\\getiterator',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/ConnectionPool.php' =>
|
|
array (
|
|
0 => '6509af00795452c5a670409b3792f730f9759948',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\connectionpool',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\getconnection',
|
|
2 => 'app\\framework\\database\\findavailablehealthyconnection',
|
|
3 => 'app\\framework\\database\\createnewconnection',
|
|
4 => 'app\\framework\\database\\releaseconnection',
|
|
5 => 'app\\framework\\database\\closeconnection',
|
|
6 => 'app\\framework\\database\\recordquery',
|
|
7 => 'app\\framework\\database\\performhealthchecksifneeded',
|
|
8 => 'app\\framework\\database\\performhealthchecks',
|
|
9 => 'app\\framework\\database\\checkconnectionhealth',
|
|
10 => 'app\\framework\\database\\cleanupidleconnections',
|
|
11 => 'app\\framework\\database\\getstats',
|
|
12 => 'app\\framework\\database\\initializeminconnections',
|
|
13 => 'app\\framework\\database\\forcehealthcheck',
|
|
14 => 'app\\framework\\database\\getconnectionmetadata',
|
|
15 => 'app\\framework\\database\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/BatchRelationLoader.php' =>
|
|
array (
|
|
0 => '05f6870aa289e57b306be1521164d5898596ccc9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\batchrelationloader',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\preloadrelation',
|
|
2 => 'app\\framework\\database\\preloadhasmany',
|
|
3 => 'app\\framework\\database\\preloadbelongsto',
|
|
4 => 'app\\framework\\database\\preloadonetoone',
|
|
5 => 'app\\framework\\database\\getrelationmetadata',
|
|
6 => 'app\\framework\\database\\getlocalkey',
|
|
7 => 'app\\framework\\database\\getforeignkey',
|
|
8 => 'app\\framework\\database\\getpropertyvalue',
|
|
9 => 'app\\framework\\database\\groupbyforeignkey',
|
|
10 => 'app\\framework\\database\\indexbyprimarykey',
|
|
11 => 'app\\framework\\database\\findbyquery',
|
|
12 => 'app\\framework\\database\\setrelationonentity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/LazyLoader.php' =>
|
|
array (
|
|
0 => '25b655c203ee807ee30ac11821ad50c1e1fc3307',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\lazyloader',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\createlazyghost',
|
|
2 => 'app\\framework\\database\\createlazyproxy',
|
|
3 => 'app\\framework\\database\\loadentitywithdynamicrelations',
|
|
4 => 'app\\framework\\database\\initializeghostwithdynamicrelations',
|
|
5 => 'app\\framework\\database\\loaddynamicrelations',
|
|
6 => 'app\\framework\\database\\loadrelation',
|
|
7 => 'app\\framework\\database\\loadrelationbytype',
|
|
8 => 'app\\framework\\database\\loadbelongstorelation',
|
|
9 => 'app\\framework\\database\\loadhasmanyrelation',
|
|
10 => 'app\\framework\\database\\loadonetoonerelation',
|
|
11 => 'app\\framework\\database\\getentityid',
|
|
12 => 'app\\framework\\database\\queryrelateddata',
|
|
13 => 'app\\framework\\database\\hydraterelatedentities',
|
|
14 => 'app\\framework\\database\\hydrateentity',
|
|
15 => 'app\\framework\\database\\loadentity',
|
|
16 => 'app\\framework\\database\\initializeghost',
|
|
17 => 'app\\framework\\database\\islazyghost',
|
|
18 => 'app\\framework\\database\\initializelazyobject',
|
|
19 => 'app\\framework\\database\\trackrelationaccess',
|
|
20 => 'app\\framework\\database\\shouldusebatchloading',
|
|
21 => 'app\\framework\\database\\triggerbatchloading',
|
|
22 => 'app\\framework\\database\\clearrelationtracking',
|
|
23 => 'app\\framework\\database\\getrelationaccessstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/EntityLoaderInterface.php' =>
|
|
array (
|
|
0 => '5a6642af524daf09752f5527b919adc240407d43',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\entityloaderinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\find',
|
|
1 => 'app\\framework\\database\\findoneby',
|
|
2 => 'app\\framework\\database\\findby',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/EntityManagerInitializer.php' =>
|
|
array (
|
|
0 => 'e49b53c22fe68b5fe0f2bf0aaea148c742ffe25c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\entitymanagerinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/CommandHandlerCompiler.php' =>
|
|
array (
|
|
0 => '7362c8141d3039e51df449c423ac28d24aabb63b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\commandhandlercompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\getattributeclass',
|
|
1 => 'app\\framework\\commandbus\\compile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/Middleware/PerformanceMonitoringMiddleware.php' =>
|
|
array (
|
|
0 => 'e8954e5367b8613468c6ee4611a6a0e864bd8728',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\middleware\\performancemonitoringmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\middleware\\__construct',
|
|
1 => 'app\\framework\\commandbus\\middleware\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/Middleware/DatabaseTransactionMiddleware.php' =>
|
|
array (
|
|
0 => '14d64c0d17f3b3795cb32034da53385a4361aab9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\middleware\\databasetransactionmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\middleware\\__construct',
|
|
1 => 'app\\framework\\commandbus\\middleware\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/Middleware/LoggingMiddleware.php' =>
|
|
array (
|
|
0 => 'b8d9ae08e65bb0aafbfd9433a54334dbac29de66',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\middleware\\loggingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\middleware\\__construct',
|
|
1 => 'app\\framework\\commandbus\\middleware\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/Exceptions/NoHandlerFound.php' =>
|
|
array (
|
|
0 => 'c5b5adbe9d772a3622c5a8976a0f08021a91cd86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\exceptions\\nohandlerfound',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\exceptions\\forcommand',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/Middleware.php' =>
|
|
array (
|
|
0 => '032fef3502eeb450e624fc688d322f4ab365087f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\middleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/CommandHandler.php' =>
|
|
array (
|
|
0 => '1ba97ddf85a7f01b75f8a8f534c7564d0519fe9f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\commandhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/CommandHandlerMapper.php' =>
|
|
array (
|
|
0 => '79b0cd91584e58cd0b82f8bd2caede77fe3fbc76',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\commandhandlermapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\getattributeclass',
|
|
1 => 'app\\framework\\commandbus\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/ShouldQueue.php' =>
|
|
array (
|
|
0 => '1d1e2a738bb588cd9497bf747fad7251beee713b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\shouldqueue',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/CommandHandlersCollection.php' =>
|
|
array (
|
|
0 => 'c2c06bcceb46583c6fcb3dea57c6ad6b310ebb60',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\commandhandlerscollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\__construct',
|
|
1 => 'app\\framework\\commandbus\\get',
|
|
2 => 'app\\framework\\commandbus\\all',
|
|
3 => 'app\\framework\\commandbus\\getiterator',
|
|
4 => 'app\\framework\\commandbus\\count',
|
|
5 => 'app\\framework\\commandbus\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/CommandHandlerDescriptor.php' =>
|
|
array (
|
|
0 => '64b3b7797eb658fee6a29233601345f74d629969',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\commandhandlerdescriptor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\__construct',
|
|
1 => 'app\\framework\\commandbus\\fromhandlerarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/CommandBus.php' =>
|
|
array (
|
|
0 => 'bfba1d693786e7776592cd875cfcc4346404e740',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\commandbus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\dispatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/DefaultCommandBus.php' =>
|
|
array (
|
|
0 => 'eefaecda2c074f2e4fcd837a64b450eea9e3c37e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\defaultcommandbus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\__construct',
|
|
1 => 'app\\framework\\commandbus\\dispatch',
|
|
2 => 'app\\framework\\commandbus\\executecommand',
|
|
3 => 'app\\framework\\commandbus\\shouldqueueincontext',
|
|
4 => 'app\\framework\\commandbus\\__debuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CommandBus/CommandBusInitializer.php' =>
|
|
array (
|
|
0 => '4fe5dd7af5a6b2b3459e4c3588e5f449d840ed33',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\commandbusinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\commandbus\\__construct',
|
|
1 => 'app\\framework\\commandbus\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/UserAgent.php' =>
|
|
array (
|
|
0 => 'b279a7819e7cd192ced98501cf3560309a8ac012',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\useragent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\__construct',
|
|
1 => 'app\\framework\\useragent\\fromstring',
|
|
2 => 'app\\framework\\useragent\\parse',
|
|
3 => 'app\\framework\\useragent\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/Patterns/BrowserPatterns.php' =>
|
|
array (
|
|
0 => '5ad986349bb4656bad8c03d3a7ee739955fc9331',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\patterns\\browserpatterns',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\patterns\\getpatterns',
|
|
1 => 'app\\framework\\useragent\\patterns\\getfallbackpatterns',
|
|
2 => 'app\\framework\\useragent\\patterns\\getbotpatterns',
|
|
3 => 'app\\framework\\useragent\\patterns\\isbot',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/Patterns/EnginePatterns.php' =>
|
|
array (
|
|
0 => 'a2aed8055aa304f0d2e9b03a26b320cbbc470a52',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\patterns\\enginepatterns',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\patterns\\getpatterns',
|
|
1 => 'app\\framework\\useragent\\patterns\\getbrowserenginemap',
|
|
2 => 'app\\framework\\useragent\\patterns\\getgeckoversionmap',
|
|
3 => 'app\\framework\\useragent\\patterns\\formatgeckoversion',
|
|
4 => 'app\\framework\\useragent\\patterns\\getfeaturesupport',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/Patterns/PlatformPatterns.php' =>
|
|
array (
|
|
0 => 'a8725250018353e8c6efd666f8d1120ad015c432',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\patterns\\platformpatterns',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\patterns\\getpatterns',
|
|
1 => 'app\\framework\\useragent\\patterns\\getwindowsversionmap',
|
|
2 => 'app\\framework\\useragent\\patterns\\formatwindowsversion',
|
|
3 => 'app\\framework\\useragent\\patterns\\formatappleversion',
|
|
4 => 'app\\framework\\useragent\\patterns\\getmobilepatterns',
|
|
5 => 'app\\framework\\useragent\\patterns\\ismobile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/ParsedUserAgent.php' =>
|
|
array (
|
|
0 => '9cc679416203e31ba2ac3881ab1390151d82eef3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\parseduseragent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\__construct',
|
|
1 => 'app\\framework\\useragent\\getuseragent',
|
|
2 => 'app\\framework\\useragent\\getbrowsername',
|
|
3 => 'app\\framework\\useragent\\getplatformname',
|
|
4 => 'app\\framework\\useragent\\getenginename',
|
|
5 => 'app\\framework\\useragent\\getsummary',
|
|
6 => 'app\\framework\\useragent\\supports',
|
|
7 => 'app\\framework\\useragent\\getes2017minversion',
|
|
8 => 'app\\framework\\useragent\\getes2020minversion',
|
|
9 => 'app\\framework\\useragent\\getdevicecategory',
|
|
10 => 'app\\framework\\useragent\\toarray',
|
|
11 => 'app\\framework\\useragent\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/UserAgentParser.php' =>
|
|
array (
|
|
0 => '37e54cfbc6b4a51858b52f74190b39523b0d4acd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\useragentparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\__construct',
|
|
1 => 'app\\framework\\useragent\\parse',
|
|
2 => 'app\\framework\\useragent\\parsebrowser',
|
|
3 => 'app\\framework\\useragent\\parsebrowserversion',
|
|
4 => 'app\\framework\\useragent\\parseplatform',
|
|
5 => 'app\\framework\\useragent\\parseplatformversion',
|
|
6 => 'app\\framework\\useragent\\parseengine',
|
|
7 => 'app\\framework\\useragent\\parseengineversion',
|
|
8 => 'app\\framework\\useragent\\determinemodernbrowser',
|
|
9 => 'app\\framework\\useragent\\createunknownuseragent',
|
|
10 => 'app\\framework\\useragent\\clearcache',
|
|
11 => 'app\\framework\\useragent\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/Enums/BrowserType.php' =>
|
|
array (
|
|
0 => '60ec01ab87834139fd1a9e44933ad838fda04e80',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\enums\\browsertype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\enums\\getdisplayname',
|
|
1 => 'app\\framework\\useragent\\enums\\getengine',
|
|
2 => 'app\\framework\\useragent\\enums\\ismodern',
|
|
3 => 'app\\framework\\useragent\\enums\\getmodernversionthreshold',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/Enums/EngineType.php' =>
|
|
array (
|
|
0 => '8304649320deb7dc38101303754be2978fb702f1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\enums\\enginetype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\enums\\getdisplayname',
|
|
1 => 'app\\framework\\useragent\\enums\\ismodern',
|
|
2 => 'app\\framework\\useragent\\enums\\getdeveloper',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/UserAgent/Enums/PlatformType.php' =>
|
|
array (
|
|
0 => 'a72ccd11456d209043e8a8bb028666f010b6f56f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\enums\\platformtype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\useragent\\enums\\getdisplayname',
|
|
1 => 'app\\framework\\useragent\\enums\\ismobile',
|
|
2 => 'app\\framework\\useragent\\enums\\isdesktop',
|
|
3 => 'app\\framework\\useragent\\enums\\getfamily',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Redis/RedisConnection.php' =>
|
|
array (
|
|
0 => '79461c1b772fa9e98c0a101e7725b93c4c6b8fc4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\redisconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\__construct',
|
|
1 => 'app\\framework\\redis\\getclient',
|
|
2 => 'app\\framework\\redis\\getdatabase',
|
|
3 => 'app\\framework\\redis\\getname',
|
|
4 => 'app\\framework\\redis\\isconnected',
|
|
5 => 'app\\framework\\redis\\reconnect',
|
|
6 => 'app\\framework\\redis\\connect',
|
|
7 => 'app\\framework\\redis\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Redis/RedisFactory.php' =>
|
|
array (
|
|
0 => '05c4c69a0aa19416e3d4ca36244f4bad6aa3f340',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\redisfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\__construct',
|
|
1 => 'app\\framework\\redis\\createcache',
|
|
2 => 'app\\framework\\redis\\createqueue',
|
|
3 => 'app\\framework\\redis\\createsessionstorage',
|
|
4 => 'app\\framework\\redis\\getpool',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Redis/RedisConnectionInterface.php' =>
|
|
array (
|
|
0 => '747cd75df3f56c89e6af7fe3f2e823eff413043e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\redisconnectioninterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\getclient',
|
|
1 => 'app\\framework\\redis\\getdatabase',
|
|
2 => 'app\\framework\\redis\\getname',
|
|
3 => 'app\\framework\\redis\\isconnected',
|
|
4 => 'app\\framework\\redis\\reconnect',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Redis/RedisPoolInitializer.php' =>
|
|
array (
|
|
0 => 'f64ee3ab5c1c1fc5eda234e69fce0d33410d6c06',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\redispoolinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\__construct',
|
|
1 => 'app\\framework\\redis\\initialize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Redis/RedisConfig.php' =>
|
|
array (
|
|
0 => '873c8f0ed02c87a846e8b9a966c7408b7ab324c4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\redisconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\__construct',
|
|
1 => 'app\\framework\\redis\\fromenvironment',
|
|
2 => 'app\\framework\\redis\\withdatabase',
|
|
3 => 'app\\framework\\redis\\toconnectionparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Redis/RedisConnectionException.php' =>
|
|
array (
|
|
0 => '34c08866049d841bdb5a61c2003344c8ccccb8e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\redisconnectionexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Redis/RedisConnectionPool.php' =>
|
|
array (
|
|
0 => '77d6649a0008d6f91fcd8a56466ca6ad5d930075',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\redisconnectionpool',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\redis\\registerconnection',
|
|
1 => 'app\\framework\\redis\\getconnection',
|
|
2 => 'app\\framework\\redis\\getcacheconnection',
|
|
3 => 'app\\framework\\redis\\getqueueconnection',
|
|
4 => 'app\\framework\\redis\\getsessionconnection',
|
|
5 => 'app\\framework\\redis\\hasconnection',
|
|
6 => 'app\\framework\\redis\\getconnectionnames',
|
|
7 => 'app\\framework\\redis\\removeconnection',
|
|
8 => 'app\\framework\\redis\\closeall',
|
|
9 => 'app\\framework\\redis\\gethealthstatus',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/InstanceRegistry.php' =>
|
|
array (
|
|
0 => '919b0f42c25f756e29f2a7a8765c0f89a41ff7f6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\instanceregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\getsingleton',
|
|
1 => 'app\\framework\\di\\hassingleton',
|
|
2 => 'app\\framework\\di\\setsingleton',
|
|
3 => 'app\\framework\\di\\markassingleton',
|
|
4 => 'app\\framework\\di\\ismarkedassingleton',
|
|
5 => 'app\\framework\\di\\getinstance',
|
|
6 => 'app\\framework\\di\\hasinstance',
|
|
7 => 'app\\framework\\di\\setinstance',
|
|
8 => 'app\\framework\\di\\forget',
|
|
9 => 'app\\framework\\di\\flush',
|
|
10 => 'app\\framework\\di\\getallregistered',
|
|
11 => 'app\\framework\\di\\getsingletons',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Container.php' =>
|
|
array (
|
|
0 => '31ebe55072875638948ba6ee6ccae94673865a06',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\container',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\get',
|
|
1 => 'app\\framework\\di\\has',
|
|
2 => 'app\\framework\\di\\bind',
|
|
3 => 'app\\framework\\di\\singleton',
|
|
4 => 'app\\framework\\di\\instance',
|
|
5 => 'app\\framework\\di\\forget',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/InitializerMapper.php' =>
|
|
array (
|
|
0 => 'fb923a96b991d1f9e5579f18ecfcb12e2f045059',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\initializermapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\getattributeclass',
|
|
1 => 'app\\framework\\di\\map',
|
|
2 => 'app\\framework\\di\\getreturntypename',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/DefaultContainer.php' =>
|
|
array (
|
|
0 => '2a652cb550cb829b3801f0dbf636745b063870ed',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\defaultcontainer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\bind',
|
|
2 => 'app\\framework\\di\\singleton',
|
|
3 => 'app\\framework\\di\\instance',
|
|
4 => 'app\\framework\\di\\get',
|
|
5 => 'app\\framework\\di\\createinstance',
|
|
6 => 'app\\framework\\di\\buildinstance',
|
|
7 => 'app\\framework\\di\\resolvebinding',
|
|
8 => 'app\\framework\\di\\has',
|
|
9 => 'app\\framework\\di\\forget',
|
|
10 => 'app\\framework\\di\\flush',
|
|
11 => 'app\\framework\\di\\getregisteredservices',
|
|
12 => 'app\\framework\\di\\getserviceids',
|
|
13 => 'app\\framework\\di\\clearcaches',
|
|
14 => 'app\\framework\\di\\registerself',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Exceptions/ParameterResolutionException.php' =>
|
|
array (
|
|
0 => 'd10bc7be62179ae2c3d53a14d1d43e3a369889c7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\exceptions\\parameterresolutionexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Exceptions/LazyLoadingException.php' =>
|
|
array (
|
|
0 => 'e2a0bcc51895112858311e0cdf602c1853c17e01',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\exceptions\\lazyloadingexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Exceptions/CyclicDependencyException.php' =>
|
|
array (
|
|
0 => 'b5b4e5a52492cfca0f919f4b5e9c696cff0a5b2a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\exceptions\\cyclicdependencyexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/DependencyType.php' =>
|
|
array (
|
|
0 => 'b8871e7059169c68ea91328dfeaac797c44c62f8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\dependencytype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/SingletonDetector.php' =>
|
|
array (
|
|
0 => '32a72bde895f4f2cd27d86a3121e6eacb5961834',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\singletondetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\issingleton',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/InitializerDependencyGraph.php' =>
|
|
array (
|
|
0 => '35de269d226a71a3d7a6206cbd04297a394c08b9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\initializerdependencygraph',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\addinitializer',
|
|
2 => 'app\\framework\\di\\getexecutionorder',
|
|
3 => 'app\\framework\\di\\getnodes',
|
|
4 => 'app\\framework\\di\\analyzedependencies',
|
|
5 => 'app\\framework\\di\\topologicalsort',
|
|
6 => 'app\\framework\\di\\hascycle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/BindingRegistry.php' =>
|
|
array (
|
|
0 => '935d1c9ccfff5c5e115adba99379508e91bec5a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\bindingregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\bind',
|
|
1 => 'app\\framework\\di\\hasbinding',
|
|
2 => 'app\\framework\\di\\getbinding',
|
|
3 => 'app\\framework\\di\\forget',
|
|
4 => 'app\\framework\\di\\flush',
|
|
5 => 'app\\framework\\di\\getallbindings',
|
|
6 => 'app\\framework\\di\\getallkeys',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Initializer.php' =>
|
|
array (
|
|
0 => '37026f059923304a9e55cd152a23cd82823e6f62',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\initializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\allowscontext',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/MethodInvoker.php' =>
|
|
array (
|
|
0 => '4ff38ca1894548026c72b33bfa59341ae9e7f9a9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\methodinvoker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\invoke',
|
|
2 => 'app\\framework\\di\\invokeon',
|
|
3 => 'app\\framework\\di\\invokestatic',
|
|
4 => 'app\\framework\\di\\resolvemethodparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/ContainerCompiler.php' =>
|
|
array (
|
|
0 => '1f256100b26de1e10140c4bc660570fc4623f749',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\containercompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\compile',
|
|
2 => 'app\\framework\\di\\generatecontainercode',
|
|
3 => 'app\\framework\\di\\compilebindings',
|
|
4 => 'app\\framework\\di\\compilesingletons',
|
|
5 => 'app\\framework\\di\\compiledependencymethods',
|
|
6 => 'app\\framework\\di\\compiledependencymethod',
|
|
7 => 'app\\framework\\di\\compiledependencyinjection',
|
|
8 => 'app\\framework\\di\\getmethodname',
|
|
9 => 'app\\framework\\di\\generatecontainerhash',
|
|
10 => 'app\\framework\\di\\writetofile',
|
|
11 => 'app\\framework\\di\\getbindingregistry',
|
|
12 => 'app\\framework\\di\\getinstanceregistry',
|
|
13 => 'app\\framework\\di\\iscompiledcontainervalid',
|
|
14 => 'app\\framework\\di\\getcompiledcontainerpath',
|
|
15 => 'app\\framework\\di\\load',
|
|
16 => 'app\\framework\\di\\compileasync',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/DependencyResolver.php' =>
|
|
array (
|
|
0 => '3d8eedb3950bacd3ecbcbc8af4a8b06535f226b0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependencyresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\resolvedependencies',
|
|
2 => 'app\\framework\\di\\resolveparameter',
|
|
3 => 'app\\framework\\di\\createdependency',
|
|
4 => 'app\\framework\\di\\resolvefromcache',
|
|
5 => 'app\\framework\\di\\resolvefromcontainer',
|
|
6 => 'app\\framework\\di\\clearcache',
|
|
7 => 'app\\framework\\di\\flushcache',
|
|
8 => 'app\\framework\\di\\getcachestats',
|
|
9 => 'app\\framework\\di\\getdependentsof',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/LazyInstantiator.php' =>
|
|
array (
|
|
0 => 'cc277228afd1263292c42e7c6ce5165b018517ce',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\lazyinstantiator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\__construct',
|
|
1 => 'app\\framework\\di\\canuselazyloading',
|
|
2 => 'app\\framework\\di\\createlazyinstance',
|
|
3 => 'app\\framework\\di\\forgetfactory',
|
|
4 => 'app\\framework\\di\\flushfactories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Quality/PHPStan/Rules/UseFrameworkAbstractionsRule.php' =>
|
|
array (
|
|
0 => '0de6940d93c49bc6090af857b5599fe83806d065',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\useframeworkabstractionsrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\getnodetype',
|
|
1 => 'app\\framework\\quality\\phpstan\\rules\\processnode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Quality/PHPStan/Rules/ForbiddenFunctionsRule.php' =>
|
|
array (
|
|
0 => '74fe3b3b1b4ab66f6fa8cd6dfad343b531b51f07',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\forbiddenfunctionsrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\getnodetype',
|
|
1 => 'app\\framework\\quality\\phpstan\\rules\\processnode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Quality/PHPStan/Rules/PreferValueObjectsRule.php' =>
|
|
array (
|
|
0 => 'e2b0f8f455c96288a0b107e1cda9eceb582db0ce',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\prefervalueobjectsrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\getnodetype',
|
|
1 => 'app\\framework\\quality\\phpstan\\rules\\processnode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Quality/PHPStan/Rules/UseDateTimeAbstractionRule.php' =>
|
|
array (
|
|
0 => '7dfb9d1d6dc32ea763e67a90a5363c97bafe3d18',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\usedatetimeabstractionrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\getnodetype',
|
|
1 => 'app\\framework\\quality\\phpstan\\rules\\processnode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Quality/PHPStan/Rules/UseClockAbstractionRule.php' =>
|
|
array (
|
|
0 => 'a356d5cd672fd8942c1843fb74137a3dd9723913',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\useclockabstractionrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\getnodetype',
|
|
1 => 'app\\framework\\quality\\phpstan\\rules\\processnode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Quality/PHPStan/Rules/UseTimerAbstractionRule.php' =>
|
|
array (
|
|
0 => '038a81ab81722c6e9ab8e71c987f8cddd20e749a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\usetimerabstractionrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\getnodetype',
|
|
1 => 'app\\framework\\quality\\phpstan\\rules\\processnode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Quality/PHPStan/Rules/TestRule.php' =>
|
|
array (
|
|
0 => 'f5835147d80267561a41ccc162166070e73112a2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\testrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\quality\\phpstan\\rules\\getnodetype',
|
|
1 => 'app\\framework\\quality\\phpstan\\rules\\processnode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/AttributeMappingVisitor.php' =>
|
|
array (
|
|
0 => '7d5ff064832d20f39579eb2fd35f5713d028d7be',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\attributemappingvisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\buildmapperindex',
|
|
2 => 'app\\framework\\core\\onscanstart',
|
|
3 => 'app\\framework\\core\\onincrementalscanstart',
|
|
4 => 'app\\framework\\core\\onincrementalscancomplete',
|
|
5 => 'app\\framework\\core\\visitclass',
|
|
6 => 'app\\framework\\core\\visitclasswithreflection',
|
|
7 => 'app\\framework\\core\\hasrelevantattributeswrapped',
|
|
8 => 'app\\framework\\core\\hasrelevantattributeswrappedmethod',
|
|
9 => 'app\\framework\\core\\hasrelevantattributeswrappedproperty',
|
|
10 => 'app\\framework\\core\\processattributeswrapped',
|
|
11 => 'app\\framework\\core\\processattributeswrappedmethod',
|
|
12 => 'app\\framework\\core\\processattributeswrappedproperty',
|
|
13 => 'app\\framework\\core\\hasrelevantattributes',
|
|
14 => 'app\\framework\\core\\processattributes',
|
|
15 => 'app\\framework\\core\\serializereflector',
|
|
16 => 'app\\framework\\core\\onscancomplete',
|
|
17 => 'app\\framework\\core\\loadfromcache',
|
|
18 => 'app\\framework\\core\\getcachekey',
|
|
19 => 'app\\framework\\core\\getcacheabledata',
|
|
20 => 'app\\framework\\core\\addattributemapper',
|
|
21 => 'app\\framework\\core\\getattributesoftype',
|
|
22 => 'app\\framework\\core\\getallmappedattributes',
|
|
23 => 'app\\framework\\core\\getprocessingstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ErrorHandler/GlobalErrorHandler.php' =>
|
|
array (
|
|
0 => 'cc71182532490a6bbfd30512364f3f842f49e566',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\errorhandler\\globalerrorhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\errorhandler\\__construct',
|
|
1 => 'app\\framework\\core\\errorhandler\\handleexception',
|
|
2 => 'app\\framework\\core\\errorhandler\\handleerror',
|
|
3 => 'app\\framework\\core\\errorhandler\\handlefatalerror',
|
|
4 => 'app\\framework\\core\\errorhandler\\handlesecurityaspects',
|
|
5 => 'app\\framework\\core\\errorhandler\\issecurityrelevanterror',
|
|
6 => 'app\\framework\\core\\errorhandler\\issystemanomaly',
|
|
7 => 'app\\framework\\core\\errorhandler\\dispatchsystemanomaly',
|
|
8 => 'app\\framework\\core\\errorhandler\\isfatal',
|
|
9 => 'app\\framework\\core\\errorhandler\\logexception',
|
|
10 => 'app\\framework\\core\\errorhandler\\logerror',
|
|
11 => 'app\\framework\\core\\errorhandler\\maperrorseveritytologlevel',
|
|
12 => 'app\\framework\\core\\errorhandler\\displaydebuginfo',
|
|
13 => 'app\\framework\\core\\errorhandler\\displayuserfriendlyerror',
|
|
14 => 'app\\framework\\core\\errorhandler\\displayfatalerrorpage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Exceptions/RouteCacheException.php' =>
|
|
array (
|
|
0 => '11c57ed877ba5c867ae4fd6b8a15e920adf43c8d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\exceptions\\routecacheexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Exceptions/InvalidRouteCacheFormatException.php' =>
|
|
array (
|
|
0 => '22170a109cb73c34baf1f5a319bb425ce472c98c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\exceptions\\invalidroutecacheformatexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/RouteCache.php' =>
|
|
array (
|
|
0 => '59f31afd3248349f8a4fd5f56062f4e30ce051af',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\routecache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\save',
|
|
2 => 'app\\framework\\core\\load',
|
|
3 => 'app\\framework\\core\\isfresh',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/RouteCompiler.php' =>
|
|
array (
|
|
0 => '464e14524edb12ae0548395ce65b318afb0b486c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\routecompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\compile',
|
|
1 => 'app\\framework\\core\\createparametercollection',
|
|
2 => 'app\\framework\\core\\compilenamedroutes',
|
|
3 => 'app\\framework\\core\\convertpathtoregex',
|
|
4 => 'app\\framework\\core\\getattributeclass',
|
|
5 => 'app\\framework\\core\\compileoptimized',
|
|
6 => 'app\\framework\\core\\createcompiledpattern',
|
|
7 => 'app\\framework\\core\\prioritizeroutes',
|
|
8 => 'app\\framework\\core\\grouproutesbycomplexity',
|
|
9 => 'app\\framework\\core\\stripanchors',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/InterfaceImplementationLocator.php' =>
|
|
array (
|
|
0 => 'af017f8367272f3f0f8ced9f15f277dd2a1852bb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\interfaceimplementationlocator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\locate',
|
|
1 => 'app\\framework\\core\\getclassnamefromfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/InterfaceImplementationVisitor.php' =>
|
|
array (
|
|
0 => '92e091bff40c8dae4586146f8727f0c43b3171c6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\interfaceimplementationvisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\onscanstart',
|
|
2 => 'app\\framework\\core\\onincrementalscanstart',
|
|
3 => 'app\\framework\\core\\onincrementalscancomplete',
|
|
4 => 'app\\framework\\core\\visitclass',
|
|
5 => 'app\\framework\\core\\visitclasswithreflection',
|
|
6 => 'app\\framework\\core\\removeimplementationsforclass',
|
|
7 => 'app\\framework\\core\\onscancomplete',
|
|
8 => 'app\\framework\\core\\sortimplementations',
|
|
9 => 'app\\framework\\core\\loadfromcache',
|
|
10 => 'app\\framework\\core\\getcachekey',
|
|
11 => 'app\\framework\\core\\getcacheabledata',
|
|
12 => 'app\\framework\\core\\getimplementations',
|
|
13 => 'app\\framework\\core\\doesimplement',
|
|
14 => 'app\\framework\\core\\getclassinterfaces',
|
|
15 => 'app\\framework\\core\\getallimplementations',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/AppBootstrapper.php' =>
|
|
array (
|
|
0 => '68f6d2643c147cbc8e4b682dafd1f8f3717870ee',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\appbootstrapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\bootstrapweb',
|
|
2 => 'app\\framework\\core\\bootstrapconsole',
|
|
3 => 'app\\framework\\core\\bootstrapworker',
|
|
4 => 'app\\framework\\core\\bootstrap',
|
|
5 => 'app\\framework\\core\\registerweberrorhandler',
|
|
6 => 'app\\framework\\core\\registerclierrorhandler',
|
|
7 => 'app\\framework\\core\\registerapplication',
|
|
8 => 'app\\framework\\core\\registerconsoleapplication',
|
|
9 => 'app\\framework\\core\\initializeenvironment',
|
|
10 => 'app\\framework\\core\\initializesecretsmanagement',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/PhpObjectExporter.php' =>
|
|
array (
|
|
0 => '950ab71375d32a8db81e8edc9d3f4e959f668f4d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\phpobjectexporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\export',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/StaticRoute.php' =>
|
|
array (
|
|
0 => 'af44b320b2d3987eaed7304e9a9972f9d02b4569',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\staticroute',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\getparametercollection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/AttributeCompiler.php' =>
|
|
array (
|
|
0 => 'df9f95172e87b921baf696d51be8b0099b0738c9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\attributecompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\getattributeclass',
|
|
1 => 'app\\framework\\core\\compile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/PathProvider.php' =>
|
|
array (
|
|
0 => '0c377a4c5357a42288b91dc017a227dea6a9ea15',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\pathprovider',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\getbasepath',
|
|
2 => 'app\\framework\\core\\resolvepath',
|
|
3 => 'app\\framework\\core\\pathexists',
|
|
4 => 'app\\framework\\core\\namespacetopath',
|
|
5 => 'app\\framework\\core\\pathtonamespace',
|
|
6 => 'app\\framework\\core\\getcachepath',
|
|
7 => 'app\\framework\\core\\getsourcepath',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ProgressMeter.php' =>
|
|
array (
|
|
0 => '1d1ee5079888dbd81165614468e65b1141ac9334',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\progressmeter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\advance',
|
|
2 => 'app\\framework\\core\\display',
|
|
3 => 'app\\framework\\core\\displaybar',
|
|
4 => 'app\\framework\\core\\displaypercent',
|
|
5 => 'app\\framework\\core\\displayboth',
|
|
6 => 'app\\framework\\core\\finish',
|
|
7 => 'app\\framework\\core\\setprogress',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/AttributeMapper.php' =>
|
|
array (
|
|
0 => '5a5b18142a0686a728ae44edaad8a591634a0f60',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\attributemapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\getattributeclass',
|
|
1 => 'app\\framework\\core\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/DynamicRoute.php' =>
|
|
array (
|
|
0 => 'f2165920ef48fe4f910a3cdd7b5611086f0363d0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\dynamicroute',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\getparametercollection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/EmailAddress.php' =>
|
|
array (
|
|
0 => '746c6cadc6a17859473503d574722d91d436c2ae',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\emailaddress',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\from',
|
|
2 => 'app\\framework\\core\\valueobjects\\parse',
|
|
3 => 'app\\framework\\core\\valueobjects\\isvalid',
|
|
4 => 'app\\framework\\core\\valueobjects\\getvalue',
|
|
5 => 'app\\framework\\core\\valueobjects\\getlocalpart',
|
|
6 => 'app\\framework\\core\\valueobjects\\getdomain',
|
|
7 => 'app\\framework\\core\\valueobjects\\isdisposable',
|
|
8 => 'app\\framework\\core\\valueobjects\\iscommonprovider',
|
|
9 => 'app\\framework\\core\\valueobjects\\iscorporate',
|
|
10 => 'app\\framework\\core\\valueobjects\\normalize',
|
|
11 => 'app\\framework\\core\\valueobjects\\obfuscate',
|
|
12 => 'app\\framework\\core\\valueobjects\\equals',
|
|
13 => 'app\\framework\\core\\valueobjects\\issamedomain',
|
|
14 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
15 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
16 => 'app\\framework\\core\\valueobjects\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Duration.php' =>
|
|
array (
|
|
0 => '8246e713c181679778a9f46b8d24452d9922a211',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\duration',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\fromnanoseconds',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromseconds',
|
|
3 => 'app\\framework\\core\\valueobjects\\fromunit',
|
|
4 => 'app\\framework\\core\\valueobjects\\frommilliseconds',
|
|
5 => 'app\\framework\\core\\valueobjects\\frommicroseconds',
|
|
6 => 'app\\framework\\core\\valueobjects\\fromminutes',
|
|
7 => 'app\\framework\\core\\valueobjects\\fromhours',
|
|
8 => 'app\\framework\\core\\valueobjects\\fromdays',
|
|
9 => 'app\\framework\\core\\valueobjects\\between',
|
|
10 => 'app\\framework\\core\\valueobjects\\parse',
|
|
11 => 'app\\framework\\core\\valueobjects\\toseconds',
|
|
12 => 'app\\framework\\core\\valueobjects\\tonanoseconds',
|
|
13 => 'app\\framework\\core\\valueobjects\\tounit',
|
|
14 => 'app\\framework\\core\\valueobjects\\tomilliseconds',
|
|
15 => 'app\\framework\\core\\valueobjects\\tomicroseconds',
|
|
16 => 'app\\framework\\core\\valueobjects\\tominutes',
|
|
17 => 'app\\framework\\core\\valueobjects\\tohours',
|
|
18 => 'app\\framework\\core\\valueobjects\\tohumanreadable',
|
|
19 => 'app\\framework\\core\\valueobjects\\add',
|
|
20 => 'app\\framework\\core\\valueobjects\\subtract',
|
|
21 => 'app\\framework\\core\\valueobjects\\multiply',
|
|
22 => 'app\\framework\\core\\valueobjects\\equals',
|
|
23 => 'app\\framework\\core\\valueobjects\\greaterthan',
|
|
24 => 'app\\framework\\core\\valueobjects\\lessthan',
|
|
25 => 'app\\framework\\core\\valueobjects\\iszero',
|
|
26 => 'app\\framework\\core\\valueobjects\\isnotzero',
|
|
27 => 'app\\framework\\core\\valueobjects\\tocacheseconds',
|
|
28 => 'app\\framework\\core\\valueobjects\\totimeoutseconds',
|
|
29 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
30 => 'app\\framework\\core\\valueobjects\\zero',
|
|
31 => 'app\\framework\\core\\valueobjects\\onesecond',
|
|
32 => 'app\\framework\\core\\valueobjects\\oneminute',
|
|
33 => 'app\\framework\\core\\valueobjects\\onehour',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Url.php' =>
|
|
array (
|
|
0 => 'e0fe2dc4b3c415e426a987584cebf84e3c272cb7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\url',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\from',
|
|
2 => 'app\\framework\\core\\valueobjects\\parse',
|
|
3 => 'app\\framework\\core\\valueobjects\\build',
|
|
4 => 'app\\framework\\core\\valueobjects\\isvalid',
|
|
5 => 'app\\framework\\core\\valueobjects\\getvalue',
|
|
6 => 'app\\framework\\core\\valueobjects\\getqueryparameters',
|
|
7 => 'app\\framework\\core\\valueobjects\\geteffectiveport',
|
|
8 => 'app\\framework\\core\\valueobjects\\getportenum',
|
|
9 => 'app\\framework\\core\\valueobjects\\issecure',
|
|
10 => 'app\\framework\\core\\valueobjects\\ishttp',
|
|
11 => 'app\\framework\\core\\valueobjects\\islocal',
|
|
12 => 'app\\framework\\core\\valueobjects\\isabsolute',
|
|
13 => 'app\\framework\\core\\valueobjects\\isrelative',
|
|
14 => 'app\\framework\\core\\valueobjects\\hascredentials',
|
|
15 => 'app\\framework\\core\\valueobjects\\getorigin',
|
|
16 => 'app\\framework\\core\\valueobjects\\equals',
|
|
17 => 'app\\framework\\core\\valueobjects\\issameorigin',
|
|
18 => 'app\\framework\\core\\valueobjects\\issamedomain',
|
|
19 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
20 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
21 => 'app\\framework\\core\\valueobjects\\validate',
|
|
22 => 'app\\framework\\core\\valueobjects\\parsecomponents',
|
|
23 => 'app\\framework\\core\\valueobjects\\getdefaultport',
|
|
24 => 'app\\framework\\core\\valueobjects\\isdefaultport',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/ClassName.php' =>
|
|
array (
|
|
0 => 'c0e0075c0bddec2bb408873d418712e8a5cc4f67',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\classname',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\create',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromobject',
|
|
3 => 'app\\framework\\core\\valueobjects\\getfullyqualified',
|
|
4 => 'app\\framework\\core\\valueobjects\\getnamespace',
|
|
5 => 'app\\framework\\core\\valueobjects\\getshortname',
|
|
6 => 'app\\framework\\core\\valueobjects\\getwithleadingslash',
|
|
7 => 'app\\framework\\core\\valueobjects\\exists',
|
|
8 => 'app\\framework\\core\\valueobjects\\implementsinterface',
|
|
9 => 'app\\framework\\core\\valueobjects\\extends',
|
|
10 => 'app\\framework\\core\\valueobjects\\insamenamespace',
|
|
11 => 'app\\framework\\core\\valueobjects\\innamespace',
|
|
12 => 'app\\framework\\core\\valueobjects\\getparentnamespace',
|
|
13 => 'app\\framework\\core\\valueobjects\\getnamespaceparts',
|
|
14 => 'app\\framework\\core\\valueobjects\\matches',
|
|
15 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
16 => 'app\\framework\\core\\valueobjects\\todebugstring',
|
|
17 => 'app\\framework\\core\\valueobjects\\equals',
|
|
18 => 'app\\framework\\core\\valueobjects\\isvalidclassname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Port.php' =>
|
|
array (
|
|
0 => '332fd58dc2fd4ef137412fc685d3da7cacc13701',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\port',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\forscheme',
|
|
1 => 'app\\framework\\core\\valueobjects\\getscheme',
|
|
2 => 'app\\framework\\core\\valueobjects\\getname',
|
|
3 => 'app\\framework\\core\\valueobjects\\issecure',
|
|
4 => 'app\\framework\\core\\valueobjects\\iswellknown',
|
|
5 => 'app\\framework\\core\\valueobjects\\isvalidport',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/HashAlgorithm.php' =>
|
|
array (
|
|
0 => '62d0fadc1969ce264e3704bccac53b67d7b0066f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\hashalgorithm',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\issecure',
|
|
1 => 'app\\framework\\core\\valueobjects\\getlength',
|
|
2 => 'app\\framework\\core\\valueobjects\\isavailable',
|
|
3 => 'app\\framework\\core\\valueobjects\\secure',
|
|
4 => 'app\\framework\\core\\valueobjects\\fast',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Timestamp.php' =>
|
|
array (
|
|
0 => '8af77446d09a0a080a11fc04c7ea339eb01b4cf2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\timestamp',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\fromclock',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromfloat',
|
|
3 => 'app\\framework\\core\\valueobjects\\now',
|
|
4 => 'app\\framework\\core\\valueobjects\\fromdatetime',
|
|
5 => 'app\\framework\\core\\valueobjects\\tofloat',
|
|
6 => 'app\\framework\\core\\valueobjects\\totimestamp',
|
|
7 => 'app\\framework\\core\\valueobjects\\getmicroseconds',
|
|
8 => 'app\\framework\\core\\valueobjects\\todatetime',
|
|
9 => 'app\\framework\\core\\valueobjects\\format',
|
|
10 => 'app\\framework\\core\\valueobjects\\toisostring',
|
|
11 => 'app\\framework\\core\\valueobjects\\equals',
|
|
12 => 'app\\framework\\core\\valueobjects\\isbefore',
|
|
13 => 'app\\framework\\core\\valueobjects\\isafter',
|
|
14 => 'app\\framework\\core\\valueobjects\\diff',
|
|
15 => 'app\\framework\\core\\valueobjects\\age',
|
|
16 => 'app\\framework\\core\\valueobjects\\timeuntil',
|
|
17 => 'app\\framework\\core\\valueobjects\\timeago',
|
|
18 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
19 => 'app\\framework\\core\\valueobjects\\jsonserialize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/CountryCode.php' =>
|
|
array (
|
|
0 => '88f88128f3d30c59a81c721dc627fe410b2a630c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\countrycode',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\fromstring',
|
|
2 => 'app\\framework\\core\\valueobjects\\germany',
|
|
3 => 'app\\framework\\core\\valueobjects\\unitedstates',
|
|
4 => 'app\\framework\\core\\valueobjects\\getcountryname',
|
|
5 => 'app\\framework\\core\\valueobjects\\iseuropeanunion',
|
|
6 => 'app\\framework\\core\\valueobjects\\ishighriskcountry',
|
|
7 => 'app\\framework\\core\\valueobjects\\isbotfarmcountry',
|
|
8 => 'app\\framework\\core\\valueobjects\\isanonymous',
|
|
9 => 'app\\framework\\core\\valueobjects\\getcontinent',
|
|
10 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
11 => 'app\\framework\\core\\valueobjects\\validate',
|
|
12 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Hash.php' =>
|
|
array (
|
|
0 => '3c9760a96ee97c37260f945dbf990221fbc1dd10',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\hash',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\create',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromstring',
|
|
3 => 'app\\framework\\core\\valueobjects\\fromfile',
|
|
4 => 'app\\framework\\core\\valueobjects\\md5',
|
|
5 => 'app\\framework\\core\\valueobjects\\sha1',
|
|
6 => 'app\\framework\\core\\valueobjects\\sha256',
|
|
7 => 'app\\framework\\core\\valueobjects\\sha512',
|
|
8 => 'app\\framework\\core\\valueobjects\\parse',
|
|
9 => 'app\\framework\\core\\valueobjects\\getvalue',
|
|
10 => 'app\\framework\\core\\valueobjects\\getalgorithm',
|
|
11 => 'app\\framework\\core\\valueobjects\\verify',
|
|
12 => 'app\\framework\\core\\valueobjects\\verifyfile',
|
|
13 => 'app\\framework\\core\\valueobjects\\equals',
|
|
14 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
15 => 'app\\framework\\core\\valueobjects\\toprefixedstring',
|
|
16 => 'app\\framework\\core\\valueobjects\\toshort',
|
|
17 => 'app\\framework\\core\\valueobjects\\issecure',
|
|
18 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
19 => 'app\\framework\\core\\valueobjects\\validatehash',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Timezone.php' =>
|
|
array (
|
|
0 => '808de242d9d330d7de6f42b419fccab93d92ce10',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\timezone',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\fromstring',
|
|
2 => 'app\\framework\\core\\valueobjects\\utc',
|
|
3 => 'app\\framework\\core\\valueobjects\\berlin',
|
|
4 => 'app\\framework\\core\\valueobjects\\newyork',
|
|
5 => 'app\\framework\\core\\valueobjects\\tokyo',
|
|
6 => 'app\\framework\\core\\valueobjects\\todatetimezone',
|
|
7 => 'app\\framework\\core\\valueobjects\\getoffsetfromutc',
|
|
8 => 'app\\framework\\core\\valueobjects\\getoffsetstring',
|
|
9 => 'app\\framework\\core\\valueobjects\\isutc',
|
|
10 => 'app\\framework\\core\\valueobjects\\usesdaylightsaving',
|
|
11 => 'app\\framework\\core\\valueobjects\\getname',
|
|
12 => 'app\\framework\\core\\valueobjects\\getabbreviation',
|
|
13 => 'app\\framework\\core\\valueobjects\\getcontinent',
|
|
14 => 'app\\framework\\core\\valueobjects\\getcity',
|
|
15 => 'app\\framework\\core\\valueobjects\\isvalidforcountry',
|
|
16 => 'app\\framework\\core\\valueobjects\\toarray',
|
|
17 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
18 => 'app\\framework\\core\\valueobjects\\validate',
|
|
19 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Percentage.php' =>
|
|
array (
|
|
0 => 'a73842144a933c95bbe07579bff4a2efc9a0cd87',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\percentage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\from',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromdecimal',
|
|
3 => 'app\\framework\\core\\valueobjects\\fromratio',
|
|
4 => 'app\\framework\\core\\valueobjects\\parse',
|
|
5 => 'app\\framework\\core\\valueobjects\\getvalue',
|
|
6 => 'app\\framework\\core\\valueobjects\\todecimal',
|
|
7 => 'app\\framework\\core\\valueobjects\\format',
|
|
8 => 'app\\framework\\core\\valueobjects\\equals',
|
|
9 => 'app\\framework\\core\\valueobjects\\greaterthan',
|
|
10 => 'app\\framework\\core\\valueobjects\\lessthan',
|
|
11 => 'app\\framework\\core\\valueobjects\\isabove',
|
|
12 => 'app\\framework\\core\\valueobjects\\isbelow',
|
|
13 => 'app\\framework\\core\\valueobjects\\iscritical',
|
|
14 => 'app\\framework\\core\\valueobjects\\isempty',
|
|
15 => 'app\\framework\\core\\valueobjects\\isfull',
|
|
16 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
17 => 'app\\framework\\core\\valueobjects\\zero',
|
|
18 => 'app\\framework\\core\\valueobjects\\full',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Services/EmailValidationLevel.php' =>
|
|
array (
|
|
0 => '6cd451e7ced4c6276956966fe237ef1ea3c8080a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\emailvalidationlevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\gettrustscore',
|
|
1 => 'app\\framework\\core\\valueobjects\\services\\getname',
|
|
2 => 'app\\framework\\core\\valueobjects\\services\\shouldblock',
|
|
3 => 'app\\framework\\core\\valueobjects\\services\\requiresverification',
|
|
4 => 'app\\framework\\core\\valueobjects\\services\\ishightrust',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Services/EmailValidationService.php' =>
|
|
array (
|
|
0 => '560fc00dfe8d75e4bde86126b2178b04c764d884',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\emailvalidationservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\services\\isallowed',
|
|
2 => 'app\\framework\\core\\valueobjects\\services\\isblocked',
|
|
3 => 'app\\framework\\core\\valueobjects\\services\\getvalidationlevel',
|
|
4 => 'app\\framework\\core\\valueobjects\\services\\suggestcorrections',
|
|
5 => 'app\\framework\\core\\valueobjects\\services\\validatesyntax',
|
|
6 => 'app\\framework\\core\\valueobjects\\services\\isinalloweddomains',
|
|
7 => 'app\\framework\\core\\valueobjects\\services\\domainmatches',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Services/EmailSecurityService.php' =>
|
|
array (
|
|
0 => 'bdc77062f1cfe98fa80e07eac4bf877e4defbaef',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\emailsecurityservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\hashforstorage',
|
|
1 => 'app\\framework\\core\\valueobjects\\services\\hashforverification',
|
|
2 => 'app\\framework\\core\\valueobjects\\services\\generateverificationtoken',
|
|
3 => 'app\\framework\\core\\valueobjects\\services\\verifytoken',
|
|
4 => 'app\\framework\\core\\valueobjects\\services\\detectsimilaremails',
|
|
5 => 'app\\framework\\core\\valueobjects\\services\\isspammy',
|
|
6 => 'app\\framework\\core\\valueobjects\\services\\getriskscore',
|
|
7 => 'app\\framework\\core\\valueobjects\\services\\calculatesimilarity',
|
|
8 => 'app\\framework\\core\\valueobjects\\services\\getsimilarityreason',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Services/UrlManipulator.php' =>
|
|
array (
|
|
0 => '0ae8e7b0525288d9dda108ecca377a72671d3bb1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\urlmanipulator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\withscheme',
|
|
1 => 'app\\framework\\core\\valueobjects\\services\\withhost',
|
|
2 => 'app\\framework\\core\\valueobjects\\services\\withport',
|
|
3 => 'app\\framework\\core\\valueobjects\\services\\withpath',
|
|
4 => 'app\\framework\\core\\valueobjects\\services\\withquery',
|
|
5 => 'app\\framework\\core\\valueobjects\\services\\withqueryparameter',
|
|
6 => 'app\\framework\\core\\valueobjects\\services\\withoutqueryparameter',
|
|
7 => 'app\\framework\\core\\valueobjects\\services\\withfragment',
|
|
8 => 'app\\framework\\core\\valueobjects\\services\\withcredentials',
|
|
9 => 'app\\framework\\core\\valueobjects\\services\\withoutcredentials',
|
|
10 => 'app\\framework\\core\\valueobjects\\services\\resolve',
|
|
11 => 'app\\framework\\core\\valueobjects\\services\\normalize',
|
|
12 => 'app\\framework\\core\\valueobjects\\services\\removetrailingslash',
|
|
13 => 'app\\framework\\core\\valueobjects\\services\\addtrailingslash',
|
|
14 => 'app\\framework\\core\\valueobjects\\services\\appendpath',
|
|
15 => 'app\\framework\\core\\valueobjects\\services\\prependpath',
|
|
16 => 'app\\framework\\core\\valueobjects\\services\\secure',
|
|
17 => 'app\\framework\\core\\valueobjects\\services\\insecure',
|
|
18 => 'app\\framework\\core\\valueobjects\\services\\buildurl',
|
|
19 => 'app\\framework\\core\\valueobjects\\services\\isdefaultport',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/ByteUnit.php' =>
|
|
array (
|
|
0 => 'a1f34017538ed7229a76ec2af59bedac84366df4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\byteunit',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\getmultiplier',
|
|
1 => 'app\\framework\\core\\valueobjects\\getname',
|
|
2 => 'app\\framework\\core\\valueobjects\\bestunitfor',
|
|
3 => 'app\\framework\\core\\valueobjects\\fromstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Coordinates.php' =>
|
|
array (
|
|
0 => 'fde4a792639bace4e40062116aeeb0aef7ee620f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\coordinates',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\fromlatlng',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromstring',
|
|
3 => 'app\\framework\\core\\valueobjects\\berlin',
|
|
4 => 'app\\framework\\core\\valueobjects\\newyork',
|
|
5 => 'app\\framework\\core\\valueobjects\\london',
|
|
6 => 'app\\framework\\core\\valueobjects\\distanceto',
|
|
7 => 'app\\framework\\core\\valueobjects\\iswithinradius',
|
|
8 => 'app\\framework\\core\\valueobjects\\gethemisphere',
|
|
9 => 'app\\framework\\core\\valueobjects\\isnorthern',
|
|
10 => 'app\\framework\\core\\valueobjects\\issouthern',
|
|
11 => 'app\\framework\\core\\valueobjects\\iseastern',
|
|
12 => 'app\\framework\\core\\valueobjects\\iswestern',
|
|
13 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
14 => 'app\\framework\\core\\valueobjects\\tocardinalstring',
|
|
15 => 'app\\framework\\core\\valueobjects\\toarray',
|
|
16 => 'app\\framework\\core\\valueobjects\\validate',
|
|
17 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/TimeUnit.php' =>
|
|
array (
|
|
0 => '88d16fa8c6574704571687c772112e65e181ef93',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\timeunit',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\getmultipliertoseconds',
|
|
1 => 'app\\framework\\core\\valueobjects\\getname',
|
|
2 => 'app\\framework\\core\\valueobjects\\getnameplural',
|
|
3 => 'app\\framework\\core\\valueobjects\\bestunitfor',
|
|
4 => 'app\\framework\\core\\valueobjects\\fromstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Byte.php' =>
|
|
array (
|
|
0 => '07ee4aab57115018b2d60bed004f064b09b3573c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\byte',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\frombytes',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromunit',
|
|
3 => 'app\\framework\\core\\valueobjects\\fromkilobytes',
|
|
4 => 'app\\framework\\core\\valueobjects\\frommegabytes',
|
|
5 => 'app\\framework\\core\\valueobjects\\fromgigabytes',
|
|
6 => 'app\\framework\\core\\valueobjects\\fromterabytes',
|
|
7 => 'app\\framework\\core\\valueobjects\\parse',
|
|
8 => 'app\\framework\\core\\valueobjects\\tobytes',
|
|
9 => 'app\\framework\\core\\valueobjects\\tounit',
|
|
10 => 'app\\framework\\core\\valueobjects\\tokilobytes',
|
|
11 => 'app\\framework\\core\\valueobjects\\tomegabytes',
|
|
12 => 'app\\framework\\core\\valueobjects\\togigabytes',
|
|
13 => 'app\\framework\\core\\valueobjects\\toterabytes',
|
|
14 => 'app\\framework\\core\\valueobjects\\tohumanreadable',
|
|
15 => 'app\\framework\\core\\valueobjects\\getbestunit',
|
|
16 => 'app\\framework\\core\\valueobjects\\add',
|
|
17 => 'app\\framework\\core\\valueobjects\\subtract',
|
|
18 => 'app\\framework\\core\\valueobjects\\multiply',
|
|
19 => 'app\\framework\\core\\valueobjects\\divide',
|
|
20 => 'app\\framework\\core\\valueobjects\\equals',
|
|
21 => 'app\\framework\\core\\valueobjects\\greaterthan',
|
|
22 => 'app\\framework\\core\\valueobjects\\lessthan',
|
|
23 => 'app\\framework\\core\\valueobjects\\isempty',
|
|
24 => 'app\\framework\\core\\valueobjects\\isnotempty',
|
|
25 => 'app\\framework\\core\\valueobjects\\percentof',
|
|
26 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
27 => 'app\\framework\\core\\valueobjects\\zero',
|
|
28 => 'app\\framework\\core\\valueobjects\\onekilobyte',
|
|
29 => 'app\\framework\\core\\valueobjects\\onemegabyte',
|
|
30 => 'app\\framework\\core\\valueobjects\\onegigabyte',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ViewModel.php' =>
|
|
array (
|
|
0 => '8ad4bd4fa318d28f4b0ebbb9d8d7b32837880582',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\viewmodel',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Application.php' =>
|
|
array (
|
|
0 => 'b2c0ce2ad5d59f117db46b03b3a3fabb4bbe3d5e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\application',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\run',
|
|
2 => 'app\\framework\\core\\boot',
|
|
3 => 'app\\framework\\core\\handlerequest',
|
|
4 => 'app\\framework\\core\\emitresponse',
|
|
5 => 'app\\framework\\core\\event',
|
|
6 => 'app\\framework\\core\\config',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/AttributeProcessor.php' =>
|
|
array (
|
|
0 => 'af6f7bd575aed8bd703ec73523b6ede5a0b6f1ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\attributeprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\processclass',
|
|
2 => 'app\\framework\\core\\processattributes',
|
|
3 => 'app\\framework\\core\\extractmethodparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ContainerBootstrapper.php' =>
|
|
array (
|
|
0 => '57a4786a7b1e43dd148007e567edc855f094eab7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\containerbootstrapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\bootstrap',
|
|
2 => 'app\\framework\\core\\tryloadcompiledcontainer',
|
|
3 => 'app\\framework\\core\\bootstrapfreshcontainer',
|
|
4 => 'app\\framework\\core\\createfreshcontainer',
|
|
5 => 'app\\framework\\core\\addruntimeinstances',
|
|
6 => 'app\\framework\\core\\compilecontainerasync',
|
|
7 => 'app\\framework\\core\\autowire',
|
|
8 => 'app\\framework\\core\\clearcompiledcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Commands/ClearDiscoveryCache.php' =>
|
|
array (
|
|
0 => '13aca8753c7d8b5f5cebc8eb60aca70b679bc98a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\commands\\cleardiscoverycache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\commands\\__construct',
|
|
1 => 'app\\framework\\core\\commands\\__invoke',
|
|
2 => 'app\\framework\\core\\commands\\clearroutes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/AttributeMapperLocator.php' =>
|
|
array (
|
|
0 => 'd845b8bc47b0b84ee901bc99b06413599cf7327b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\attributemapperlocator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\__construct',
|
|
1 => 'app\\framework\\core\\locatemappers',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/RouteMapper.php' =>
|
|
array (
|
|
0 => '23fb1e963498a78a5c8183f8396c09a20ff3ed9f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\routemapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\getattributeclass',
|
|
1 => 'app\\framework\\core\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Route.php' =>
|
|
array (
|
|
0 => '48506d56cb3666fa930047b06496c9cab443758e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\route',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\getparametercollection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/EventDispatcher.php' =>
|
|
array (
|
|
0 => 'fbf6d929928452ca6ced92d6af2086419763db0c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\eventdispatcher',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\__construct',
|
|
1 => 'app\\framework\\core\\events\\initialize',
|
|
2 => 'app\\framework\\core\\events\\dispatch',
|
|
3 => 'app\\framework\\core\\events\\__invoke',
|
|
4 => 'app\\framework\\core\\events\\invokehandler',
|
|
5 => 'app\\framework\\core\\events\\addhandler',
|
|
6 => 'app\\framework\\core\\events\\hashandlersfor',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/AfterEmitResponse.php' =>
|
|
array (
|
|
0 => '23d53a07972d92f7e5754ce1b730e685f3cf1e56',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\afteremitresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/EventHandlerMapper.php' =>
|
|
array (
|
|
0 => '6130bd190059f66936f052ebf01072f5d47457e4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\eventhandlermapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\getattributeclass',
|
|
1 => 'app\\framework\\core\\events\\map',
|
|
2 => 'app\\framework\\core\\events\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/EventDispatcherInterface.php' =>
|
|
array (
|
|
0 => '4112101f623ec37714756de111bc470da79c88df',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\eventdispatcherinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\dispatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/OnEvent.php' =>
|
|
array (
|
|
0 => '4311d5273161367d3042b67f81c9e11d9d0dd6f5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\onevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/ApplicationBooted.php' =>
|
|
array (
|
|
0 => '89f7dd61af3eaf50e3cb4df57ba13269a5fc98d1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\applicationbooted',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/EventHandlerCompiler.php' =>
|
|
array (
|
|
0 => '8d99780f9e429d1d94b632f0a5ba3a16243058c1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\eventhandlercompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\getattributeclass',
|
|
1 => 'app\\framework\\core\\events\\compile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/ErrorOccurred.php' =>
|
|
array (
|
|
0 => '3b00741204d392226b1b040645e62e10d7ecbcb5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\erroroccurred',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/AfterHandleRequest.php' =>
|
|
array (
|
|
0 => '90044ec61813ac8289f713673ca38d2476b2440a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\afterhandlerequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/UserRegistered.php' =>
|
|
array (
|
|
0 => '02423b6f51d93dda9af31b4917cbb86d49c0cf36',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\userregistered',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/EventDispatcherInitializer.php' =>
|
|
array (
|
|
0 => '79ef89537ec32146019a131c43b8a7733f64daf6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\eventdispatcherinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\__construct',
|
|
1 => 'app\\framework\\core\\events\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/EventCompilerPass.php' =>
|
|
array (
|
|
0 => 'edefabcf304445fb0c6911db4f68e3074a186cb9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\eventcompilerpass',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\process',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/BeforeEmitResponse.php' =>
|
|
array (
|
|
0 => '4472da1a3f23e17cfce565a012e7675df7d142d3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\beforeemitresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/Events/BeforeHandleRequest.php' =>
|
|
array (
|
|
0 => '1e7f76c15c5463e304319d899f908adb1165e988',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\events\\beforehandlerequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ClassParser.php' =>
|
|
array (
|
|
0 => 'b2e885c7990bfd3359ce47a1eb9641235c4747f0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\classparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\getclassesinfile',
|
|
1 => 'app\\framework\\core\\parsenamespace',
|
|
2 => 'app\\framework\\core\\parseclassname',
|
|
3 => 'app\\framework\\core\\gettokens',
|
|
4 => 'app\\framework\\core\\extractnamespacefromcontent',
|
|
5 => 'app\\framework\\core\\clearcache',
|
|
6 => 'app\\framework\\core\\getclassnamefromfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/VersionInfo.php' =>
|
|
array (
|
|
0 => 'a0e821eef75d6b22c169ba52b5891fca85f0f8b3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\versioninfo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\getversion',
|
|
1 => 'app\\framework\\core\\isatleast',
|
|
2 => 'app\\framework\\core\\ishigherthan',
|
|
3 => 'app\\framework\\core\\getenvironmentinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/RouteDiscoveryVisitor.php' =>
|
|
array (
|
|
0 => '93466fc72f9e219fada6110f7e3e4dd2af320c91',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\routediscoveryvisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\onscanstart',
|
|
1 => 'app\\framework\\core\\onincrementalscanstart',
|
|
2 => 'app\\framework\\core\\onincrementalscancomplete',
|
|
3 => 'app\\framework\\core\\visitclass',
|
|
4 => 'app\\framework\\core\\visitclasswithreflection',
|
|
5 => 'app\\framework\\core\\processclassroutes',
|
|
6 => 'app\\framework\\core\\onscancomplete',
|
|
7 => 'app\\framework\\core\\sortroutes',
|
|
8 => 'app\\framework\\core\\loadfromcache',
|
|
9 => 'app\\framework\\core\\getcachekey',
|
|
10 => 'app\\framework\\core\\getcacheabledata',
|
|
11 => 'app\\framework\\core\\getroutes',
|
|
12 => 'app\\framework\\core\\findroute',
|
|
13 => 'app\\framework\\core\\routepathtoregex',
|
|
14 => 'app\\framework\\core\\getroutesforcontroller',
|
|
15 => 'app\\framework\\core\\extractmethodparametersfromwrapped',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/View/ErrorResponseFactory.php' =>
|
|
array (
|
|
0 => 'e66ee0a94ca32f2162fde84c0b9903a235d362f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\errorresponsefactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\view\\createresponsefromhandlercontext',
|
|
2 => 'app\\framework\\errorhandling\\view\\createresponse',
|
|
3 => 'app\\framework\\errorhandling\\view\\isapirequest',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/View/ErrorViewRendererInterface.php' =>
|
|
array (
|
|
0 => '63aea2dcd101be64f0053d7d73b2118e979dec40',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\errorviewrendererinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\renderfromhandlercontext',
|
|
1 => 'app\\framework\\errorhandling\\view\\render',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/View/ApiErrorRenderer.php' =>
|
|
array (
|
|
0 => '7a06e92d3ca0e1bd3f19c954a87c62ab581c23ea',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\apierrorrenderer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\renderfromhandlercontext',
|
|
1 => 'app\\framework\\errorhandling\\view\\render',
|
|
2 => 'app\\framework\\errorhandling\\view\\getusermessage',
|
|
3 => 'app\\framework\\errorhandling\\view\\geterrorcode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/View/ErrorTemplateRenderer.php' =>
|
|
array (
|
|
0 => 'ecc018ea639a9458d79a5c774670d741890c16e8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\errortemplaterenderer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\view\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\view\\renderfromhandlercontext',
|
|
2 => 'app\\framework\\errorhandling\\view\\render',
|
|
3 => 'app\\framework\\errorhandling\\view\\createfallbackerrorpage',
|
|
4 => 'app\\framework\\errorhandling\\view\\extracterrormessage',
|
|
5 => 'app\\framework\\errorhandling\\view\\createfallbackerrorpagefromhandlercontext',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/SecurityAlertManager.php' =>
|
|
array (
|
|
0 => '68ed5047f41814a78c70a96d6458bfac9799e5bb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\securityalertmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\sendalert',
|
|
2 => 'app\\framework\\errorhandling\\createalertpayload',
|
|
3 => 'app\\framework\\errorhandling\\mapseverity',
|
|
4 => 'app\\framework\\errorhandling\\createwithchannels',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/ErrorLogger.php' =>
|
|
array (
|
|
0 => '2657125ba5cc278ac8ca7da30b609bdb8074c467',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\errorlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\logerror',
|
|
2 => 'app\\framework\\errorhandling\\logerrorhandlercontext',
|
|
3 => 'app\\framework\\errorhandling\\logsecurityevent',
|
|
4 => 'app\\framework\\errorhandling\\extractexceptionmessage',
|
|
5 => 'app\\framework\\errorhandling\\determineloglevel',
|
|
6 => 'app\\framework\\errorhandling\\loghandlercontexttoerrorlog',
|
|
7 => 'app\\framework\\errorhandling\\logtoerrorlog',
|
|
8 => 'app\\framework\\errorhandling\\maperrorleveltoframeworklevel',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/ErrorContext.php' =>
|
|
array (
|
|
0 => '82b465673cd6f877b1686f98ba4e32f8eb72b980',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\errorcontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\getformattedmessage',
|
|
2 => 'app\\framework\\errorhandling\\geterrorclass',
|
|
3 => 'app\\framework\\errorhandling\\getfullerrorclass',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/SecurityEventHandler.php' =>
|
|
array (
|
|
0 => '1e26755fd9de889972e28cbfe1e96fdb23f8ec1f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\securityeventhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\handlesecurityexception',
|
|
2 => 'app\\framework\\errorhandling\\handleifsecurityexception',
|
|
3 => 'app\\framework\\errorhandling\\handlesecurityalert',
|
|
4 => 'app\\framework\\errorhandling\\handleloggingfailure',
|
|
5 => 'app\\framework\\errorhandling\\createerrorhandlercontext',
|
|
6 => 'app\\framework\\errorhandling\\createdefault',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/ErrorLevel.php' =>
|
|
array (
|
|
0 => '3778fb20ab02211dfb3452f76874366b1e22c149',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\errorlevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/SecurityEventLogger.php' =>
|
|
array (
|
|
0 => '1ef6654ae906b40199f242003c49df96836920fd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\securityeventlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\logsecurityevent',
|
|
2 => 'app\\framework\\errorhandling\\logcriticalalert',
|
|
3 => 'app\\framework\\errorhandling\\createowasplog',
|
|
4 => 'app\\framework\\errorhandling\\createalertdata',
|
|
5 => 'app\\framework\\errorhandling\\logtoerrorlog',
|
|
6 => 'app\\framework\\errorhandling\\mapsecurityleveltoframeworklevel',
|
|
7 => 'app\\framework\\errorhandling\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/ExceptionConverter.php' =>
|
|
array (
|
|
0 => '6a1383df60c565750e9282bd0243c4e1ecbbee57',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\exceptionconverter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\getstatusfromexception',
|
|
1 => 'app\\framework\\errorhandling\\getresponsebody',
|
|
2 => 'app\\framework\\errorhandling\\getuserfriendlymessage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/TraceItem.php' =>
|
|
array (
|
|
0 => '50312deaf634d08dc3ac4cacbf2df49d5147be95',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\traceitem',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\getrelativefile',
|
|
2 => 'app\\framework\\errorhandling\\getshortclass',
|
|
3 => 'app\\framework\\errorhandling\\getnamespace',
|
|
4 => 'app\\framework\\errorhandling\\ismethod',
|
|
5 => 'app\\framework\\errorhandling\\isfunction',
|
|
6 => 'app\\framework\\errorhandling\\getcallstring',
|
|
7 => 'app\\framework\\errorhandling\\formatargs',
|
|
8 => 'app\\framework\\errorhandling\\formatarg',
|
|
9 => 'app\\framework\\errorhandling\\removenamespace',
|
|
10 => 'app\\framework\\errorhandling\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/templates/production.view.php' =>
|
|
array (
|
|
0 => '3bcf4c1c0797ea534db86296e14660477d9a1e79',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/templates/debug.view.php' =>
|
|
array (
|
|
0 => '566d149271d7359ea53f9de967cd890568f89d83',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/CliErrorHandler.php' =>
|
|
array (
|
|
0 => '35a04e4f068b026fe5b810592ce2665800786788',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\clierrorhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\register',
|
|
2 => 'app\\framework\\errorhandling\\handleerror',
|
|
3 => 'app\\framework\\errorhandling\\handleexception',
|
|
4 => 'app\\framework\\errorhandling\\handleshutdown',
|
|
5 => 'app\\framework\\errorhandling\\geterrortype',
|
|
6 => 'app\\framework\\errorhandling\\geterrorcolor',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/DummyTemplateRenderer.php' =>
|
|
array (
|
|
0 => 'bc58465362b4b004324c07f6f7fcb5e83f52e9d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\dummytemplaterenderer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\render',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/StackTrace.php' =>
|
|
array (
|
|
0 => 'f7157a5398a8b31a9c7c30c0a82179c96458cbc2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\stacktrace',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\processtrace',
|
|
2 => 'app\\framework\\errorhandling\\getitems',
|
|
3 => 'app\\framework\\errorhandling\\getorigin',
|
|
4 => 'app\\framework\\errorhandling\\getfirst',
|
|
5 => 'app\\framework\\errorhandling\\getlast',
|
|
6 => 'app\\framework\\errorhandling\\filter',
|
|
7 => 'app\\framework\\errorhandling\\offsetexists',
|
|
8 => 'app\\framework\\errorhandling\\offsetget',
|
|
9 => 'app\\framework\\errorhandling\\offsetset',
|
|
10 => 'app\\framework\\errorhandling\\offsetunset',
|
|
11 => 'app\\framework\\errorhandling\\getiterator',
|
|
12 => 'app\\framework\\errorhandling\\count',
|
|
13 => 'app\\framework\\errorhandling\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorHandling/ErrorHandler.php' =>
|
|
array (
|
|
0 => 'e1dd8faf288934f1366f464d5b50f5af24c1efeb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\errorhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorhandling\\__construct',
|
|
1 => 'app\\framework\\errorhandling\\register',
|
|
2 => 'app\\framework\\errorhandling\\createhttpresponse',
|
|
3 => 'app\\framework\\errorhandling\\handlevalidationexception',
|
|
4 => 'app\\framework\\errorhandling\\handleexception',
|
|
5 => 'app\\framework\\errorhandling\\handleerror',
|
|
6 => 'app\\framework\\errorhandling\\handleshutdown',
|
|
7 => 'app\\framework\\errorhandling\\isfatalerror',
|
|
8 => 'app\\framework\\errorhandling\\createerrorhandlercontext',
|
|
9 => 'app\\framework\\errorhandling\\createrequestcontext',
|
|
10 => 'app\\framework\\errorhandling\\createexceptionmetadata',
|
|
11 => 'app\\framework\\errorhandling\\determineerrorlevel',
|
|
12 => 'app\\framework\\errorhandling\\determinesecurityerrorlevel',
|
|
13 => 'app\\framework\\errorhandling\\determineerrorexceptionlevel',
|
|
14 => 'app\\framework\\errorhandling\\createresponsefactory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Spinner.php' =>
|
|
array (
|
|
0 => 'fb1a798445701c7792beddff6b178e3cbbcb36aa',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\spinner',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\__construct',
|
|
1 => 'app\\framework\\console\\start',
|
|
2 => 'app\\framework\\console\\stop',
|
|
3 => 'app\\framework\\console\\success',
|
|
4 => 'app\\framework\\console\\error',
|
|
5 => 'app\\framework\\console\\setmessage',
|
|
6 => 'app\\framework\\console\\update',
|
|
7 => 'app\\framework\\console\\clear',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleFormat.php' =>
|
|
array (
|
|
0 => '00518de4f675e11cf0df486b08417339216a29ed',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consoleformat',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\toansi',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleApplication.php' =>
|
|
array (
|
|
0 => 'b7321c4fb26f1989528eae97fd7a2f453e754a6a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consoleapplication',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\__construct',
|
|
1 => 'app\\framework\\console\\registercommands',
|
|
2 => 'app\\framework\\console\\run',
|
|
3 => 'app\\framework\\console\\executecommand',
|
|
4 => 'app\\framework\\console\\showhelp',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Exceptions/ConsoleException.php' =>
|
|
array (
|
|
0 => 'c17da40dc64292db8c3ad6a5b9a43dbfb44a8ce6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\exceptions\\consoleexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Exceptions/CommandNotFoundException.php' =>
|
|
array (
|
|
0 => 'e53989f64f49f98f4fd33c487abe1355c069baac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\exceptions\\commandnotfoundexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ExitCode.php' =>
|
|
array (
|
|
0 => '278c41d71e45d6939d8d6056968fa7cf07fe9638',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\exitcode',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\getdescription',
|
|
1 => 'app\\framework\\console\\issuccess',
|
|
2 => 'app\\framework\\console\\iserror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/DemoCommand/ScreenDemoCommand.php' =>
|
|
array (
|
|
0 => '7d955d0575aad8068f5d3f91638d352aa6f26cca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\democommand\\screendemocommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\democommand\\__construct',
|
|
1 => 'app\\framework\\console\\democommand\\__invoke',
|
|
2 => 'app\\framework\\console\\democommand\\democursor',
|
|
3 => 'app\\framework\\console\\democommand\\demodisplay',
|
|
4 => 'app\\framework\\console\\democommand\\demoprogress',
|
|
5 => 'app\\framework\\console\\democommand\\demotypeset',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Components/InteractiveMenu.php' =>
|
|
array (
|
|
0 => '2b034409f9aa0ad67fb5ad3f5e98f844bbbaa249',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\interactivemenu',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\__construct',
|
|
1 => 'app\\framework\\console\\components\\settitle',
|
|
2 => 'app\\framework\\console\\components\\additem',
|
|
3 => 'app\\framework\\console\\components\\addseparator',
|
|
4 => 'app\\framework\\console\\components\\shownumbers',
|
|
5 => 'app\\framework\\console\\components\\showsimple',
|
|
6 => 'app\\framework\\console\\components\\showinteractive',
|
|
7 => 'app\\framework\\console\\components\\rendermenu',
|
|
8 => 'app\\framework\\console\\components\\moveup',
|
|
9 => 'app\\framework\\console\\components\\movedown',
|
|
10 => 'app\\framework\\console\\components\\selectcurrentitem',
|
|
11 => 'app\\framework\\console\\components\\readkey',
|
|
12 => 'app\\framework\\console\\components\\setrawmode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Components/TreeHelper.php' =>
|
|
array (
|
|
0 => '91fc138976ef74dca2a9f82856d824bb2f23cb22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\treehelper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\__construct',
|
|
1 => 'app\\framework\\console\\components\\setnodestyle',
|
|
2 => 'app\\framework\\console\\components\\setleafstyle',
|
|
3 => 'app\\framework\\console\\components\\setlinestyle',
|
|
4 => 'app\\framework\\console\\components\\settitle',
|
|
5 => 'app\\framework\\console\\components\\addnode',
|
|
6 => 'app\\framework\\console\\components\\addleaf',
|
|
7 => 'app\\framework\\console\\components\\display',
|
|
8 => 'app\\framework\\console\\components\\render',
|
|
9 => 'app\\framework\\console\\components\\setprefix',
|
|
10 => 'app\\framework\\console\\components\\displaytree',
|
|
11 => 'app\\framework\\console\\components\\rendertree',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Components/Table.php' =>
|
|
array (
|
|
0 => '96460d8eb857b8584a823bcbf457670ec005c79a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\table',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\__construct',
|
|
1 => 'app\\framework\\console\\components\\setheaders',
|
|
2 => 'app\\framework\\console\\components\\addrow',
|
|
3 => 'app\\framework\\console\\components\\setrows',
|
|
4 => 'app\\framework\\console\\components\\setpadding',
|
|
5 => 'app\\framework\\console\\components\\render',
|
|
6 => 'app\\framework\\console\\components\\renderrow',
|
|
7 => 'app\\framework\\console\\components\\renderborder',
|
|
8 => 'app\\framework\\console\\components\\calculatecolumnwidths',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Components/TextBox.php' =>
|
|
array (
|
|
0 => '6681df40309f3bc932f0ba43c7d6191c907cab26',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\textbox',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\components\\__construct',
|
|
1 => 'app\\framework\\console\\components\\render',
|
|
2 => 'app\\framework\\console\\components\\wraptext',
|
|
3 => 'app\\framework\\console\\components\\splittextintolines',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ProgressBar.php' =>
|
|
array (
|
|
0 => '7f92e67d4a23f159d0bfa9c05a806a6cd9cdb6ab',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\progressbar',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\__construct',
|
|
1 => 'app\\framework\\console\\setformat',
|
|
2 => 'app\\framework\\console\\setbarcharacters',
|
|
3 => 'app\\framework\\console\\setredrawfrequency',
|
|
4 => 'app\\framework\\console\\advance',
|
|
5 => 'app\\framework\\console\\setcurrent',
|
|
6 => 'app\\framework\\console\\start',
|
|
7 => 'app\\framework\\console\\finish',
|
|
8 => 'app\\framework\\console\\display',
|
|
9 => 'app\\framework\\console\\getprogressbar',
|
|
10 => 'app\\framework\\console\\getelapsedtime',
|
|
11 => 'app\\framework\\console\\getremaining',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/DemoCommand.php' =>
|
|
array (
|
|
0 => '8b13a16f6d822a539e181025fb9a20d87a54cc5d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\democommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\hello',
|
|
1 => 'app\\framework\\console\\colors',
|
|
2 => 'app\\framework\\console\\interactive',
|
|
3 => 'app\\framework\\console\\menu',
|
|
4 => 'app\\framework\\console\\simplemenu',
|
|
5 => 'app\\framework\\console\\wizard',
|
|
6 => 'app\\framework\\console\\usermenu',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleCommandMapper.php' =>
|
|
array (
|
|
0 => '5877a886f93deb75ccb49fe7188c785354b7d3a6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consolecommandmapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\getattributeclass',
|
|
1 => 'app\\framework\\console\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Examples/TableExample.php' =>
|
|
array (
|
|
0 => '66bbec0b9341fc4984150dd9884cdc48547450dc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\tableexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\showtable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Examples/SpinnerExample.php' =>
|
|
array (
|
|
0 => 'ba2c2e9c94e18b12268224e654cc84f4e04c6eb9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\spinnerexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\__construct',
|
|
1 => 'app\\framework\\console\\examples\\showspinnerdemo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Examples/TreeExample.php' =>
|
|
array (
|
|
0 => 'b02db16b4748f7b3a077d95a511c29a2b8ff68cd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\treeexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\showtreeexample',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Examples/TextBoxExample.php' =>
|
|
array (
|
|
0 => '28dbea592768bc347cb874577f049d9766cc59fd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\textboxexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\showtextbox',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Examples/ProgressBarExample.php' =>
|
|
array (
|
|
0 => '4a1134b62158121f1be98a0b0bec83cbfaee753e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\progressbarexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\examples\\__construct',
|
|
1 => 'app\\framework\\console\\examples\\showprogressbardemo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleStyle.php' =>
|
|
array (
|
|
0 => 'f5777cebbd6a53b0297df379fc2b5fc68bb76c8a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consolestyle',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\__construct',
|
|
1 => 'app\\framework\\console\\create',
|
|
2 => 'app\\framework\\console\\toansi',
|
|
3 => 'app\\framework\\console\\apply',
|
|
4 => 'app\\framework\\console\\success',
|
|
5 => 'app\\framework\\console\\error',
|
|
6 => 'app\\framework\\console\\warning',
|
|
7 => 'app\\framework\\console\\info',
|
|
8 => 'app\\framework\\console\\highlight',
|
|
9 => 'app\\framework\\console\\dim',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleColor.php' =>
|
|
array (
|
|
0 => 'fbad95900c94d2773670f34804cbaaae7cb578f1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consolecolor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\toansi',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleOutputInterface.php' =>
|
|
array (
|
|
0 => '6aaeec243898cef51307b218000d46ccc1a0e861',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consoleoutputinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\write',
|
|
1 => 'app\\framework\\console\\writeline',
|
|
2 => 'app\\framework\\console\\writesuccess',
|
|
3 => 'app\\framework\\console\\writeerror',
|
|
4 => 'app\\framework\\console\\writewarning',
|
|
5 => 'app\\framework\\console\\writeinfo',
|
|
6 => 'app\\framework\\console\\newline',
|
|
7 => 'app\\framework\\console\\askquestion',
|
|
8 => 'app\\framework\\console\\confirm',
|
|
9 => 'app\\framework\\console\\writewindowtitle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleOutput.php' =>
|
|
array (
|
|
0 => '86b7f32f5a38250d209aa745f617b054c12440b6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consoleoutput',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\__construct',
|
|
1 => 'app\\framework\\console\\write',
|
|
2 => 'app\\framework\\console\\writeraw',
|
|
3 => 'app\\framework\\console\\writewindowtitle',
|
|
4 => 'app\\framework\\console\\writeline',
|
|
5 => 'app\\framework\\console\\writesuccess',
|
|
6 => 'app\\framework\\console\\writeerror',
|
|
7 => 'app\\framework\\console\\writewarning',
|
|
8 => 'app\\framework\\console\\writeinfo',
|
|
9 => 'app\\framework\\console\\newline',
|
|
10 => 'app\\framework\\console\\askquestion',
|
|
11 => 'app\\framework\\console\\confirm',
|
|
12 => 'app\\framework\\console\\isterminal',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleInputInterface.php' =>
|
|
array (
|
|
0 => '8f948273a92e2b607d85dcb076c6e48f643060f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consoleinputinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\getargument',
|
|
1 => 'app\\framework\\console\\getarguments',
|
|
2 => 'app\\framework\\console\\getoption',
|
|
3 => 'app\\framework\\console\\hasoption',
|
|
4 => 'app\\framework\\console\\getoptions',
|
|
5 => 'app\\framework\\console\\ask',
|
|
6 => 'app\\framework\\console\\askpassword',
|
|
7 => 'app\\framework\\console\\confirm',
|
|
8 => 'app\\framework\\console\\choice',
|
|
9 => 'app\\framework\\console\\menu',
|
|
10 => 'app\\framework\\console\\multiselect',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleCommand.php' =>
|
|
array (
|
|
0 => 'b8830b0807376573c205184b6a14ad877ed62330',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consolecommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Screen/Display.php' =>
|
|
array (
|
|
0 => '9aac1b65f41ecc99b3791efdb9d9c9670696cdf3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\display',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\__construct',
|
|
1 => 'app\\framework\\console\\screen\\clear',
|
|
2 => 'app\\framework\\console\\screen\\clearline',
|
|
3 => 'app\\framework\\console\\screen\\cleartoend',
|
|
4 => 'app\\framework\\console\\screen\\cleartobeginning',
|
|
5 => 'app\\framework\\console\\screen\\clearlinetoend',
|
|
6 => 'app\\framework\\console\\screen\\clearlinetobeginning',
|
|
7 => 'app\\framework\\console\\screen\\usealternatebuffer',
|
|
8 => 'app\\framework\\console\\screen\\usemainbuffer',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Screen/CursorControlCode.php' =>
|
|
array (
|
|
0 => '26f0a104c9f45db213e04360915c4f712813e623',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\cursorcontrolcode',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\format',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Screen/ScreenType.php' =>
|
|
array (
|
|
0 => '2d17e55f84f4b2c0ec5e0039e6c5910dd84c087e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\screentype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Screen/ScreenControlCode.php' =>
|
|
array (
|
|
0 => 'de38e05e7debdf699b7f2c5118b28f1e37177508',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\screencontrolcode',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\format',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Screen/ClearStrategy.php' =>
|
|
array (
|
|
0 => 'c5f271756e5726a4697591367c570102807ad2a9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\clearstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Screen/ScreenManager.php' =>
|
|
array (
|
|
0 => '0cda73cb662345a41371c96becc1451763970773',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\screenmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\__construct',
|
|
1 => 'app\\framework\\console\\screen\\setstrategy',
|
|
2 => 'app\\framework\\console\\screen\\setinteractivemode',
|
|
3 => 'app\\framework\\console\\screen\\new',
|
|
4 => 'app\\framework\\console\\screen\\newmenu',
|
|
5 => 'app\\framework\\console\\screen\\newdialog',
|
|
6 => 'app\\framework\\console\\screen\\newcontent',
|
|
7 => 'app\\framework\\console\\screen\\newlog',
|
|
8 => 'app\\framework\\console\\screen\\newprogress',
|
|
9 => 'app\\framework\\console\\screen\\temporary',
|
|
10 => 'app\\framework\\console\\screen\\waitforinput',
|
|
11 => 'app\\framework\\console\\screen\\shouldclear',
|
|
12 => 'app\\framework\\console\\screen\\shouldclearsmart',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/Screen/Cursor.php' =>
|
|
array (
|
|
0 => '8ffb5ac59b75f796d382e0c05f3ff29fadc362c0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\cursor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\screen\\__construct',
|
|
1 => 'app\\framework\\console\\screen\\moveto',
|
|
2 => 'app\\framework\\console\\screen\\home',
|
|
3 => 'app\\framework\\console\\screen\\up',
|
|
4 => 'app\\framework\\console\\screen\\down',
|
|
5 => 'app\\framework\\console\\screen\\left',
|
|
6 => 'app\\framework\\console\\screen\\right',
|
|
7 => 'app\\framework\\console\\screen\\hide',
|
|
8 => 'app\\framework\\console\\screen\\show',
|
|
9 => 'app\\framework\\console\\screen\\save',
|
|
10 => 'app\\framework\\console\\screen\\restore',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/ConsoleInput.php' =>
|
|
array (
|
|
0 => '3499f4653603384c1870c67ba2e225a7690df16e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\consoleinput',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\__construct',
|
|
1 => 'app\\framework\\console\\parsearguments',
|
|
2 => 'app\\framework\\console\\getargument',
|
|
3 => 'app\\framework\\console\\getarguments',
|
|
4 => 'app\\framework\\console\\getoption',
|
|
5 => 'app\\framework\\console\\hasoption',
|
|
6 => 'app\\framework\\console\\getoptions',
|
|
7 => 'app\\framework\\console\\ask',
|
|
8 => 'app\\framework\\console\\askpassword',
|
|
9 => 'app\\framework\\console\\confirm',
|
|
10 => 'app\\framework\\console\\choice',
|
|
11 => 'app\\framework\\console\\menu',
|
|
12 => 'app\\framework\\console\\multiselect',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Console/SpinnerStyle.php' =>
|
|
array (
|
|
0 => '615886ee005958afb5033d09a131f5718da31956',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\spinnerstyle',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\console\\getframes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Encryption/AesEncryption.php' =>
|
|
array (
|
|
0 => 'd7c4de27a3d1648e52a8491eed4277bc542b1733',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\aesencryption',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\__construct',
|
|
1 => 'app\\framework\\encryption\\encrypt',
|
|
2 => 'app\\framework\\encryption\\decrypt',
|
|
3 => 'app\\framework\\encryption\\isencrypted',
|
|
4 => 'app\\framework\\encryption\\getmethod',
|
|
5 => 'app\\framework\\encryption\\validatekey',
|
|
6 => 'app\\framework\\encryption\\generatekey',
|
|
7 => 'app\\framework\\encryption\\getmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Encryption/EncryptionInterface.php' =>
|
|
array (
|
|
0 => '6ebc930737ff76fb02180e446affb03943b84530',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\encryptioninterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\encrypt',
|
|
1 => 'app\\framework\\encryption\\decrypt',
|
|
2 => 'app\\framework\\encryption\\isencrypted',
|
|
3 => 'app\\framework\\encryption\\getmethod',
|
|
4 => 'app\\framework\\encryption\\validatekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Encryption/EncryptionFactory.php' =>
|
|
array (
|
|
0 => '598c6b49beddf90e40d6d47688a61cc81bcbfb3b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\encryptionfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\__construct',
|
|
1 => 'app\\framework\\encryption\\createbest',
|
|
2 => 'app\\framework\\encryption\\create',
|
|
3 => 'app\\framework\\encryption\\getavailablemethods',
|
|
4 => 'app\\framework\\encryption\\ismethodavailable',
|
|
5 => 'app\\framework\\encryption\\getrecommendedmethod',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Encryption/BasicEncryption.php' =>
|
|
array (
|
|
0 => '16479072a9975fb04779dde6ad297cc138066ec4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\basicencryption',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\encryption\\__construct',
|
|
1 => 'app\\framework\\encryption\\encrypt',
|
|
2 => 'app\\framework\\encryption\\decrypt',
|
|
3 => 'app\\framework\\encryption\\isencrypted',
|
|
4 => 'app\\framework\\encryption\\getmethod',
|
|
5 => 'app\\framework\\encryption\\validatekey',
|
|
6 => 'app\\framework\\encryption\\xorencrypt',
|
|
7 => 'app\\framework\\encryption\\xordecrypt',
|
|
8 => 'app\\framework\\encryption\\generatekey',
|
|
9 => 'app\\framework\\encryption\\getmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/TokenAction.php' =>
|
|
array (
|
|
0 => '2f4d8fe7ab13cc88be0df3ddffe99c9585de900a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\tokenaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\equals',
|
|
2 => 'app\\framework\\smartlinks\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/SmartlinkAction.php' =>
|
|
array (
|
|
0 => '281e63f55ad6dc08304f0029bbdf3c12eef3f835',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\smartlinkaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\getname',
|
|
1 => 'app\\framework\\smartlinks\\actions\\getdefaultconfig',
|
|
2 => 'app\\framework\\smartlinks\\actions\\validatepayload',
|
|
3 => 'app\\framework\\smartlinks\\actions\\execute',
|
|
4 => 'app\\framework\\smartlinks\\actions\\getrequiredpermissions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/ActionRegistry.php' =>
|
|
array (
|
|
0 => '1e36bbd56badbbee1109ba73a6e2a51941701065',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\actionregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\register',
|
|
1 => 'app\\framework\\smartlinks\\actions\\get',
|
|
2 => 'app\\framework\\smartlinks\\actions\\has',
|
|
3 => 'app\\framework\\smartlinks\\actions\\getall',
|
|
4 => 'app\\framework\\smartlinks\\actions\\unregister',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/ActionResult.php' =>
|
|
array (
|
|
0 => '508448c4c272f921ddabcded36e85dc7c931ba84',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\actionresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\actions\\success',
|
|
2 => 'app\\framework\\smartlinks\\actions\\failure',
|
|
3 => 'app\\framework\\smartlinks\\actions\\issuccess',
|
|
4 => 'app\\framework\\smartlinks\\actions\\hasredirect',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/DocumentAccessAction.php' =>
|
|
array (
|
|
0 => '52a6cc47ad94b5e3e8f6fe75b029c3f7ba1bfdf2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\documentaccessaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\getname',
|
|
1 => 'app\\framework\\smartlinks\\actions\\getdefaultconfig',
|
|
2 => 'app\\framework\\smartlinks\\actions\\validatepayload',
|
|
3 => 'app\\framework\\smartlinks\\actions\\execute',
|
|
4 => 'app\\framework\\smartlinks\\actions\\getrequiredpermissions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/EmailVerificationAction.php' =>
|
|
array (
|
|
0 => '550aee068286defb25718cffd517313b6f8dc977',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\emailverificationaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\getname',
|
|
1 => 'app\\framework\\smartlinks\\actions\\getdefaultconfig',
|
|
2 => 'app\\framework\\smartlinks\\actions\\validatepayload',
|
|
3 => 'app\\framework\\smartlinks\\actions\\execute',
|
|
4 => 'app\\framework\\smartlinks\\actions\\getrequiredpermissions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/GenericDataAccessAction.php' =>
|
|
array (
|
|
0 => 'e8a53e1c7b76fdc4a6e03821e5cfb6a228169028',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\genericdataaccessaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\actions\\getname',
|
|
2 => 'app\\framework\\smartlinks\\actions\\getdefaultconfig',
|
|
3 => 'app\\framework\\smartlinks\\actions\\validatepayload',
|
|
4 => 'app\\framework\\smartlinks\\actions\\execute',
|
|
5 => 'app\\framework\\smartlinks\\actions\\getrequiredpermissions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/PasswordResetAction.php' =>
|
|
array (
|
|
0 => '85452e40c028104c74313a82be69a0930c96c8d3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\passwordresetaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\getname',
|
|
1 => 'app\\framework\\smartlinks\\actions\\getdefaultconfig',
|
|
2 => 'app\\framework\\smartlinks\\actions\\validatepayload',
|
|
3 => 'app\\framework\\smartlinks\\actions\\execute',
|
|
4 => 'app\\framework\\smartlinks\\actions\\getrequiredpermissions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Actions/DefaultActionRegistry.php' =>
|
|
array (
|
|
0 => '65599bdd952283e52545789203efff164723e842',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\defaultactionregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\actions\\register',
|
|
1 => 'app\\framework\\smartlinks\\actions\\get',
|
|
2 => 'app\\framework\\smartlinks\\actions\\has',
|
|
3 => 'app\\framework\\smartlinks\\actions\\getall',
|
|
4 => 'app\\framework\\smartlinks\\actions\\unregister',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/SmartlinkInitializer.php' =>
|
|
array (
|
|
0 => '359cb2dd68dab94fc69bb59b2ca7f9b46dff9efb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\smartlinkinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\__invoke',
|
|
2 => 'app\\framework\\smartlinks\\init',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/SmartLinkToken.php' =>
|
|
array (
|
|
0 => 'cd6e7ff43c18ffa1a73a7bb14b25911f81824261',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\smartlinktoken',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\equals',
|
|
2 => 'app\\framework\\smartlinks\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Services/SmartlinkService.php' =>
|
|
array (
|
|
0 => '06fc47938bb124241d33f232fb78bb100f184c03',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\services\\smartlinkservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\services\\generate',
|
|
1 => 'app\\framework\\smartlinks\\services\\validate',
|
|
2 => 'app\\framework\\smartlinks\\services\\markasused',
|
|
3 => 'app\\framework\\smartlinks\\services\\revoke',
|
|
4 => 'app\\framework\\smartlinks\\services\\exists',
|
|
5 => 'app\\framework\\smartlinks\\services\\getactivetokens',
|
|
6 => 'app\\framework\\smartlinks\\services\\cleanupexpired',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Services/CacheSmartLinkService.php' =>
|
|
array (
|
|
0 => '0ea2b9725f1f79cea7e287158044a813176435f4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\services\\cachesmartlinkservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\services\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\services\\generate',
|
|
2 => 'app\\framework\\smartlinks\\services\\validate',
|
|
3 => 'app\\framework\\smartlinks\\services\\markasused',
|
|
4 => 'app\\framework\\smartlinks\\services\\revoke',
|
|
5 => 'app\\framework\\smartlinks\\services\\exists',
|
|
6 => 'app\\framework\\smartlinks\\services\\getactivetokens',
|
|
7 => 'app\\framework\\smartlinks\\services\\cleanupexpired',
|
|
8 => 'app\\framework\\smartlinks\\services\\serializedata',
|
|
9 => 'app\\framework\\smartlinks\\services\\deserializedata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Services/InMemorySmartLinkService.php' =>
|
|
array (
|
|
0 => 'b8278c59edb64ada1a4f2f11ccb7d1853aa65d36',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\services\\inmemorysmartlinkservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\services\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\services\\generate',
|
|
2 => 'app\\framework\\smartlinks\\services\\validate',
|
|
3 => 'app\\framework\\smartlinks\\services\\markasused',
|
|
4 => 'app\\framework\\smartlinks\\services\\revoke',
|
|
5 => 'app\\framework\\smartlinks\\services\\exists',
|
|
6 => 'app\\framework\\smartlinks\\services\\getactivetokens',
|
|
7 => 'app\\framework\\smartlinks\\services\\cleanupexpired',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/TokenConfig.php' =>
|
|
array (
|
|
0 => 'b2883e98f2dbe4496c4d435321ce18d73ea2f05d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\tokenconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\getexpirydatetime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Commands/GenerateSmartlinkCommand.php' =>
|
|
array (
|
|
0 => 'df1387e8fc50a09fd0a05d4df41e90b45687ebda',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\generatesmartlinkcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Commands/ExecuteSmartlinkHandler.php' =>
|
|
array (
|
|
0 => 'f7c1efd37cf8a1786489a70971908480ff6afeb4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\executesmartlinkhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\commands\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Commands/GenerateSmartlinkHandler.php' =>
|
|
array (
|
|
0 => 'b1eecc3151f25424109c1136a5c18b3d75561ae3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\generatesmartlinkhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\commands\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/Commands/ExecuteSmartlinkCommand.php' =>
|
|
array (
|
|
0 => '2e47f96906050652434aee9b818777070065ac1e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\executesmartlinkcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\commands\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Smartlinks/SmartlinkData.php' =>
|
|
array (
|
|
0 => 'b244d2accaae18fab5a831a2ba85dd59c8816a83',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\smartlinkdata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\smartlinks\\__construct',
|
|
1 => 'app\\framework\\smartlinks\\isexpired',
|
|
2 => 'app\\framework\\smartlinks\\isvalid',
|
|
3 => 'app\\framework\\smartlinks\\getremainingtime',
|
|
4 => 'app\\framework\\smartlinks\\withused',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Analytics/ErrorAnalyticsEngine.php' =>
|
|
array (
|
|
0 => '9ab8cffd6a5dab7e8dd89f05e21e83912a623e03',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\erroranalyticsengine',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\analytics\\detectanomalies',
|
|
2 => 'app\\framework\\errorreporting\\analytics\\calculateerrorvelocity',
|
|
3 => 'app\\framework\\errorreporting\\analytics\\identifypatterns',
|
|
4 => 'app\\framework\\errorreporting\\analytics\\generatepredictiveinsights',
|
|
5 => 'app\\framework\\errorreporting\\analytics\\calculateimpactmetrics',
|
|
6 => 'app\\framework\\errorreporting\\analytics\\generatehealthreport',
|
|
7 => 'app\\framework\\errorreporting\\analytics\\calculatestandarddeviation',
|
|
8 => 'app\\framework\\errorreporting\\analytics\\findroutecorrelations',
|
|
9 => 'app\\framework\\errorreporting\\analytics\\findtimepatterns',
|
|
10 => 'app\\framework\\errorreporting\\analytics\\finduserpatterns',
|
|
11 => 'app\\framework\\errorreporting\\analytics\\findcascadepatterns',
|
|
12 => 'app\\framework\\errorreporting\\analytics\\predicttrend',
|
|
13 => 'app\\framework\\errorreporting\\analytics\\detectseasonalpatterns',
|
|
14 => 'app\\framework\\errorreporting\\analytics\\assessrisk',
|
|
15 => 'app\\framework\\errorreporting\\analytics\\generaterecommendations',
|
|
16 => 'app\\framework\\errorreporting\\analytics\\calculateuserimpact',
|
|
17 => 'app\\framework\\errorreporting\\analytics\\calculatebusinessimpact',
|
|
18 => 'app\\framework\\errorreporting\\analytics\\calculatesystemimpact',
|
|
19 => 'app\\framework\\errorreporting\\analytics\\calculateavailabilityimpact',
|
|
20 => 'app\\framework\\errorreporting\\analytics\\identifybusinesscriticalroutes',
|
|
21 => 'app\\framework\\errorreporting\\analytics\\identifytimepatterns',
|
|
22 => 'app\\framework\\errorreporting\\analytics\\calculateoverallhealthscore',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/ErrorReporter.php' =>
|
|
array (
|
|
0 => 'd7e4d2155458a35dcf28fb017d4346b32b18a20e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\errorreporter',
|
|
1 => 'App\\Framework\\ErrorReporting\\RequestContextualReporter',
|
|
2 => 'App\\Framework\\ErrorReporting\\UserContextualReporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\reportthrowable',
|
|
2 => 'app\\framework\\errorreporting\\reporterror',
|
|
3 => 'app\\framework\\errorreporting\\report',
|
|
4 => 'app\\framework\\errorreporting\\reportbatch',
|
|
5 => 'app\\framework\\errorreporting\\withrequestcontext',
|
|
6 => 'app\\framework\\errorreporting\\withusercontext',
|
|
7 => 'app\\framework\\errorreporting\\getreport',
|
|
8 => 'app\\framework\\errorreporting\\getrecentreports',
|
|
9 => 'app\\framework\\errorreporting\\findreports',
|
|
10 => 'app\\framework\\errorreporting\\getstatistics',
|
|
11 => 'app\\framework\\errorreporting\\cleanup',
|
|
12 => 'app\\framework\\errorreporting\\applyprocessors',
|
|
13 => 'app\\framework\\errorreporting\\storereport',
|
|
14 => 'app\\framework\\errorreporting\\queuereport',
|
|
15 => 'app\\framework\\errorreporting\\logdebug',
|
|
16 => 'app\\framework\\errorreporting\\loginfo',
|
|
17 => 'app\\framework\\errorreporting\\logerror',
|
|
18 => 'app\\framework\\errorreporting\\__construct',
|
|
19 => 'app\\framework\\errorreporting\\reportthrowable',
|
|
20 => 'app\\framework\\errorreporting\\reporterror',
|
|
21 => 'app\\framework\\errorreporting\\__construct',
|
|
22 => 'app\\framework\\errorreporting\\reportthrowable',
|
|
23 => 'app\\framework\\errorreporting\\reporterror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Migrations/Migration_2024_01_25_100000_CreateErrorReportsTable.php' =>
|
|
array (
|
|
0 => '1bfca6a7f30a690450b3f22822b57ed5ecd86acd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\migrations\\migration_2024_01_25_100000_createerrorreportstable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\migrations\\up',
|
|
1 => 'app\\framework\\errorreporting\\migrations\\down',
|
|
2 => 'app\\framework\\errorreporting\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Storage/ErrorReportStorageInterface.php' =>
|
|
array (
|
|
0 => '8628eab82cb75e3719380909498681aaa62cf01b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\storage\\errorreportstorageinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\storage\\store',
|
|
1 => 'app\\framework\\errorreporting\\storage\\storebatch',
|
|
2 => 'app\\framework\\errorreporting\\storage\\find',
|
|
3 => 'app\\framework\\errorreporting\\storage\\findrecent',
|
|
4 => 'app\\framework\\errorreporting\\storage\\findbycriteria',
|
|
5 => 'app\\framework\\errorreporting\\storage\\countbycriteria',
|
|
6 => 'app\\framework\\errorreporting\\storage\\getstatistics',
|
|
7 => 'app\\framework\\errorreporting\\storage\\gettrends',
|
|
8 => 'app\\framework\\errorreporting\\storage\\gettoperrors',
|
|
9 => 'app\\framework\\errorreporting\\storage\\findbyfingerprint',
|
|
10 => 'app\\framework\\errorreporting\\storage\\deleteolderthan',
|
|
11 => 'app\\framework\\errorreporting\\storage\\deletebycriteria',
|
|
12 => 'app\\framework\\errorreporting\\storage\\gethealthinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Storage/DatabaseErrorReportStorage.php' =>
|
|
array (
|
|
0 => '19438cae18f7e43f4324dceb999938c951a051d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\storage\\databaseerrorreportstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\storage\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\storage\\store',
|
|
2 => 'app\\framework\\errorreporting\\storage\\storebatch',
|
|
3 => 'app\\framework\\errorreporting\\storage\\find',
|
|
4 => 'app\\framework\\errorreporting\\storage\\findrecent',
|
|
5 => 'app\\framework\\errorreporting\\storage\\findbycriteria',
|
|
6 => 'app\\framework\\errorreporting\\storage\\countbycriteria',
|
|
7 => 'app\\framework\\errorreporting\\storage\\getstatistics',
|
|
8 => 'app\\framework\\errorreporting\\storage\\gettrends',
|
|
9 => 'app\\framework\\errorreporting\\storage\\gettoperrors',
|
|
10 => 'app\\framework\\errorreporting\\storage\\findbyfingerprint',
|
|
11 => 'app\\framework\\errorreporting\\storage\\deleteolderthan',
|
|
12 => 'app\\framework\\errorreporting\\storage\\deletebycriteria',
|
|
13 => 'app\\framework\\errorreporting\\storage\\gethealthinfo',
|
|
14 => 'app\\framework\\errorreporting\\storage\\buildcriteriaquery',
|
|
15 => 'app\\framework\\errorreporting\\storage\\hydrate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/ErrorReportCriteria.php' =>
|
|
array (
|
|
0 => '62963160cf8cd8e29958a5a521bacd280b5f9ba4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\errorreportcriteria',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\recent',
|
|
2 => 'app\\framework\\errorreporting\\critical',
|
|
3 => 'app\\framework\\errorreporting\\byuser',
|
|
4 => 'app\\framework\\errorreporting\\byroute',
|
|
5 => 'app\\framework\\errorreporting\\byexception',
|
|
6 => 'app\\framework\\errorreporting\\production',
|
|
7 => 'app\\framework\\errorreporting\\search',
|
|
8 => 'app\\framework\\errorreporting\\withtimerange',
|
|
9 => 'app\\framework\\errorreporting\\withlevels',
|
|
10 => 'app\\framework\\errorreporting\\withenvironment',
|
|
11 => 'app\\framework\\errorreporting\\withpagination',
|
|
12 => 'app\\framework\\errorreporting\\withordering',
|
|
13 => 'app\\framework\\errorreporting\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/ErrorReportingMiddleware.php' =>
|
|
array (
|
|
0 => '1963aaf368fa8abcf545021d190ec9d3377ee9d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\errorreportingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\__invoke',
|
|
2 => 'app\\framework\\errorreporting\\reporterror',
|
|
3 => 'app\\framework\\errorreporting\\buildrequestcontext',
|
|
4 => 'app\\framework\\errorreporting\\extractclientipaddress',
|
|
5 => 'app\\framework\\errorreporting\\extractipfromheader',
|
|
6 => 'app\\framework\\errorreporting\\extractrequestdata',
|
|
7 => 'app\\framework\\errorreporting\\sanitizerequestbody',
|
|
8 => 'app\\framework\\errorreporting\\sanitizejsonbody',
|
|
9 => 'app\\framework\\errorreporting\\sanitizedata',
|
|
10 => 'app\\framework\\errorreporting\\sanitizearray',
|
|
11 => 'app\\framework\\errorreporting\\sanitizestring',
|
|
12 => 'app\\framework\\errorreporting\\issensitivekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Processors/RequestContextProcessor.php' =>
|
|
array (
|
|
0 => '24b7d1076bdc4803754083f1a3bc1b40fec75593',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\processors\\requestcontextprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\processors\\__invoke',
|
|
1 => 'app\\framework\\errorreporting\\processors\\getclientipaddress',
|
|
2 => 'app\\framework\\errorreporting\\processors\\getrequestdata',
|
|
3 => 'app\\framework\\errorreporting\\processors\\sanitizedata',
|
|
4 => 'app\\framework\\errorreporting\\processors\\issensitivekey',
|
|
5 => 'app\\framework\\errorreporting\\processors\\normalizeroute',
|
|
6 => 'app\\framework\\errorreporting\\processors\\isapirequest',
|
|
7 => 'app\\framework\\errorreporting\\processors\\isajaxrequest',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Processors/UserContextProcessor.php' =>
|
|
array (
|
|
0 => '8afdd872f6b8ebac42bd98ea9e247ed48eda7334',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\processors\\usercontextprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\processors\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\processors\\__invoke',
|
|
2 => 'app\\framework\\errorreporting\\processors\\getuseridfromsession',
|
|
3 => 'app\\framework\\errorreporting\\processors\\getsessionid',
|
|
4 => 'app\\framework\\errorreporting\\processors\\getuserbreadcrumbs',
|
|
5 => 'app\\framework\\errorreporting\\processors\\addbreadcrumb',
|
|
6 => 'app\\framework\\errorreporting\\processors\\clearbreadcrumbs',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/ErrorStatistics.php' =>
|
|
array (
|
|
0 => '1f115f697b9893f32c9d8d7dfa45f47c5c1c95ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\errorstatistics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\empty',
|
|
2 => 'app\\framework\\errorreporting\\getcriticalerrorcount',
|
|
3 => 'app\\framework\\errorreporting\\geterrorratepercentage',
|
|
4 => 'app\\framework\\errorreporting\\getmostproblematicroute',
|
|
5 => 'app\\framework\\errorreporting\\getmostfrequentexception',
|
|
6 => 'app\\framework\\errorreporting\\getpeakerrorhour',
|
|
7 => 'app\\framework\\errorreporting\\geterrortrend',
|
|
8 => 'app\\framework\\errorreporting\\gethealthscore',
|
|
9 => 'app\\framework\\errorreporting\\getinsights',
|
|
10 => 'app\\framework\\errorreporting\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Commands/ErrorReportingCommand.php' =>
|
|
array (
|
|
0 => '16219e0c0c447863d22c2f9c4eba28ae3adc9171',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\commands\\errorreportingcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\commands\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\commands\\stats',
|
|
2 => 'app\\framework\\errorreporting\\commands\\analytics',
|
|
3 => 'app\\framework\\errorreporting\\commands\\health',
|
|
4 => 'app\\framework\\errorreporting\\commands\\search',
|
|
5 => 'app\\framework\\errorreporting\\commands\\cleanup',
|
|
6 => 'app\\framework\\errorreporting\\commands\\show',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/ErrorReport.php' =>
|
|
array (
|
|
0 => '86cca5b26c14b52ad5c1b9a584b6077ac22e0083',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\errorreport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\fromthrowable',
|
|
2 => 'app\\framework\\errorreporting\\create',
|
|
3 => 'app\\framework\\errorreporting\\withuser',
|
|
4 => 'app\\framework\\errorreporting\\withrequest',
|
|
5 => 'app\\framework\\errorreporting\\withperformance',
|
|
6 => 'app\\framework\\errorreporting\\withtags',
|
|
7 => 'app\\framework\\errorreporting\\withbreadcrumbs',
|
|
8 => 'app\\framework\\errorreporting\\withcustomdata',
|
|
9 => 'app\\framework\\errorreporting\\getseveritylevel',
|
|
10 => 'app\\framework\\errorreporting\\iscritical',
|
|
11 => 'app\\framework\\errorreporting\\getfingerprint',
|
|
12 => 'app\\framework\\errorreporting\\toarray',
|
|
13 => 'app\\framework\\errorreporting\\generateid',
|
|
14 => 'app\\framework\\errorreporting\\getcurrenttrace',
|
|
15 => 'app\\framework\\errorreporting\\getserverinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/ErrorReportingInitializer.php' =>
|
|
array (
|
|
0 => '4d27797554fb185ce155c9e58ff2b7be2cdea188',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\errorreportinginitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\initialize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/GroupAware.php' =>
|
|
array (
|
|
0 => '388aa7bb7d355dc730689842e0e9acc917a30dd7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\groupaware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\belongstogroup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Exceptions/ValidationException.php' =>
|
|
array (
|
|
0 => '751d3b5fbb196325e5a5ba31faff58119657b188',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\exceptions\\validationexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\exceptions\\__construct',
|
|
1 => 'app\\framework\\validation\\exceptions\\createerrormessage',
|
|
2 => 'app\\framework\\validation\\exceptions\\getfielderrors',
|
|
3 => 'app\\framework\\validation\\exceptions\\getallerrors',
|
|
4 => 'app\\framework\\validation\\exceptions\\getallerrormessages',
|
|
5 => 'app\\framework\\validation\\exceptions\\hasfielderrors',
|
|
6 => 'app\\framework\\validation\\exceptions\\determineerrorcode',
|
|
7 => 'app\\framework\\validation\\exceptions\\forfield',
|
|
8 => 'app\\framework\\validation\\exceptions\\requiredfieldmissing',
|
|
9 => 'app\\framework\\validation\\exceptions\\invalidformat',
|
|
10 => 'app\\framework\\validation\\exceptions\\outofrange',
|
|
11 => 'app\\framework\\validation\\exceptions\\duplicatevalue',
|
|
12 => 'app\\framework\\validation\\exceptions\\businessruleviolation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/ValidationResult.php' =>
|
|
array (
|
|
0 => '0d59067804e59cb6ffe926382af74df15fb10b30',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\validationresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\adderror',
|
|
1 => 'app\\framework\\validation\\adderrors',
|
|
2 => 'app\\framework\\validation\\haserrors',
|
|
3 => 'app\\framework\\validation\\getfielderrors',
|
|
4 => 'app\\framework\\validation\\getallerrormessages',
|
|
5 => 'app\\framework\\validation\\merge',
|
|
6 => 'app\\framework\\validation\\getall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Validator.php' =>
|
|
array (
|
|
0 => '74c14b1422899145239c77536b363a2c4b6d4dbe',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\validator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\__construct',
|
|
1 => 'app\\framework\\validation\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Required.php' =>
|
|
array (
|
|
0 => 'd67e4edb71d1877bf3866507d8a59783d4c3e78a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\required',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Url.php' =>
|
|
array (
|
|
0 => '491e24d604e0403df583abc46de74a5f43b6f986',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\url',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Email.php' =>
|
|
array (
|
|
0 => '3978090f7f3ae9bfcacf7cb2ea2627989c7853d9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\email',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/In.php' =>
|
|
array (
|
|
0 => 'acc632de2db81bf88380128820346ee85957ed22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\in',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/IsTrue.php' =>
|
|
array (
|
|
0 => '08dda908e44f2c53506c371c3dc635cdd484e35d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\istrue',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\validate',
|
|
1 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Range.php' =>
|
|
array (
|
|
0 => '1aceeaa50d2166286f353cb512907093bf5c1ff0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\range',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Custom.php' =>
|
|
array (
|
|
0 => '3d15a890d2f2ffeaa9164aefcd2734dde9fef6ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\custom',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/StringLength.php' =>
|
|
array (
|
|
0 => '7259f7b699d42ba57528a4d05e5102c89bd7f478',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\stringlength',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/DateFormat.php' =>
|
|
array (
|
|
0 => '65ed2c669fa8e2e6f3697869da2f2db3de724429',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\dateformat',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
3 => 'app\\framework\\validation\\rules\\getformatexample',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Pattern.php' =>
|
|
array (
|
|
0 => '0a4824e6dab40a9c00c1de291d293c0688e9d6db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\pattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Phone.php' =>
|
|
array (
|
|
0 => '7f1f585747e6d36fb02c7805b700fcc30cbc3203',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\phone',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Ulid.php' =>
|
|
array (
|
|
0 => 'a33f3cfb7b0444177aa633922d7d64269038da5a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\ulid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/Numeric.php' =>
|
|
array (
|
|
0 => '9bd70616453fbcebbcd6504557117a09ccafa9b7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\numeric',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\validate',
|
|
2 => 'app\\framework\\validation\\rules\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/Rules/ValidationGroup.php' =>
|
|
array (
|
|
0 => '1f57a73c4522cfe89fd8a7497cd655d143211cfd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\validationgroup',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\rules\\__construct',
|
|
1 => 'app\\framework\\validation\\rules\\belongstogroup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/ValidationFormHandler.php' =>
|
|
array (
|
|
0 => 'd68641c32b6fc6fe44b9fb0baf18a9370d326b49',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\validationformhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\__construct',
|
|
1 => 'app\\framework\\validation\\handle',
|
|
2 => 'app\\framework\\validation\\extractrequestdata',
|
|
3 => 'app\\framework\\validation\\createresponse',
|
|
4 => 'app\\framework\\validation\\isapirequest',
|
|
5 => 'app\\framework\\validation\\createjsonresponse',
|
|
6 => 'app\\framework\\validation\\createredirectresponse',
|
|
7 => 'app\\framework\\validation\\haserrors',
|
|
8 => 'app\\framework\\validation\\geterrors',
|
|
9 => 'app\\framework\\validation\\hasoldinput',
|
|
10 => 'app\\framework\\validation\\getoldinput',
|
|
11 => 'app\\framework\\validation\\clearform',
|
|
12 => 'app\\framework\\validation\\clearall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Validation/ValidationRule.php' =>
|
|
array (
|
|
0 => '91d641d875f8ebb9b697ee94afa6ee301aaf9b24',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\validationrule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\validation\\validate',
|
|
1 => 'app\\framework\\validation\\geterrormessages',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/CsrfToken.php' =>
|
|
array (
|
|
0 => 'dd9b89a30975071b4c263ec994e4554943fb4565',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\csrftoken',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\__construct',
|
|
1 => 'app\\framework\\security\\fromstring',
|
|
2 => 'app\\framework\\security\\tostring',
|
|
3 => 'app\\framework\\security\\__tostring',
|
|
4 => 'app\\framework\\security\\equals',
|
|
5 => 'app\\framework\\security\\equalsstring',
|
|
6 => 'app\\framework\\security\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/CsrfTokenGenerator.php' =>
|
|
array (
|
|
0 => '935202f03c17c9f65744f3c8cadd4228f1a85f59',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\csrftokengenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\__construct',
|
|
1 => 'app\\framework\\security\\generate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/CsrfTokenData.php' =>
|
|
array (
|
|
0 => 'c34e512d7ed30f2431b4635df6db554ed2ab5fb5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\csrftokendata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\__construct',
|
|
1 => 'app\\framework\\security\\isexpired',
|
|
2 => 'app\\framework\\security\\wasusedrecently',
|
|
3 => 'app\\framework\\security\\shouldkeep',
|
|
4 => 'app\\framework\\security\\markasused',
|
|
5 => 'app\\framework\\security\\getage',
|
|
6 => 'app\\framework\\security\\matches',
|
|
7 => 'app\\framework\\security\\toarray',
|
|
8 => 'app\\framework\\security\\fromarray',
|
|
9 => 'app\\framework\\security\\create',
|
|
10 => 'app\\framework\\security\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/RequestSigner.php' =>
|
|
array (
|
|
0 => 'e7c88e582499149f27cc395f75ad2ae0618e3d73',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\requestsigner',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\sign',
|
|
2 => 'app\\framework\\security\\requestsigning\\createsignature',
|
|
3 => 'app\\framework\\security\\requestsigning\\createhmacsignature',
|
|
4 => 'app\\framework\\security\\requestsigning\\creatersasignature',
|
|
5 => 'app\\framework\\security\\requestsigning\\createdigest',
|
|
6 => 'app\\framework\\security\\requestsigning\\signrequest',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/VerificationResult.php' =>
|
|
array (
|
|
0 => '1b75ee568cc6d75d2c6874b4002e7eeb4be49f4c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\verificationresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\success',
|
|
2 => 'app\\framework\\security\\requestsigning\\failure',
|
|
3 => 'app\\framework\\security\\requestsigning\\issuccess',
|
|
4 => 'app\\framework\\security\\requestsigning\\isfailure',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/EntityManagerSigningKeyRepository.php' =>
|
|
array (
|
|
0 => 'e8307332c03e5656571806583480955f5ac7f033',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\entitymanagersigningkeyrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\findbykeyid',
|
|
2 => 'app\\framework\\security\\requestsigning\\store',
|
|
3 => 'app\\framework\\security\\requestsigning\\remove',
|
|
4 => 'app\\framework\\security\\requestsigning\\getallactive',
|
|
5 => 'app\\framework\\security\\requestsigning\\rotatekey',
|
|
6 => 'app\\framework\\security\\requestsigning\\getexpiringkeys',
|
|
7 => 'app\\framework\\security\\requestsigning\\cleanupexpired',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/SigningString.php' =>
|
|
array (
|
|
0 => '1935af31a722f32c845fb87fd24409543b8610e2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\signingstring',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\build',
|
|
2 => 'app\\framework\\security\\requestsigning\\buildheaderline',
|
|
3 => 'app\\framework\\security\\requestsigning\\buildrequesttarget',
|
|
4 => 'app\\framework\\security\\requestsigning\\buildcreated',
|
|
5 => 'app\\framework\\security\\requestsigning\\buildexpires',
|
|
6 => 'app\\framework\\security\\requestsigning\\buildstandardheader',
|
|
7 => 'app\\framework\\security\\requestsigning\\normalizeheadername',
|
|
8 => 'app\\framework\\security\\requestsigning\\getdefaultheaders',
|
|
9 => 'app\\framework\\security\\requestsigning\\getrecommendedheaders',
|
|
10 => 'app\\framework\\security\\requestsigning\\getsecurityheaders',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/RequestSignature.php' =>
|
|
array (
|
|
0 => '67e012a9a39b73bf9c3bf9077ed0c4a135e20c2c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\requestsignature',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\isexpired',
|
|
2 => 'app\\framework\\security\\requestsigning\\fromhttpsignatureheader',
|
|
3 => 'app\\framework\\security\\requestsigning\\tohttpsignatureheader',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/Migrations/CreateSigningKeysTable.php' =>
|
|
array (
|
|
0 => '59bb8612afb19f372116071740092e0028390b7d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\migrations\\createsigningkeystable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\migrations\\up',
|
|
1 => 'app\\framework\\security\\requestsigning\\migrations\\down',
|
|
2 => 'app\\framework\\security\\requestsigning\\migrations\\getversion',
|
|
3 => 'app\\framework\\security\\requestsigning\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/RequestSigningConfig.php' =>
|
|
array (
|
|
0 => 'a1239e5aedfd031cf6a261c4c318364bbc42d7ec',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\requestsigningconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\fromenvironment',
|
|
2 => 'app\\framework\\security\\requestsigning\\development',
|
|
3 => 'app\\framework\\security\\requestsigning\\production',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/SigningAlgorithm.php' =>
|
|
array (
|
|
0 => '33a0a9547a517d92156c6a0d0321e78172280c24',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\signingalgorithm',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\gethashalgorithm',
|
|
1 => 'app\\framework\\security\\requestsigning\\issymmetric',
|
|
2 => 'app\\framework\\security\\requestsigning\\getopensslsignaturealgorithm',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/SigningKeyRepository.php' =>
|
|
array (
|
|
0 => '6d65757db0bc11e1af1dc5f7dfb5235be14dca17',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\signingkeyrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\findbykeyid',
|
|
1 => 'app\\framework\\security\\requestsigning\\store',
|
|
2 => 'app\\framework\\security\\requestsigning\\remove',
|
|
3 => 'app\\framework\\security\\requestsigning\\getallactive',
|
|
4 => 'app\\framework\\security\\requestsigning\\rotatekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/HttpClientSigningMiddleware.php' =>
|
|
array (
|
|
0 => '911637551683bb8e0139ed14992360c2c380674d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\httpclientsigningmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\__invoke',
|
|
2 => 'app\\framework\\security\\requestsigning\\signrequest',
|
|
3 => 'app\\framework\\security\\requestsigning\\hasbody',
|
|
4 => 'app\\framework\\security\\requestsigning\\createdigest',
|
|
5 => 'app\\framework\\security\\requestsigning\\parsequeryparams',
|
|
6 => 'app\\framework\\security\\requestsigning\\createsignature',
|
|
7 => 'app\\framework\\security\\requestsigning\\createhmacsignature',
|
|
8 => 'app\\framework\\security\\requestsigning\\creatersasignature',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/RequestSigningInitializer.php' =>
|
|
array (
|
|
0 => '3a037447cca08dc4a013ff03c387c2e670595069',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\requestsigninginitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\__invoke',
|
|
2 => 'app\\framework\\security\\requestsigning\\getconfig',
|
|
3 => 'app\\framework\\security\\requestsigning\\createkeyrepository',
|
|
4 => 'app\\framework\\security\\requestsigning\\initializedefaultkeys',
|
|
5 => 'app\\framework\\security\\requestsigning\\loadkeysfromenvironment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/InMemorySigningKeyRepository.php' =>
|
|
array (
|
|
0 => 'e780088c1aa0cf1e54b3093c33480f9738ddb2e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\inmemorysigningkeyrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\findbykeyid',
|
|
1 => 'app\\framework\\security\\requestsigning\\store',
|
|
2 => 'app\\framework\\security\\requestsigning\\remove',
|
|
3 => 'app\\framework\\security\\requestsigning\\getallactive',
|
|
4 => 'app\\framework\\security\\requestsigning\\rotatekey',
|
|
5 => 'app\\framework\\security\\requestsigning\\adddefaulttestkey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/RequestSigningMiddleware.php' =>
|
|
array (
|
|
0 => '708f4f4f96b56d10c016f72a135e841bcfd10bd2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\requestsigningmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\__invoke',
|
|
2 => 'app\\framework\\security\\requestsigning\\isexemptpath',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/SigningKey.php' =>
|
|
array (
|
|
0 => 'e0db51b7f97363fd4168f3d22d1ba672cece5b22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\signingkey',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\isexpired',
|
|
2 => 'app\\framework\\security\\requestsigning\\isvalid',
|
|
3 => 'app\\framework\\security\\requestsigning\\createhmac',
|
|
4 => 'app\\framework\\security\\requestsigning\\creatersa',
|
|
5 => 'app\\framework\\security\\requestsigning\\generatehmac',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/SigningKeyRepositoryInitializer.php' =>
|
|
array (
|
|
0 => 'fcdb2f6428aa68c274d60fd59642eabfc198e9fc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\signingkeyrepositoryinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/RequestSigningService.php' =>
|
|
array (
|
|
0 => '00bde000f9f7ac9b28f1f0579a8d5e34657e2da8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\requestsigningservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\signoutgoingrequest',
|
|
2 => 'app\\framework\\security\\requestsigning\\verifyincomingrequest',
|
|
3 => 'app\\framework\\security\\requestsigning\\addsigningkey',
|
|
4 => 'app\\framework\\security\\requestsigning\\removesigningkey',
|
|
5 => 'app\\framework\\security\\requestsigning\\rotatesigningkey',
|
|
6 => 'app\\framework\\security\\requestsigning\\getactivekeys',
|
|
7 => 'app\\framework\\security\\requestsigning\\generatehmackey',
|
|
8 => 'app\\framework\\security\\requestsigning\\creatersakey',
|
|
9 => 'app\\framework\\security\\requestsigning\\getsigningkey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Security/RequestSigning/RequestVerifier.php' =>
|
|
array (
|
|
0 => '337f9ca587d7645f90eac61137729ca5741663a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\requestverifier',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\security\\requestsigning\\__construct',
|
|
1 => 'app\\framework\\security\\requestsigning\\verify',
|
|
2 => 'app\\framework\\security\\requestsigning\\verifysignature',
|
|
3 => 'app\\framework\\security\\requestsigning\\verifyhmacsignature',
|
|
4 => 'app\\framework\\security\\requestsigning\\verifyrsasignature',
|
|
5 => 'app\\framework\\security\\requestsigning\\verifydigest',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/ErrorAggregationMiddleware.php' =>
|
|
array (
|
|
0 => 'a05e217a9a7163045cd0b66e82e11937c4d414de',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\erroraggregationmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/ErrorEvent.php' =>
|
|
array (
|
|
0 => '068e6569be7bba6697c5ea69afcfc0e0515b8a23',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\errorevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\fromerrorhandlercontext',
|
|
2 => 'app\\framework\\erroraggregation\\toarray',
|
|
3 => 'app\\framework\\erroraggregation\\fromarray',
|
|
4 => 'app\\framework\\erroraggregation\\getfingerprint',
|
|
5 => 'app\\framework\\erroraggregation\\shouldtriggeralert',
|
|
6 => 'app\\framework\\erroraggregation\\getalerturgency',
|
|
7 => 'app\\framework\\erroraggregation\\extractservicename',
|
|
8 => 'app\\framework\\erroraggregation\\extracterrorcode',
|
|
9 => 'app\\framework\\erroraggregation\\extractusermessage',
|
|
10 => 'app\\framework\\erroraggregation\\determineseverity',
|
|
11 => 'app\\framework\\erroraggregation\\extractstacktrace',
|
|
12 => 'app\\framework\\erroraggregation\\normalizeerrormessage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Migrations/Migration_2024_01_24_141000_CreateErrorPatternsTable.php' =>
|
|
array (
|
|
0 => '91d7ea25ddc2d414895c3d94de0fa4c94cccae73',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\migrations\\migration_2024_01_24_141000_createerrorpatternstable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\migrations\\up',
|
|
1 => 'app\\framework\\erroraggregation\\migrations\\down',
|
|
2 => 'app\\framework\\erroraggregation\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Migrations/Migration_2024_01_24_140000_CreateErrorEventsTable.php' =>
|
|
array (
|
|
0 => 'd0965995a2acb36f2831d446e1dd020faac91a5d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\migrations\\migration_2024_01_24_140000_createerroreventstable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\migrations\\up',
|
|
1 => 'app\\framework\\erroraggregation\\migrations\\down',
|
|
2 => 'app\\framework\\erroraggregation\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Storage/ErrorStorageInterface.php' =>
|
|
array (
|
|
0 => '4f97944857548131e7bd642f94634fb42aed90ea',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\storage\\errorstorageinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\storage\\storeevent',
|
|
1 => 'app\\framework\\erroraggregation\\storage\\storeeventsbatch',
|
|
2 => 'app\\framework\\erroraggregation\\storage\\storepattern',
|
|
3 => 'app\\framework\\erroraggregation\\storage\\getpatternbyid',
|
|
4 => 'app\\framework\\erroraggregation\\storage\\getpatternbyfingerprint',
|
|
5 => 'app\\framework\\erroraggregation\\storage\\getactivepatterns',
|
|
6 => 'app\\framework\\erroraggregation\\storage\\getpatternsbyservice',
|
|
7 => 'app\\framework\\erroraggregation\\storage\\getrecentevents',
|
|
8 => 'app\\framework\\erroraggregation\\storage\\getstatistics',
|
|
9 => 'app\\framework\\erroraggregation\\storage\\geterrortrends',
|
|
10 => 'app\\framework\\erroraggregation\\storage\\gettoppatterns',
|
|
11 => 'app\\framework\\erroraggregation\\storage\\deleteoldevents',
|
|
12 => 'app\\framework\\erroraggregation\\storage\\deleteoldpatterns',
|
|
13 => 'app\\framework\\erroraggregation\\storage\\exportevents',
|
|
14 => 'app\\framework\\erroraggregation\\storage\\gethealthstatus',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Storage/DatabaseErrorStorage.php' =>
|
|
array (
|
|
0 => 'a648736b7b762083e55e3a4b07a70ef301af9800',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\storage\\databaseerrorstorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\storage\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\storage\\storeevent',
|
|
2 => 'app\\framework\\erroraggregation\\storage\\storeeventsbatch',
|
|
3 => 'app\\framework\\erroraggregation\\storage\\storepattern',
|
|
4 => 'app\\framework\\erroraggregation\\storage\\getpatternbyid',
|
|
5 => 'app\\framework\\erroraggregation\\storage\\getpatternbyfingerprint',
|
|
6 => 'app\\framework\\erroraggregation\\storage\\getactivepatterns',
|
|
7 => 'app\\framework\\erroraggregation\\storage\\getpatternsbyservice',
|
|
8 => 'app\\framework\\erroraggregation\\storage\\getrecentevents',
|
|
9 => 'app\\framework\\erroraggregation\\storage\\getstatistics',
|
|
10 => 'app\\framework\\erroraggregation\\storage\\geterrortrends',
|
|
11 => 'app\\framework\\erroraggregation\\storage\\gettoppatterns',
|
|
12 => 'app\\framework\\erroraggregation\\storage\\deleteoldevents',
|
|
13 => 'app\\framework\\erroraggregation\\storage\\deleteoldpatterns',
|
|
14 => 'app\\framework\\erroraggregation\\storage\\exportevents',
|
|
15 => 'app\\framework\\erroraggregation\\storage\\gethealthstatus',
|
|
16 => 'app\\framework\\erroraggregation\\storage\\hydratepattern',
|
|
17 => 'app\\framework\\erroraggregation\\storage\\hydrateevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/ErrorSeverity.php' =>
|
|
array (
|
|
0 => 'a11971de599cf32c1fd2d74c6b47a2331465a14d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\errorseverity',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\getpriority',
|
|
1 => 'app\\framework\\erroraggregation\\getcolor',
|
|
2 => 'app\\framework\\erroraggregation\\geticon',
|
|
3 => 'app\\framework\\erroraggregation\\requiresimmediatealert',
|
|
4 => 'app\\framework\\erroraggregation\\getretentiondays',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/ErrorPattern.php' =>
|
|
array (
|
|
0 => '623c95b652a077aafdcf3846d8eadb914352c34a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\errorpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\fromerrorevent',
|
|
2 => 'app\\framework\\erroraggregation\\withnewoccurrence',
|
|
3 => 'app\\framework\\erroraggregation\\acknowledge',
|
|
4 => 'app\\framework\\erroraggregation\\resolve',
|
|
5 => 'app\\framework\\erroraggregation\\getfrequency',
|
|
6 => 'app\\framework\\erroraggregation\\iscriticalpattern',
|
|
7 => 'app\\framework\\erroraggregation\\getalertthreshold',
|
|
8 => 'app\\framework\\erroraggregation\\shouldalert',
|
|
9 => 'app\\framework\\erroraggregation\\getalerturgency',
|
|
10 => 'app\\framework\\erroraggregation\\toarray',
|
|
11 => 'app\\framework\\erroraggregation\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/ErrorAggregator.php' =>
|
|
array (
|
|
0 => 'e183fa3774d471a48812ff4c8b107705466bb207',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\erroraggregator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\processerror',
|
|
2 => 'app\\framework\\erroraggregation\\processerrorevent',
|
|
3 => 'app\\framework\\erroraggregation\\updateerrorpattern',
|
|
4 => 'app\\framework\\erroraggregation\\queuealert',
|
|
5 => 'app\\framework\\erroraggregation\\getstatistics',
|
|
6 => 'app\\framework\\erroraggregation\\getactivepatterns',
|
|
7 => 'app\\framework\\erroraggregation\\getpatternsbyservice',
|
|
8 => 'app\\framework\\erroraggregation\\getrecentevents',
|
|
9 => 'app\\framework\\erroraggregation\\acknowledgepattern',
|
|
10 => 'app\\framework\\erroraggregation\\resolvepattern',
|
|
11 => 'app\\framework\\erroraggregation\\processbatch',
|
|
12 => 'app\\framework\\erroraggregation\\cleanup',
|
|
13 => 'app\\framework\\erroraggregation\\geterrortrends',
|
|
14 => 'app\\framework\\erroraggregation\\gettoppatterns',
|
|
15 => 'app\\framework\\erroraggregation\\exportdata',
|
|
16 => 'app\\framework\\erroraggregation\\gethealthstatus',
|
|
17 => 'app\\framework\\erroraggregation\\logerror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/ErrorAggregationInitializer.php' =>
|
|
array (
|
|
0 => 'f987db5a6c20c44593fb44b7e76f2e1666ffc439',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\erroraggregationinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\initialize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Commands/AlertCommand.php' =>
|
|
array (
|
|
0 => '56b95e6799ab765f3f045f4213238033ff906053',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\commands\\alertcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\commands\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\commands\\test',
|
|
2 => 'app\\framework\\erroraggregation\\commands\\stats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Commands/ErrorPatternsCommand.php' =>
|
|
array (
|
|
0 => '963d6aaa2b4de81809aaa159eb6859f2f88f1d55',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\commands\\errorpatternscommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\commands\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\commands\\list',
|
|
2 => 'app\\framework\\erroraggregation\\commands\\acknowledge',
|
|
3 => 'app\\framework\\erroraggregation\\commands\\resolve',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Commands/ErrorAggregationStatsCommand.php' =>
|
|
array (
|
|
0 => 'bb5e27293a6f482d464f1a33a7d9861d3118ecbc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\commands\\erroraggregationstatscommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\commands\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\commands\\stats',
|
|
2 => 'app\\framework\\erroraggregation\\commands\\health',
|
|
3 => 'app\\framework\\erroraggregation\\commands\\cleanup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Alerting/AlertChannel.php' =>
|
|
array (
|
|
0 => '26e088d966b5f34c94882fb52e79f8084dcd44fa',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\alerting\\alertchannel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\alerting\\getname',
|
|
1 => 'app\\framework\\erroraggregation\\alerting\\sendalert',
|
|
2 => 'app\\framework\\erroraggregation\\alerting\\canhandle',
|
|
3 => 'app\\framework\\erroraggregation\\alerting\\getlastdeliverystatus',
|
|
4 => 'app\\framework\\erroraggregation\\alerting\\test',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Alerting/AlertManager.php' =>
|
|
array (
|
|
0 => '680e19a917dad5cec93914c386c822fd40b52642',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\alerting\\alertmanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\alerting\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\alerting\\addchannel',
|
|
2 => 'app\\framework\\erroraggregation\\alerting\\sendalert',
|
|
3 => 'app\\framework\\erroraggregation\\alerting\\processretry',
|
|
4 => 'app\\framework\\erroraggregation\\alerting\\testchannels',
|
|
5 => 'app\\framework\\erroraggregation\\alerting\\getstatistics',
|
|
6 => 'app\\framework\\erroraggregation\\alerting\\isthrottled',
|
|
7 => 'app\\framework\\erroraggregation\\alerting\\updatethrottle',
|
|
8 => 'app\\framework\\erroraggregation\\alerting\\getthrottlewindow',
|
|
9 => 'app\\framework\\erroraggregation\\alerting\\scheduleretry',
|
|
10 => 'app\\framework\\erroraggregation\\alerting\\scheduleescalation',
|
|
11 => 'app\\framework\\erroraggregation\\alerting\\log',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/Alerting/EmailAlertChannel.php' =>
|
|
array (
|
|
0 => '9b9ab0d44ad8a8dfe08ee7c48b9446ce47b78fa6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\alerting\\emailalertchannel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\alerting\\__construct',
|
|
1 => 'app\\framework\\erroraggregation\\alerting\\getname',
|
|
2 => 'app\\framework\\erroraggregation\\alerting\\sendalert',
|
|
3 => 'app\\framework\\erroraggregation\\alerting\\canhandle',
|
|
4 => 'app\\framework\\erroraggregation\\alerting\\getlastdeliverystatus',
|
|
5 => 'app\\framework\\erroraggregation\\alerting\\test',
|
|
6 => 'app\\framework\\erroraggregation\\alerting\\buildsubject',
|
|
7 => 'app\\framework\\erroraggregation\\alerting\\buildbody',
|
|
8 => 'app\\framework\\erroraggregation\\alerting\\formatduration',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorAggregation/AlertUrgency.php' =>
|
|
array (
|
|
0 => 'b81972ab39c47051c95619210b094c16fd9a4635',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\alerturgency',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\erroraggregation\\getescalationtimeout',
|
|
1 => 'app\\framework\\erroraggregation\\getnotificationchannels',
|
|
2 => 'app\\framework\\erroraggregation\\getretrystrategy',
|
|
3 => 'app\\framework\\erroraggregation\\requiresimmediateprocessing',
|
|
4 => 'app\\framework\\erroraggregation\\getmaxdelay',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/LayerStatus.php' =>
|
|
array (
|
|
0 => 'd783163b3db8a81a3bc1a0ec224b78c61b0a95f8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layerstatus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\issuccessful',
|
|
1 => 'app\\framework\\waf\\iserror',
|
|
2 => 'app\\framework\\waf\\isthreat',
|
|
3 => 'app\\framework\\waf\\isclean',
|
|
4 => 'app\\framework\\waf\\getdescription',
|
|
5 => 'app\\framework\\waf\\getseveritylevel',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/WafDecision.php' =>
|
|
array (
|
|
0 => 'ab2dda3984f6011c2506c0422442f6fb00533584',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\wafdecision',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\__construct',
|
|
1 => 'app\\framework\\waf\\fromassessment',
|
|
2 => 'app\\framework\\waf\\allow',
|
|
3 => 'app\\framework\\waf\\block',
|
|
4 => 'app\\framework\\waf\\monitor',
|
|
5 => 'app\\framework\\waf\\challenge',
|
|
6 => 'app\\framework\\waf\\isallowed',
|
|
7 => 'app\\framework\\waf\\isblocked',
|
|
8 => 'app\\framework\\waf\\ismonitored',
|
|
9 => 'app\\framework\\waf\\ischallenged',
|
|
10 => 'app\\framework\\waf\\shouldcontinue',
|
|
11 => 'app\\framework\\waf\\shouldmodifyresponse',
|
|
12 => 'app\\framework\\waf\\getpriority',
|
|
13 => 'app\\framework\\waf\\getperformancemetrics',
|
|
14 => 'app\\framework\\waf\\toarray',
|
|
15 => 'app\\framework\\waf\\determineaction',
|
|
16 => 'app\\framework\\waf\\generatereason',
|
|
17 => 'app\\framework\\waf\\gethttpstatuscode',
|
|
18 => 'app\\framework\\waf\\getresponsemessage',
|
|
19 => 'app\\framework\\waf\\generatemetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Layers/LayerInterface.php' =>
|
|
array (
|
|
0 => '6189ec2ca07f89883ac2546a022bce9eb5317a70',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\layerinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\getname',
|
|
1 => 'app\\framework\\waf\\layers\\analyze',
|
|
2 => 'app\\framework\\waf\\layers\\isenabled',
|
|
3 => 'app\\framework\\waf\\layers\\ishealthy',
|
|
4 => 'app\\framework\\waf\\layers\\getpriority',
|
|
5 => 'app\\framework\\waf\\layers\\getconfidencelevel',
|
|
6 => 'app\\framework\\waf\\layers\\gettimeoutthreshold',
|
|
7 => 'app\\framework\\waf\\layers\\configure',
|
|
8 => 'app\\framework\\waf\\layers\\getconfig',
|
|
9 => 'app\\framework\\waf\\layers\\getmetrics',
|
|
10 => 'app\\framework\\waf\\layers\\reset',
|
|
11 => 'app\\framework\\waf\\layers\\warmup',
|
|
12 => 'app\\framework\\waf\\layers\\shutdown',
|
|
13 => 'app\\framework\\waf\\layers\\getdependencies',
|
|
14 => 'app\\framework\\waf\\layers\\supportsparallelprocessing',
|
|
15 => 'app\\framework\\waf\\layers\\getversion',
|
|
16 => 'app\\framework\\waf\\layers\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/FileAnalyzer.php' =>
|
|
array (
|
|
0 => 'c123e120df224410f5ad49b77b29c04ca8f0bfa7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\fileanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\analyzeindividualfile',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\analyzefilecontent',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\detectembeddedfiles',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\detectmimetype',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\getuploaderrormessage',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforcontenttype',
|
|
10 => 'app\\framework\\waf\\analysis\\analyzers\\getmaxseverityfromfindings',
|
|
11 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
12 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
13 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
14 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
15 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
16 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/BodyAnalyzer.php' =>
|
|
array (
|
|
0 => '542925c32e0e4d73ea2dc9844669319e013389c8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\bodyanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\performdeepscan',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\analyzeencoding',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\isbinarycontent',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\istextcontenttype',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforcategory',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\getmaxseverityfromfindings',
|
|
10 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
11 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
12 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
13 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
14 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
15 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/ParameterAnalyzer.php' =>
|
|
array (
|
|
0 => 'a7586cc8db81b64c7171a1be687b0725ec1cd834',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\parameteranalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\issuspiciousparametername',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\checkforinjections',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\hasencodedcontent',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\analyzeparameterpatterns',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforinjectiontype',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\getmaxseverityfromfindings',
|
|
10 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
11 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
12 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
13 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
14 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
15 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/CookieAnalyzer.php' =>
|
|
array (
|
|
0 => 'e59e85b4d76b1dcd90f11557ff190ec4c9a97840',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\cookieanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\issuspiciouscookiename',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\checkforinjections',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\hasencodedcontent',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\issessioncookie',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\issuspicioussessionvalue',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\isauthenticationcookie',
|
|
10 => 'app\\framework\\waf\\analysis\\analyzers\\isprivilegeescalationattempt',
|
|
11 => 'app\\framework\\waf\\analysis\\analyzers\\analyzesecuritycompliance',
|
|
12 => 'app\\framework\\waf\\analysis\\analyzers\\analyzecookietampering',
|
|
13 => 'app\\framework\\waf\\analysis\\analyzers\\issecuritysensitivecookie',
|
|
14 => 'app\\framework\\waf\\analysis\\analyzers\\ishttpsrequest',
|
|
15 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforinjectiontype',
|
|
16 => 'app\\framework\\waf\\analysis\\analyzers\\getmaxseverityfromfindings',
|
|
17 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
18 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
19 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
20 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
21 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
22 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/JsonAnalyzer.php' =>
|
|
array (
|
|
0 => '5b01d369631a68c09022d53ace2635e89f76282b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\jsonanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\analyzejsonstructure',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\analyzejsonelement',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\isassociativearray',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\checkforinjections',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\analyzesuspiciousproperties',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\checkprototypepollution',
|
|
10 => 'app\\framework\\waf\\analysis\\analyzers\\traversejsonforproperties',
|
|
11 => 'app\\framework\\waf\\analysis\\analyzers\\checkjsonbombing',
|
|
12 => 'app\\framework\\waf\\analysis\\analyzers\\analyzejsonencoding',
|
|
13 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforinjectiontype',
|
|
14 => 'app\\framework\\waf\\analysis\\analyzers\\getmaxseverityfromfindings',
|
|
15 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
16 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
17 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
18 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
19 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
20 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/HeaderAnalyzer.php' =>
|
|
array (
|
|
0 => '8be8d592667671ae4c2a053ca2d04245f4c84c94',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\headeranalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/AnalyzerInterface.php' =>
|
|
array (
|
|
0 => 'c5b6df088017604e02c14604b0a32b8e41061ebc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\analyzerinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/XmlAnalyzer.php' =>
|
|
array (
|
|
0 => '89027757f629e0358dac1a7e52877588bad8993c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\xmlanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\parsexmlsecurely',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\checkdangerousentities',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\analyzexmlstructure',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\analyzexmlnode',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\checkforinjections',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\checkcontentforinjections',
|
|
10 => 'app\\framework\\waf\\analysis\\analyzers\\analyzesuspiciouselements',
|
|
11 => 'app\\framework\\waf\\analysis\\analyzers\\checkxmlbombing',
|
|
12 => 'app\\framework\\waf\\analysis\\analyzers\\analyzexmlencoding',
|
|
13 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforentitytype',
|
|
14 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforinjectiontype',
|
|
15 => 'app\\framework\\waf\\analysis\\analyzers\\getmaxseverityfromfindings',
|
|
16 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
17 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
18 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
19 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
20 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
21 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/Analyzers/UrlAnalyzer.php' =>
|
|
array (
|
|
0 => '892b3db5b3645f404ccc518351a0bd5e6c472ca1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\urlanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analyzers\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\analyzers\\gettype',
|
|
2 => 'app\\framework\\waf\\analysis\\analyzers\\cananalyze',
|
|
3 => 'app\\framework\\waf\\analysis\\analyzers\\analyze',
|
|
4 => 'app\\framework\\waf\\analysis\\analyzers\\analyzepathstructure',
|
|
5 => 'app\\framework\\waf\\analysis\\analyzers\\checksuspiciouspatterns',
|
|
6 => 'app\\framework\\waf\\analysis\\analyzers\\analyzeencoding',
|
|
7 => 'app\\framework\\waf\\analysis\\analyzers\\isadminpath',
|
|
8 => 'app\\framework\\waf\\analysis\\analyzers\\isdebugpath',
|
|
9 => 'app\\framework\\waf\\analysis\\analyzers\\analyzefileextension',
|
|
10 => 'app\\framework\\waf\\analysis\\analyzers\\analyzeunicodethreats',
|
|
11 => 'app\\framework\\waf\\analysis\\analyzers\\getseverityforcategory',
|
|
12 => 'app\\framework\\waf\\analysis\\analyzers\\getmaxseverityfromfindings',
|
|
13 => 'app\\framework\\waf\\analysis\\analyzers\\getconfiguration',
|
|
14 => 'app\\framework\\waf\\analysis\\analyzers\\isenabled',
|
|
15 => 'app\\framework\\waf\\analysis\\analyzers\\getpriority',
|
|
16 => 'app\\framework\\waf\\analysis\\analyzers\\getexpectedprocessingtime',
|
|
17 => 'app\\framework\\waf\\analysis\\analyzers\\supportsparallelexecution',
|
|
18 => 'app\\framework\\waf\\analysis\\analyzers\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/AnalysisType.php' =>
|
|
array (
|
|
0 => 'dd8c1eb4522baf25d6d36c147153b30b75e3cc5b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analysistype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\getdescription',
|
|
1 => 'app\\framework\\waf\\analysis\\getpriority',
|
|
2 => 'app\\framework\\waf\\analysis\\requiresbody',
|
|
3 => 'app\\framework\\waf\\analysis\\isexpensive',
|
|
4 => 'app\\framework\\waf\\analysis\\getprocessingtimecategory',
|
|
5 => 'app\\framework\\waf\\analysis\\canruninparallel',
|
|
6 => 'app\\framework\\waf\\analysis\\getdependencies',
|
|
7 => 'app\\framework\\waf\\analysis\\appliestocontenttype',
|
|
8 => 'app\\framework\\waf\\analysis\\getmaxprocessingtime',
|
|
9 => 'app\\framework\\waf\\analysis\\shouldcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/ValueObjects/RequestAnalysisData.php' =>
|
|
array (
|
|
0 => 'bd889dab4dd8c6e6605c4ec9677c666b1a83f236',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\valueobjects\\requestanalysisdata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\waf\\analysis\\valueobjects\\minimal',
|
|
3 => 'app\\framework\\waf\\analysis\\valueobjects\\hasbody',
|
|
4 => 'app\\framework\\waf\\analysis\\valueobjects\\hasfiles',
|
|
5 => 'app\\framework\\waf\\analysis\\valueobjects\\isjson',
|
|
6 => 'app\\framework\\waf\\analysis\\valueobjects\\isxml',
|
|
7 => 'app\\framework\\waf\\analysis\\valueobjects\\isformdata',
|
|
8 => 'app\\framework\\waf\\analysis\\valueobjects\\ismultipart',
|
|
9 => 'app\\framework\\waf\\analysis\\valueobjects\\getsize',
|
|
10 => 'app\\framework\\waf\\analysis\\valueobjects\\getheader',
|
|
11 => 'app\\framework\\waf\\analysis\\valueobjects\\hasheader',
|
|
12 => 'app\\framework\\waf\\analysis\\valueobjects\\getallparameters',
|
|
13 => 'app\\framework\\waf\\analysis\\valueobjects\\getparameter',
|
|
14 => 'app\\framework\\waf\\analysis\\valueobjects\\hasparameter',
|
|
15 => 'app\\framework\\waf\\analysis\\valueobjects\\getcookie',
|
|
16 => 'app\\framework\\waf\\analysis\\valueobjects\\hascookie',
|
|
17 => 'app\\framework\\waf\\analysis\\valueobjects\\getfile',
|
|
18 => 'app\\framework\\waf\\analysis\\valueobjects\\getfilenames',
|
|
19 => 'app\\framework\\waf\\analysis\\valueobjects\\getfilecount',
|
|
20 => 'app\\framework\\waf\\analysis\\valueobjects\\islocalhost',
|
|
21 => 'app\\framework\\waf\\analysis\\valueobjects\\isprivatenetwork',
|
|
22 => 'app\\framework\\waf\\analysis\\valueobjects\\getsummary',
|
|
23 => 'app\\framework\\waf\\analysis\\valueobjects\\toanalysisarray',
|
|
24 => 'app\\framework\\waf\\analysis\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Analysis/AnalysisResult.php' =>
|
|
array (
|
|
0 => '65b699534b0d45445a3a0b54e52cd67c7dded719',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\analysisresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\analysis\\__construct',
|
|
1 => 'app\\framework\\waf\\analysis\\success',
|
|
2 => 'app\\framework\\waf\\analysis\\failure',
|
|
3 => 'app\\framework\\waf\\analysis\\warning',
|
|
4 => 'app\\framework\\waf\\analysis\\withconfidence',
|
|
5 => 'app\\framework\\waf\\analysis\\withprocessingtime',
|
|
6 => 'app\\framework\\waf\\analysis\\withmetadata',
|
|
7 => 'app\\framework\\waf\\analysis\\isthreat',
|
|
8 => 'app\\framework\\waf\\analysis\\shouldblock',
|
|
9 => 'app\\framework\\waf\\analysis\\shouldalert',
|
|
10 => 'app\\framework\\waf\\analysis\\getriskscore',
|
|
11 => 'app\\framework\\waf\\analysis\\getfindingcount',
|
|
12 => 'app\\framework\\waf\\analysis\\getfindingsbytype',
|
|
13 => 'app\\framework\\waf\\analysis\\exceededexpectedtime',
|
|
14 => 'app\\framework\\waf\\analysis\\getperformanceassessment',
|
|
15 => 'app\\framework\\waf\\analysis\\getsummary',
|
|
16 => 'app\\framework\\waf\\analysis\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/PerformanceService.php' =>
|
|
array (
|
|
0 => '8087e2055541d7e33f46cfa74697e04b610b94dc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\performanceservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\__construct',
|
|
1 => 'app\\framework\\waf\\starttiming',
|
|
2 => 'app\\framework\\waf\\endtiming',
|
|
3 => 'app\\framework\\waf\\gettiming',
|
|
4 => 'app\\framework\\waf\\getalltimings',
|
|
5 => 'app\\framework\\waf\\recordmetric',
|
|
6 => 'app\\framework\\waf\\getmetric',
|
|
7 => 'app\\framework\\waf\\getlatestmetric',
|
|
8 => 'app\\framework\\waf\\getaveragemetric',
|
|
9 => 'app\\framework\\waf\\hasexceededtimeout',
|
|
10 => 'app\\framework\\waf\\gettotalprocessingtime',
|
|
11 => 'app\\framework\\waf\\getefficiencyscore',
|
|
12 => 'app\\framework\\waf\\isperformanceacceptable',
|
|
13 => 'app\\framework\\waf\\getwarnings',
|
|
14 => 'app\\framework\\waf\\reset',
|
|
15 => 'app\\framework\\waf\\getsummary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/LayerResult.php' =>
|
|
array (
|
|
0 => '73e8fd57a2d1aa15035226267549c2d1caf529f6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layerresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\__construct',
|
|
1 => 'app\\framework\\waf\\threat',
|
|
2 => 'app\\framework\\waf\\clean',
|
|
3 => 'app\\framework\\waf\\neutral',
|
|
4 => 'app\\framework\\waf\\suspicious',
|
|
5 => 'app\\framework\\waf\\error',
|
|
6 => 'app\\framework\\waf\\isthreat',
|
|
7 => 'app\\framework\\waf\\isclean',
|
|
8 => 'app\\framework\\waf\\haserror',
|
|
9 => 'app\\framework\\waf\\getaction',
|
|
10 => 'app\\framework\\waf\\getmessage',
|
|
11 => 'app\\framework\\waf\\getlayername',
|
|
12 => 'app\\framework\\waf\\hasdetections',
|
|
13 => 'app\\framework\\waf\\getdetections',
|
|
14 => 'app\\framework\\waf\\withexecutionduration',
|
|
15 => 'app\\framework\\waf\\withtimestamp',
|
|
16 => 'app\\framework\\waf\\withmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/WafEngine.php' =>
|
|
array (
|
|
0 => 'e77cfa066727250620a18cbbef2ffae79800fc62',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\wafengine',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\__construct',
|
|
1 => 'app\\framework\\waf\\registerlayer',
|
|
2 => 'app\\framework\\waf\\analyze',
|
|
3 => 'app\\framework\\waf\\analyzerequest',
|
|
4 => 'app\\framework\\waf\\processlayer',
|
|
5 => 'app\\framework\\waf\\getlayerresults',
|
|
6 => 'app\\framework\\waf\\getperformancestats',
|
|
7 => 'app\\framework\\waf\\updateconfig',
|
|
8 => 'app\\framework\\waf\\gethealthstatus',
|
|
9 => 'app\\framework\\waf\\getaverageprocessingtime',
|
|
10 => 'app\\framework\\waf\\createrequestanalysisdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/BaselineManager.php' =>
|
|
array (
|
|
0 => '12d82acbca602e20dc598f6d03bc303b8633f9f5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\baselinemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\getbaseline',
|
|
2 => 'app\\framework\\waf\\machinelearning\\updatebaseline',
|
|
3 => 'app\\framework\\waf\\machinelearning\\updatebaselineincremental',
|
|
4 => 'app\\framework\\waf\\machinelearning\\getbaselinesforbehaviortype',
|
|
5 => 'app\\framework\\waf\\machinelearning\\cleanexpiredbaselines',
|
|
6 => 'app\\framework\\waf\\machinelearning\\getbaselinestats',
|
|
7 => 'app\\framework\\waf\\machinelearning\\createinitialbaseline',
|
|
8 => 'app\\framework\\waf\\machinelearning\\updateexistingbaseline',
|
|
9 => 'app\\framework\\waf\\machinelearning\\incrementalupdate',
|
|
10 => 'app\\framework\\waf\\machinelearning\\calculatestatistics',
|
|
11 => 'app\\framework\\waf\\machinelearning\\calculatepercentile',
|
|
12 => 'app\\framework\\waf\\machinelearning\\calculateadaptivelearningrate',
|
|
13 => 'app\\framework\\waf\\machinelearning\\calculatebaselineconfidence',
|
|
14 => 'app\\framework\\waf\\machinelearning\\applyseasonaladjustment',
|
|
15 => 'app\\framework\\waf\\machinelearning\\recordfeature',
|
|
16 => 'app\\framework\\waf\\machinelearning\\shouldupdatebaseline',
|
|
17 => 'app\\framework\\waf\\machinelearning\\isbaselineexpired',
|
|
18 => 'app\\framework\\waf\\machinelearning\\generatebaselinekey',
|
|
19 => 'app\\framework\\waf\\machinelearning\\getbaselinebehaviortypes',
|
|
20 => 'app\\framework\\waf\\machinelearning\\recordbaselineupdate',
|
|
21 => 'app\\framework\\waf\\machinelearning\\getperformancemetrics',
|
|
22 => 'app\\framework\\waf\\machinelearning\\getconfiguration',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/Detectors/StatisticalAnomalyDetector.php' =>
|
|
array (
|
|
0 => '6286994f7649fac22b0aabcb324a391837c99bd1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\detectors\\statisticalanomalydetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\detectors\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\detectors\\getname',
|
|
2 => 'app\\framework\\waf\\machinelearning\\detectors\\getsupportedbehaviortypes',
|
|
3 => 'app\\framework\\waf\\machinelearning\\detectors\\cananalyze',
|
|
4 => 'app\\framework\\waf\\machinelearning\\detectors\\detectanomalies',
|
|
5 => 'app\\framework\\waf\\machinelearning\\detectors\\detectzscoreanomalies',
|
|
6 => 'app\\framework\\waf\\machinelearning\\detectors\\detectoutliers',
|
|
7 => 'app\\framework\\waf\\machinelearning\\detectors\\detecttrendanomalies',
|
|
8 => 'app\\framework\\waf\\machinelearning\\detectors\\detectfrequencyspikes',
|
|
9 => 'app\\framework\\waf\\machinelearning\\detectors\\detectpatterndeviations',
|
|
10 => 'app\\framework\\waf\\machinelearning\\detectors\\recordfeature',
|
|
11 => 'app\\framework\\waf\\machinelearning\\detectors\\getfeaturehistory',
|
|
12 => 'app\\framework\\waf\\machinelearning\\detectors\\calculatemovingaverage',
|
|
13 => 'app\\framework\\waf\\machinelearning\\detectors\\updatemodel',
|
|
14 => 'app\\framework\\waf\\machinelearning\\detectors\\getconfiguration',
|
|
15 => 'app\\framework\\waf\\machinelearning\\detectors\\isenabled',
|
|
16 => 'app\\framework\\waf\\machinelearning\\detectors\\getconfidencethreshold',
|
|
17 => 'app\\framework\\waf\\machinelearning\\detectors\\setconfidencethreshold',
|
|
18 => 'app\\framework\\waf\\machinelearning\\detectors\\getexpectedprocessingtime',
|
|
19 => 'app\\framework\\waf\\machinelearning\\detectors\\supportsrealtime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/Detectors/ClusteringAnomalyDetector.php' =>
|
|
array (
|
|
0 => '66acabb1b0dbc91c024ff7d34647ed3a3738403b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\detectors\\clusteringanomalydetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\detectors\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\detectors\\getname',
|
|
2 => 'app\\framework\\waf\\machinelearning\\detectors\\getsupportedbehaviortypes',
|
|
3 => 'app\\framework\\waf\\machinelearning\\detectors\\cananalyze',
|
|
4 => 'app\\framework\\waf\\machinelearning\\detectors\\detectanomalies',
|
|
5 => 'app\\framework\\waf\\machinelearning\\detectors\\groupfeaturesbytype',
|
|
6 => 'app\\framework\\waf\\machinelearning\\detectors\\featurestovectors',
|
|
7 => 'app\\framework\\waf\\machinelearning\\detectors\\performclustering',
|
|
8 => 'app\\framework\\waf\\machinelearning\\detectors\\initializeclustercenters',
|
|
9 => 'app\\framework\\waf\\machinelearning\\detectors\\assignpointstoclusters',
|
|
10 => 'app\\framework\\waf\\machinelearning\\detectors\\updateclustercenters',
|
|
11 => 'app\\framework\\waf\\machinelearning\\detectors\\detectclusteranomalies',
|
|
12 => 'app\\framework\\waf\\machinelearning\\detectors\\detectdensityanomalies',
|
|
13 => 'app\\framework\\waf\\machinelearning\\detectors\\detectgroupanomalies',
|
|
14 => 'app\\framework\\waf\\machinelearning\\detectors\\getfeaturesforcluster',
|
|
15 => 'app\\framework\\waf\\machinelearning\\detectors\\extractnumericvector',
|
|
16 => 'app\\framework\\waf\\machinelearning\\detectors\\calculateeuclideandistance',
|
|
17 => 'app\\framework\\waf\\machinelearning\\detectors\\calculatecentroid',
|
|
18 => 'app\\framework\\waf\\machinelearning\\detectors\\calculateclusteringcost',
|
|
19 => 'app\\framework\\waf\\machinelearning\\detectors\\calculatelocaloutlierfactor',
|
|
20 => 'app\\framework\\waf\\machinelearning\\detectors\\calculatelocalreachabilitydensity',
|
|
21 => 'app\\framework\\waf\\machinelearning\\detectors\\getknearestneighbors',
|
|
22 => 'app\\framework\\waf\\machinelearning\\detectors\\updatemodel',
|
|
23 => 'app\\framework\\waf\\machinelearning\\detectors\\getconfiguration',
|
|
24 => 'app\\framework\\waf\\machinelearning\\detectors\\isenabled',
|
|
25 => 'app\\framework\\waf\\machinelearning\\detectors\\getconfidencethreshold',
|
|
26 => 'app\\framework\\waf\\machinelearning\\detectors\\setconfidencethreshold',
|
|
27 => 'app\\framework\\waf\\machinelearning\\detectors\\getexpectedprocessingtime',
|
|
28 => 'app\\framework\\waf\\machinelearning\\detectors\\supportsrealtime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/MachineLearningEngine.php' =>
|
|
array (
|
|
0 => 'b898560bae3d753ecf2990a258db4cf867f56def',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\machinelearningengine',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\analyzerequest',
|
|
2 => 'app\\framework\\waf\\machinelearning\\extractfeatures',
|
|
3 => 'app\\framework\\waf\\machinelearning\\detectanomalies',
|
|
4 => 'app\\framework\\waf\\machinelearning\\getbaselines',
|
|
5 => 'app\\framework\\waf\\machinelearning\\createbaselinefromfeatures',
|
|
6 => 'app\\framework\\waf\\machinelearning\\getrelevantbaseline',
|
|
7 => 'app\\framework\\waf\\machinelearning\\validatefeatures',
|
|
8 => 'app\\framework\\waf\\machinelearning\\calculateoverallconfidence',
|
|
9 => 'app\\framework\\waf\\machinelearning\\updatemodels',
|
|
10 => 'app\\framework\\waf\\machinelearning\\deduplicateandrankanomalies',
|
|
11 => 'app\\framework\\waf\\machinelearning\\generatefeaturecachekey',
|
|
12 => 'app\\framework\\waf\\machinelearning\\getextractorresults',
|
|
13 => 'app\\framework\\waf\\machinelearning\\getdetectorresults',
|
|
14 => 'app\\framework\\waf\\machinelearning\\getbaselinestats',
|
|
15 => 'app\\framework\\waf\\machinelearning\\recordperformancemetrics',
|
|
16 => 'app\\framework\\waf\\machinelearning\\getperformancestats',
|
|
17 => 'app\\framework\\waf\\machinelearning\\getconfiguration',
|
|
18 => 'app\\framework\\waf\\machinelearning\\isenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/Extractors/PatternFeatureExtractor.php' =>
|
|
array (
|
|
0 => '3c8599562709d74813e5fb478a1a31d8228925a3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\extractors\\patternfeatureextractor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\extractors\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\extractors\\getbehaviortype',
|
|
2 => 'app\\framework\\waf\\machinelearning\\extractors\\canextract',
|
|
3 => 'app\\framework\\waf\\machinelearning\\extractors\\extractfeatures',
|
|
4 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathfeatures',
|
|
5 => 'app\\framework\\waf\\machinelearning\\extractors\\extractparameterfeatures',
|
|
6 => 'app\\framework\\waf\\machinelearning\\extractors\\extractsequencefeatures',
|
|
7 => 'app\\framework\\waf\\machinelearning\\extractors\\extractstructurefeatures',
|
|
8 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathdepth',
|
|
9 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathcomplexity',
|
|
10 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathentropy',
|
|
11 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathuniqueness',
|
|
12 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathrepetition',
|
|
13 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathdiversity',
|
|
14 => 'app\\framework\\waf\\machinelearning\\extractors\\extractsuspiciouspathscore',
|
|
15 => 'app\\framework\\waf\\machinelearning\\extractors\\extractfileextensionpattern',
|
|
16 => 'app\\framework\\waf\\machinelearning\\extractors\\extractdirectorytraversalscore',
|
|
17 => 'app\\framework\\waf\\machinelearning\\extractors\\extractparametercount',
|
|
18 => 'app\\framework\\waf\\machinelearning\\extractors\\extractparametercomplexity',
|
|
19 => 'app\\framework\\waf\\machinelearning\\extractors\\extractparameterentropy',
|
|
20 => 'app\\framework\\waf\\machinelearning\\extractors\\extractparameteruniqueness',
|
|
21 => 'app\\framework\\waf\\machinelearning\\extractors\\extractparameterkeydiversity',
|
|
22 => 'app\\framework\\waf\\machinelearning\\extractors\\extractparametervalueentropy',
|
|
23 => 'app\\framework\\waf\\machinelearning\\extractors\\extractsuspiciousparameterscore',
|
|
24 => 'app\\framework\\waf\\machinelearning\\extractors\\extractinjectionpatternscore',
|
|
25 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathsequenceentropy',
|
|
26 => 'app\\framework\\waf\\machinelearning\\extractors\\extractpathtransitionscore',
|
|
27 => 'app\\framework\\waf\\machinelearning\\extractors\\extractnavigationpattern',
|
|
28 => 'app\\framework\\waf\\machinelearning\\extractors\\extractrequestcomplexity',
|
|
29 => 'app\\framework\\waf\\machinelearning\\extractors\\extractheadertobodyratio',
|
|
30 => 'app\\framework\\waf\\machinelearning\\extractors\\extractcontenttypeconsistency',
|
|
31 => 'app\\framework\\waf\\machinelearning\\extractors\\recordpatterns',
|
|
32 => 'app\\framework\\waf\\machinelearning\\extractors\\getclientid',
|
|
33 => 'app\\framework\\waf\\machinelearning\\extractors\\getfeaturenames',
|
|
34 => 'app\\framework\\waf\\machinelearning\\extractors\\getconfiguration',
|
|
35 => 'app\\framework\\waf\\machinelearning\\extractors\\isenabled',
|
|
36 => 'app\\framework\\waf\\machinelearning\\extractors\\getpriority',
|
|
37 => 'app\\framework\\waf\\machinelearning\\extractors\\getexpectedprocessingtime',
|
|
38 => 'app\\framework\\waf\\machinelearning\\extractors\\supportsparallelexecution',
|
|
39 => 'app\\framework\\waf\\machinelearning\\extractors\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/Extractors/FrequencyFeatureExtractor.php' =>
|
|
array (
|
|
0 => '7c120f7d84b29051926db561096dda79a3bc3ec6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\extractors\\frequencyfeatureextractor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\extractors\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\extractors\\getbehaviortype',
|
|
2 => 'app\\framework\\waf\\machinelearning\\extractors\\canextract',
|
|
3 => 'app\\framework\\waf\\machinelearning\\extractors\\extractfeatures',
|
|
4 => 'app\\framework\\waf\\machinelearning\\extractors\\extractrequestrate',
|
|
5 => 'app\\framework\\waf\\machinelearning\\extractors\\extractburstrate',
|
|
6 => 'app\\framework\\waf\\machinelearning\\extractors\\extractsustainedrate',
|
|
7 => 'app\\framework\\waf\\machinelearning\\extractors\\extractinterarrivalvariance',
|
|
8 => 'app\\framework\\waf\\machinelearning\\extractors\\extractrequestspacing',
|
|
9 => 'app\\framework\\waf\\machinelearning\\extractors\\extractperiodicityscore',
|
|
10 => 'app\\framework\\waf\\machinelearning\\extractors\\extracttimeofdaypattern',
|
|
11 => 'app\\framework\\waf\\machinelearning\\extractors\\extractweekdaypattern',
|
|
12 => 'app\\framework\\waf\\machinelearning\\extractors\\extractfrequencyentropy',
|
|
13 => 'app\\framework\\waf\\machinelearning\\extractors\\extractburstiness',
|
|
14 => 'app\\framework\\waf\\machinelearning\\extractors\\recordrequest',
|
|
15 => 'app\\framework\\waf\\machinelearning\\extractors\\cleanoldrequests',
|
|
16 => 'app\\framework\\waf\\machinelearning\\extractors\\getrequesthistory',
|
|
17 => 'app\\framework\\waf\\machinelearning\\extractors\\getclientid',
|
|
18 => 'app\\framework\\waf\\machinelearning\\extractors\\calculateautocorrelation',
|
|
19 => 'app\\framework\\waf\\machinelearning\\extractors\\getfeaturenames',
|
|
20 => 'app\\framework\\waf\\machinelearning\\extractors\\getconfiguration',
|
|
21 => 'app\\framework\\waf\\machinelearning\\extractors\\isenabled',
|
|
22 => 'app\\framework\\waf\\machinelearning\\extractors\\getpriority',
|
|
23 => 'app\\framework\\waf\\machinelearning\\extractors\\getexpectedprocessingtime',
|
|
24 => 'app\\framework\\waf\\machinelearning\\extractors\\supportsparallelexecution',
|
|
25 => 'app\\framework\\waf\\machinelearning\\extractors\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/AnomalyDetectorInterface.php' =>
|
|
array (
|
|
0 => '68d76c37e9a8b13fa1f48640319ff5c3716038d4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\anomalydetectorinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\getname',
|
|
1 => 'app\\framework\\waf\\machinelearning\\getsupportedbehaviortypes',
|
|
2 => 'app\\framework\\waf\\machinelearning\\cananalyze',
|
|
3 => 'app\\framework\\waf\\machinelearning\\detectanomalies',
|
|
4 => 'app\\framework\\waf\\machinelearning\\updatemodel',
|
|
5 => 'app\\framework\\waf\\machinelearning\\getconfiguration',
|
|
6 => 'app\\framework\\waf\\machinelearning\\isenabled',
|
|
7 => 'app\\framework\\waf\\machinelearning\\getconfidencethreshold',
|
|
8 => 'app\\framework\\waf\\machinelearning\\setconfidencethreshold',
|
|
9 => 'app\\framework\\waf\\machinelearning\\getexpectedprocessingtime',
|
|
10 => 'app\\framework\\waf\\machinelearning\\supportsrealtime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/FeatureExtractorInterface.php' =>
|
|
array (
|
|
0 => 'd5384633fb6251405a1d6acc13bc26a180a2bd7c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\featureextractorinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\getbehaviortype',
|
|
1 => 'app\\framework\\waf\\machinelearning\\canextract',
|
|
2 => 'app\\framework\\waf\\machinelearning\\extractfeatures',
|
|
3 => 'app\\framework\\waf\\machinelearning\\getfeaturenames',
|
|
4 => 'app\\framework\\waf\\machinelearning\\getconfiguration',
|
|
5 => 'app\\framework\\waf\\machinelearning\\isenabled',
|
|
6 => 'app\\framework\\waf\\machinelearning\\getpriority',
|
|
7 => 'app\\framework\\waf\\machinelearning\\getexpectedprocessingtime',
|
|
8 => 'app\\framework\\waf\\machinelearning\\supportsparallelexecution',
|
|
9 => 'app\\framework\\waf\\machinelearning\\getdependencies',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/AnomalyType.php' =>
|
|
array (
|
|
0 => 'fdf7f4d7a2e3ec67f1e7bbd7a2ee2ee3d80b4ab3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\anomalytype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\getdescription',
|
|
1 => 'app\\framework\\waf\\machinelearning\\getconfidencethreshold',
|
|
2 => 'app\\framework\\waf\\machinelearning\\getseveritylevel',
|
|
3 => 'app\\framework\\waf\\machinelearning\\requiresimmediateaction',
|
|
4 => 'app\\framework\\waf\\machinelearning\\getrecommendedaction',
|
|
5 => 'app\\framework\\waf\\machinelearning\\getanalysiscomplexity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/BehaviorType.php' =>
|
|
array (
|
|
0 => '75f91b97579e0eaab7d119c2b389233869aae154',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\behaviortype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\getdescription',
|
|
1 => 'app\\framework\\waf\\machinelearning\\getweight',
|
|
2 => 'app\\framework\\waf\\machinelearning\\getminsamplesize',
|
|
3 => 'app\\framework\\waf\\machinelearning\\getanalysiswindow',
|
|
4 => 'app\\framework\\waf\\machinelearning\\requiresrealtime',
|
|
5 => 'app\\framework\\waf\\machinelearning\\getall',
|
|
6 => 'app\\framework\\waf\\machinelearning\\getrealtime',
|
|
7 => 'app\\framework\\waf\\machinelearning\\getbatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/MachineLearningResult.php' =>
|
|
array (
|
|
0 => '55a27a8bf45cc463646a52a777a01595aac87bce',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\machinelearningresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\hasanomalies',
|
|
2 => 'app\\framework\\waf\\machinelearning\\getmaxanomalyscore',
|
|
3 => 'app\\framework\\waf\\machinelearning\\getanomaliesbytype',
|
|
4 => 'app\\framework\\waf\\machinelearning\\getfeaturesbybehaviortype',
|
|
5 => 'app\\framework\\waf\\machinelearning\\getcriticalanomalies',
|
|
6 => 'app\\framework\\waf\\machinelearning\\getsummary',
|
|
7 => 'app\\framework\\waf\\machinelearning\\getdetailedreport',
|
|
8 => 'app\\framework\\waf\\machinelearning\\toarray',
|
|
9 => 'app\\framework\\waf\\machinelearning\\issuccessful',
|
|
10 => 'app\\framework\\waf\\machinelearning\\requiresimmediateaction',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/ValueObjects/AnomalyDetection.php' =>
|
|
array (
|
|
0 => 'fa3acbdfacfaa22189248dd65d65048d11dd796a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\valueobjects\\anomalydetection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\valueobjects\\create',
|
|
2 => 'app\\framework\\waf\\machinelearning\\valueobjects\\frequencyspike',
|
|
3 => 'app\\framework\\waf\\machinelearning\\valueobjects\\geographicanomaly',
|
|
4 => 'app\\framework\\waf\\machinelearning\\valueobjects\\patterndeviation',
|
|
5 => 'app\\framework\\waf\\machinelearning\\valueobjects\\statisticalanomaly',
|
|
6 => 'app\\framework\\waf\\machinelearning\\valueobjects\\withclientid',
|
|
7 => 'app\\framework\\waf\\machinelearning\\valueobjects\\withsessionid',
|
|
8 => 'app\\framework\\waf\\machinelearning\\valueobjects\\withanalysiswindow',
|
|
9 => 'app\\framework\\waf\\machinelearning\\valueobjects\\requiresimmediateaction',
|
|
10 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getrisklevel',
|
|
11 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getrecommendedaction',
|
|
12 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getseverityscore',
|
|
13 => 'app\\framework\\waf\\machinelearning\\valueobjects\\toarray',
|
|
14 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getsummary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/ValueObjects/BehaviorFeature.php' =>
|
|
array (
|
|
0 => 'e6a4fb1d8fd2ec49bb3dd404356c96ddfec017db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\valueobjects\\behaviorfeature',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\valueobjects\\create',
|
|
2 => 'app\\framework\\waf\\machinelearning\\valueobjects\\frequency',
|
|
3 => 'app\\framework\\waf\\machinelearning\\valueobjects\\ratio',
|
|
4 => 'app\\framework\\waf\\machinelearning\\valueobjects\\entropy',
|
|
5 => 'app\\framework\\waf\\machinelearning\\valueobjects\\statistical',
|
|
6 => 'app\\framework\\waf\\machinelearning\\valueobjects\\isanomalous',
|
|
7 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getanomalyscore',
|
|
8 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getimportanceweight',
|
|
9 => 'app\\framework\\waf\\machinelearning\\valueobjects\\combinewith',
|
|
10 => 'app\\framework\\waf\\machinelearning\\valueobjects\\toarray',
|
|
11 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculatemedian',
|
|
12 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculatestandarddeviation',
|
|
13 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculatevariance',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/MachineLearning/ValueObjects/BehaviorBaseline.php' =>
|
|
array (
|
|
0 => '5e6a187a474b79909e7702ef6ad780e0cdd4226b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\valueobjects\\behaviorbaseline',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\machinelearning\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\machinelearning\\valueobjects\\fromstatistics',
|
|
2 => 'app\\framework\\waf\\machinelearning\\valueobjects\\updatewith',
|
|
3 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculatezscore',
|
|
4 => 'app\\framework\\waf\\machinelearning\\valueobjects\\isanomalous',
|
|
5 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getanomalyscore',
|
|
6 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getpercentilerank',
|
|
7 => 'app\\framework\\waf\\machinelearning\\valueobjects\\isreliable',
|
|
8 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getage',
|
|
9 => 'app\\framework\\waf\\machinelearning\\valueobjects\\needsrefresh',
|
|
10 => 'app\\framework\\waf\\machinelearning\\valueobjects\\createfeature',
|
|
11 => 'app\\framework\\waf\\machinelearning\\valueobjects\\getsummary',
|
|
12 => 'app\\framework\\waf\\machinelearning\\valueobjects\\toarray',
|
|
13 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculatevariance',
|
|
14 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculatepercentile',
|
|
15 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculateconfidence',
|
|
16 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculateskewness',
|
|
17 => 'app\\framework\\waf\\machinelearning\\valueobjects\\calculatekurtosis',
|
|
18 => 'app\\framework\\waf\\machinelearning\\valueobjects\\erf',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/DetectionCategory.php' =>
|
|
array (
|
|
0 => 'd7f7f7d5359113bf0ef1617776adac26445134d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\detectioncategory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\getowasprank',
|
|
1 => 'app\\framework\\waf\\isowasptop10',
|
|
2 => 'app\\framework\\waf\\getdefaultseverity',
|
|
3 => 'app\\framework\\waf\\shouldautoblock',
|
|
4 => 'app\\framework\\waf\\getdescription',
|
|
5 => 'app\\framework\\waf\\getrelatedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/RuleEngine.php' =>
|
|
array (
|
|
0 => '2c225f332dad0eceb78145374f0bd0ee42173b99',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\ruleengine',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\__construct',
|
|
1 => 'app\\framework\\waf\\rules\\addrule',
|
|
2 => 'app\\framework\\waf\\rules\\addrules',
|
|
3 => 'app\\framework\\waf\\rules\\removerule',
|
|
4 => 'app\\framework\\waf\\rules\\enablerule',
|
|
5 => 'app\\framework\\waf\\rules\\disablerule',
|
|
6 => 'app\\framework\\waf\\rules\\getrule',
|
|
7 => 'app\\framework\\waf\\rules\\getrules',
|
|
8 => 'app\\framework\\waf\\rules\\getenabledrules',
|
|
9 => 'app\\framework\\waf\\rules\\getrulesbycategory',
|
|
10 => 'app\\framework\\waf\\rules\\getrulesbytag',
|
|
11 => 'app\\framework\\waf\\rules\\evaluateall',
|
|
12 => 'app\\framework\\waf\\rules\\evaluatecategories',
|
|
13 => 'app\\framework\\waf\\rules\\quickevaluate',
|
|
14 => 'app\\framework\\waf\\rules\\getstatistics',
|
|
15 => 'app\\framework\\waf\\rules\\getperformancemetrics',
|
|
16 => 'app\\framework\\waf\\rules\\clearrules',
|
|
17 => 'app\\framework\\waf\\rules\\updateevaluationstats',
|
|
18 => 'app\\framework\\waf\\rules\\calculatesuccessrate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/Rule.php' =>
|
|
array (
|
|
0 => '074cb17375e88c69d2e8f2d31cf52c50596fa58e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\rule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\__construct',
|
|
1 => 'app\\framework\\waf\\rules\\sqlinjectiondetection',
|
|
2 => 'app\\framework\\waf\\rules\\xssdetection',
|
|
3 => 'app\\framework\\waf\\rules\\pathtraversaldetection',
|
|
4 => 'app\\framework\\waf\\rules\\commandinjectiondetection',
|
|
5 => 'app\\framework\\waf\\rules\\useragentvalidation',
|
|
6 => 'app\\framework\\waf\\rules\\fileuploadvalidation',
|
|
7 => 'app\\framework\\waf\\rules\\evaluate',
|
|
8 => 'app\\framework\\waf\\rules\\enable',
|
|
9 => 'app\\framework\\waf\\rules\\disable',
|
|
10 => 'app\\framework\\waf\\rules\\withconfidencethreshold',
|
|
11 => 'app\\framework\\waf\\rules\\withpriority',
|
|
12 => 'app\\framework\\waf\\rules\\withtags',
|
|
13 => 'app\\framework\\waf\\rules\\hastag',
|
|
14 => 'app\\framework\\waf\\rules\\isowasptop10',
|
|
15 => 'app\\framework\\waf\\rules\\getcomplexityscore',
|
|
16 => 'app\\framework\\waf\\rules\\isexpensive',
|
|
17 => 'app\\framework\\waf\\rules\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/OWASPCoreRuleSet.php' =>
|
|
array (
|
|
0 => 'dac5407466e54652c973a8e83e94567a55450482',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\owaspcoreruleset',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\getallrules',
|
|
1 => 'app\\framework\\waf\\rules\\getsqlinjectionrules',
|
|
2 => 'app\\framework\\waf\\rules\\getxssrules',
|
|
3 => 'app\\framework\\waf\\rules\\getpathtraversalrules',
|
|
4 => 'app\\framework\\waf\\rules\\getcommandinjectionrules',
|
|
5 => 'app\\framework\\waf\\rules\\getfileuploadrules',
|
|
6 => 'app\\framework\\waf\\rules\\getuseragentrules',
|
|
7 => 'app\\framework\\waf\\rules\\gethttpprotocolrules',
|
|
8 => 'app\\framework\\waf\\rules\\getapplicationattackrules',
|
|
9 => 'app\\framework\\waf\\rules\\getgenericattackrules',
|
|
10 => 'app\\framework\\waf\\rules\\getowasptop10rules',
|
|
11 => 'app\\framework\\waf\\rules\\getcriticalrules',
|
|
12 => 'app\\framework\\waf\\rules\\gethighpriorityrules',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/RuleAction.php' =>
|
|
array (
|
|
0 => 'dc5910ade42f3a2766dfdc050c78f47589464bb3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\ruleaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\getdescription',
|
|
1 => 'app\\framework\\waf\\rules\\getdefaulthttpstatus',
|
|
2 => 'app\\framework\\waf\\rules\\blocksrequest',
|
|
3 => 'app\\framework\\waf\\rules\\allowscontinuation',
|
|
4 => 'app\\framework\\waf\\rules\\requireslogging',
|
|
5 => 'app\\framework\\waf\\rules\\getloglevel',
|
|
6 => 'app\\framework\\waf\\rules\\affectsanomalyscore',
|
|
7 => 'app\\framework\\waf\\rules\\getanomalyscoreimpact',
|
|
8 => 'app\\framework\\waf\\rules\\canbechained',
|
|
9 => 'app\\framework\\waf\\rules\\requiresparameters',
|
|
10 => 'app\\framework\\waf\\rules\\getrequiredparameters',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/ValueObjects/RuleCondition.php' =>
|
|
array (
|
|
0 => '79bace5732a06d3a4bfe9d8ce674fa43c5fb86ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\valueobjects\\rulecondition',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\rules\\valueobjects\\header',
|
|
2 => 'app\\framework\\waf\\rules\\valueobjects\\queryparameter',
|
|
3 => 'app\\framework\\waf\\rules\\valueobjects\\postparameter',
|
|
4 => 'app\\framework\\waf\\rules\\valueobjects\\requestbody',
|
|
5 => 'app\\framework\\waf\\rules\\valueobjects\\urlpath',
|
|
6 => 'app\\framework\\waf\\rules\\valueobjects\\httpmethod',
|
|
7 => 'app\\framework\\waf\\rules\\valueobjects\\useragent',
|
|
8 => 'app\\framework\\waf\\rules\\valueobjects\\contenttype',
|
|
9 => 'app\\framework\\waf\\rules\\valueobjects\\cookie',
|
|
10 => 'app\\framework\\waf\\rules\\valueobjects\\withtransformation',
|
|
11 => 'app\\framework\\waf\\rules\\valueobjects\\negate',
|
|
12 => 'app\\framework\\waf\\rules\\valueobjects\\extractvalue',
|
|
13 => 'app\\framework\\waf\\rules\\valueobjects\\evaluate',
|
|
14 => 'app\\framework\\waf\\rules\\valueobjects\\getmatches',
|
|
15 => 'app\\framework\\waf\\rules\\valueobjects\\targetssensitivedata',
|
|
16 => 'app\\framework\\waf\\rules\\valueobjects\\gettargetdescription',
|
|
17 => 'app\\framework\\waf\\rules\\valueobjects\\toarray',
|
|
18 => 'app\\framework\\waf\\rules\\valueobjects\\applytransformation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/ValueObjects/RuleMatch.php' =>
|
|
array (
|
|
0 => '018fbcf82ed7d037ada298bf8a053bd66157be9f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\valueobjects\\rulematch',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\rules\\valueobjects\\fromcondition',
|
|
2 => 'app\\framework\\waf\\rules\\valueobjects\\highconfidence',
|
|
3 => 'app\\framework\\waf\\rules\\valueobjects\\getsanitizedmatchedvalue',
|
|
4 => 'app\\framework\\waf\\rules\\valueobjects\\getmatchexcerpt',
|
|
5 => 'app\\framework\\waf\\rules\\valueobjects\\ishighseveritythreat',
|
|
6 => 'app\\framework\\waf\\rules\\valueobjects\\shouldblock',
|
|
7 => 'app\\framework\\waf\\rules\\valueobjects\\shouldalert',
|
|
8 => 'app\\framework\\waf\\rules\\valueobjects\\getowaspinfo',
|
|
9 => 'app\\framework\\waf\\rules\\valueobjects\\getperformancemetrics',
|
|
10 => 'app\\framework\\waf\\rules\\valueobjects\\withmetadata',
|
|
11 => 'app\\framework\\waf\\rules\\valueobjects\\toarray',
|
|
12 => 'app\\framework\\waf\\rules\\valueobjects\\calculateconfidence',
|
|
13 => 'app\\framework\\waf\\rules\\valueobjects\\generatemessage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/ValueObjects/RulePattern.php' =>
|
|
array (
|
|
0 => '86504bf2c8e56523b10d5074533db27fde6e4c32',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\valueobjects\\rulepattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\rules\\valueobjects\\string',
|
|
2 => 'app\\framework\\waf\\rules\\valueobjects\\regex',
|
|
3 => 'app\\framework\\waf\\rules\\valueobjects\\stringignorecase',
|
|
4 => 'app\\framework\\waf\\rules\\valueobjects\\sqlinjection',
|
|
5 => 'app\\framework\\waf\\rules\\valueobjects\\xssdetection',
|
|
6 => 'app\\framework\\waf\\rules\\valueobjects\\pathtraversal',
|
|
7 => 'app\\framework\\waf\\rules\\valueobjects\\commandinjection',
|
|
8 => 'app\\framework\\waf\\rules\\valueobjects\\phpcodeinjection',
|
|
9 => 'app\\framework\\waf\\rules\\valueobjects\\matches',
|
|
10 => 'app\\framework\\waf\\rules\\valueobjects\\getallmatches',
|
|
11 => 'app\\framework\\waf\\rules\\valueobjects\\getmatchposition',
|
|
12 => 'app\\framework\\waf\\rules\\valueobjects\\getcompiledregex',
|
|
13 => 'app\\framework\\waf\\rules\\valueobjects\\ispotentiallydangerous',
|
|
14 => 'app\\framework\\waf\\rules\\valueobjects\\toarray',
|
|
15 => 'app\\framework\\waf\\rules\\valueobjects\\matchesregex',
|
|
16 => 'app\\framework\\waf\\rules\\valueobjects\\matchesstring',
|
|
17 => 'app\\framework\\waf\\rules\\valueobjects\\validate',
|
|
18 => 'app\\framework\\waf\\rules\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/RuleEvaluationResult.php' =>
|
|
array (
|
|
0 => '9f16c4dc10e91434e39d2b22a2f3aa919ed6dc45',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\ruleevaluationresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\__construct',
|
|
1 => 'app\\framework\\waf\\rules\\hasmatches',
|
|
2 => 'app\\framework\\waf\\rules\\getmatchcount',
|
|
3 => 'app\\framework\\waf\\rules\\getmatchesbyseverity',
|
|
4 => 'app\\framework\\waf\\rules\\getcriticalmatches',
|
|
5 => 'app\\framework\\waf\\rules\\gethighseveritymatches',
|
|
6 => 'app\\framework\\waf\\rules\\getblockingmatches',
|
|
7 => 'app\\framework\\waf\\rules\\getalertingmatches',
|
|
8 => 'app\\framework\\waf\\rules\\getowasptop10matches',
|
|
9 => 'app\\framework\\waf\\rules\\getmatchesbycategory',
|
|
10 => 'app\\framework\\waf\\rules\\shouldblock',
|
|
11 => 'app\\framework\\waf\\rules\\shouldalert',
|
|
12 => 'app\\framework\\waf\\rules\\haserrors',
|
|
13 => 'app\\framework\\waf\\rules\\gethighestseverity',
|
|
14 => 'app\\framework\\waf\\rules\\getmatchedcategories',
|
|
15 => 'app\\framework\\waf\\rules\\getmatchedruleids',
|
|
16 => 'app\\framework\\waf\\rules\\getoverallconfidence',
|
|
17 => 'app\\framework\\waf\\rules\\getthreatscore',
|
|
18 => 'app\\framework\\waf\\rules\\getperformancesummary',
|
|
19 => 'app\\framework\\waf\\rules\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Rules/RuleType.php' =>
|
|
array (
|
|
0 => 'cb3273db9984fef87afe2b2ed566a4df1dc46ecc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\ruletype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\rules\\getdescription',
|
|
1 => 'app\\framework\\waf\\rules\\getdefaultpriority',
|
|
2 => 'app\\framework\\waf\\rules\\requiresbody',
|
|
3 => 'app\\framework\\waf\\rules\\isexpensive',
|
|
4 => 'app\\framework\\waf\\rules\\cancausefalsepositives',
|
|
5 => 'app\\framework\\waf\\rules\\getprocessingtimecategory',
|
|
6 => 'app\\framework\\waf\\rules\\supportscaching',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ThreatAssessment.php' =>
|
|
array (
|
|
0 => '64d6d40d723a301ac6ab6399fa0783a0b98fffef',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\threatassessment',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\__construct',
|
|
1 => 'app\\framework\\waf\\fromdetections',
|
|
2 => 'app\\framework\\waf\\empty',
|
|
3 => 'app\\framework\\waf\\createempty',
|
|
4 => 'app\\framework\\waf\\shouldblock',
|
|
5 => 'app\\framework\\waf\\shouldalert',
|
|
6 => 'app\\framework\\waf\\requiresimmediateaction',
|
|
7 => 'app\\framework\\waf\\getrisklevel',
|
|
8 => 'app\\framework\\waf\\getthreatcategories',
|
|
9 => 'app\\framework\\waf\\getdetectionsbyseverity',
|
|
10 => 'app\\framework\\waf\\getdetectionsbycategory',
|
|
11 => 'app\\framework\\waf\\getowasptop10detections',
|
|
12 => 'app\\framework\\waf\\getblockingdetections',
|
|
13 => 'app\\framework\\waf\\hasblockingdetection',
|
|
14 => 'app\\framework\\waf\\isempty',
|
|
15 => 'app\\framework\\waf\\getdetectioncount',
|
|
16 => 'app\\framework\\waf\\merge',
|
|
17 => 'app\\framework\\waf\\toarray',
|
|
18 => 'app\\framework\\waf\\calculateoverallthreatscore',
|
|
19 => 'app\\framework\\waf\\findmaxseverity',
|
|
20 => 'app\\framework\\waf\\countowasptop10',
|
|
21 => 'app\\framework\\waf\\countbyseverity',
|
|
22 => 'app\\framework\\waf\\calculateaverageconfidence',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/ResultMetadata.php' =>
|
|
array (
|
|
0 => '6dae15ad6c954cf16db3911a5b0b91afc3acd660',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\resultmetadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\empty',
|
|
2 => 'app\\framework\\waf\\valueobjects\\withconfidence',
|
|
3 => 'app\\framework\\waf\\valueobjects\\withrule',
|
|
4 => 'app\\framework\\waf\\valueobjects\\withattackvector',
|
|
5 => 'app\\framework\\waf\\valueobjects\\withrequestcontext',
|
|
6 => 'app\\framework\\waf\\valueobjects\\hasconfidence',
|
|
7 => 'app\\framework\\waf\\valueobjects\\hasrule',
|
|
8 => 'app\\framework\\waf\\valueobjects\\hasattackvector',
|
|
9 => 'app\\framework\\waf\\valueobjects\\hasrequestcontext',
|
|
10 => 'app\\framework\\waf\\valueobjects\\merge',
|
|
11 => 'app\\framework\\waf\\valueobjects\\withpayloadsample',
|
|
12 => 'app\\framework\\waf\\valueobjects\\withcontext',
|
|
13 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/BusinessContext.php' =>
|
|
array (
|
|
0 => 'efa5bdc49072d52faffac8272eb0ee936020435d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\businesscontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/SessionContext.php' =>
|
|
array (
|
|
0 => '758018395a73412e8ce87fa63364b3cfd5df84d0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\sessioncontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/AdditionalContext.php' =>
|
|
array (
|
|
0 => '236071e5573118d28d1322af2aef636b63ea822c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\additionalcontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\empty',
|
|
2 => 'app\\framework\\waf\\valueobjects\\withrequest',
|
|
3 => 'app\\framework\\waf\\valueobjects\\withsession',
|
|
4 => 'app\\framework\\waf\\valueobjects\\withgeographic',
|
|
5 => 'app\\framework\\waf\\valueobjects\\withcustomdata',
|
|
6 => 'app\\framework\\waf\\valueobjects\\hasrequest',
|
|
7 => 'app\\framework\\waf\\valueobjects\\hassession',
|
|
8 => 'app\\framework\\waf\\valueobjects\\hasgeographic',
|
|
9 => 'app\\framework\\waf\\valueobjects\\hastechnical',
|
|
10 => 'app\\framework\\waf\\valueobjects\\hasbusiness',
|
|
11 => 'app\\framework\\waf\\valueobjects\\hascustomdata',
|
|
12 => 'app\\framework\\waf\\valueobjects\\merge',
|
|
13 => 'app\\framework\\waf\\valueobjects\\addrequest',
|
|
14 => 'app\\framework\\waf\\valueobjects\\addsession',
|
|
15 => 'app\\framework\\waf\\valueobjects\\addgeographic',
|
|
16 => 'app\\framework\\waf\\valueobjects\\addtechnical',
|
|
17 => 'app\\framework\\waf\\valueobjects\\addbusiness',
|
|
18 => 'app\\framework\\waf\\valueobjects\\addcustomdata',
|
|
19 => 'app\\framework\\waf\\valueobjects\\getcustomvalue',
|
|
20 => 'app\\framework\\waf\\valueobjects\\hascustomkey',
|
|
21 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/PayloadSample.php' =>
|
|
array (
|
|
0 => '80a7943295010816038d9af589b36899126418f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\payloadsample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\frominput',
|
|
2 => 'app\\framework\\waf\\valueobjects\\withmaxlength',
|
|
3 => 'app\\framework\\waf\\valueobjects\\minimal',
|
|
4 => 'app\\framework\\waf\\valueobjects\\extended',
|
|
5 => 'app\\framework\\waf\\valueobjects\\sanitizeforlogging',
|
|
6 => 'app\\framework\\waf\\valueobjects\\gethexdump',
|
|
7 => 'app\\framework\\waf\\valueobjects\\isbinary',
|
|
8 => 'app\\framework\\waf\\valueobjects\\getsample',
|
|
9 => 'app\\framework\\waf\\valueobjects\\getsafedisplay',
|
|
10 => 'app\\framework\\waf\\valueobjects\\getanalysisview',
|
|
11 => 'app\\framework\\waf\\valueobjects\\wastruncated',
|
|
12 => 'app\\framework\\waf\\valueobjects\\getoriginalsize',
|
|
13 => 'app\\framework\\waf\\valueobjects\\getcontenttype',
|
|
14 => 'app\\framework\\waf\\valueobjects\\getencoding',
|
|
15 => 'app\\framework\\waf\\valueobjects\\withcontenttype',
|
|
16 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/GeographicContext.php' =>
|
|
array (
|
|
0 => '80487ee6c94ea76fa942f4543637423411ee3187',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\geographiccontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\fromlocation',
|
|
2 => 'app\\framework\\waf\\valueobjects\\fromgeoip',
|
|
3 => 'app\\framework\\waf\\valueobjects\\isineurope',
|
|
4 => 'app\\framework\\waf\\valueobjects\\ishighrisklocation',
|
|
5 => 'app\\framework\\waf\\valueobjects\\distanceto',
|
|
6 => 'app\\framework\\waf\\valueobjects\\iswithinradius',
|
|
7 => 'app\\framework\\waf\\valueobjects\\getcontinent',
|
|
8 => 'app\\framework\\waf\\valueobjects\\gettimezoneoffset',
|
|
9 => 'app\\framework\\waf\\valueobjects\\hascoordinates',
|
|
10 => 'app\\framework\\waf\\valueobjects\\hastimezone',
|
|
11 => 'app\\framework\\waf\\valueobjects\\getlocationsummary',
|
|
12 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/RuleId.php' =>
|
|
array (
|
|
0 => 'e5a035fe7f5362b688f3f87f3edf08fcbad5fedd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\ruleid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\from',
|
|
2 => 'app\\framework\\waf\\valueobjects\\modsecurity',
|
|
3 => 'app\\framework\\waf\\valueobjects\\custom',
|
|
4 => 'app\\framework\\waf\\valueobjects\\sqlinjection',
|
|
5 => 'app\\framework\\waf\\valueobjects\\xss',
|
|
6 => 'app\\framework\\waf\\valueobjects\\csrf',
|
|
7 => 'app\\framework\\waf\\valueobjects\\botdetection',
|
|
8 => 'app\\framework\\waf\\valueobjects\\ratelimit',
|
|
9 => 'app\\framework\\waf\\valueobjects\\ddos',
|
|
10 => 'app\\framework\\waf\\valueobjects\\ipreputation',
|
|
11 => 'app\\framework\\waf\\valueobjects\\behavioral',
|
|
12 => 'app\\framework\\waf\\valueobjects\\isvalid',
|
|
13 => 'app\\framework\\waf\\valueobjects\\getcategory',
|
|
14 => 'app\\framework\\waf\\valueobjects\\getnumber',
|
|
15 => 'app\\framework\\waf\\valueobjects\\getvariant',
|
|
16 => 'app\\framework\\waf\\valueobjects\\ismodsecurity',
|
|
17 => 'app\\framework\\waf\\valueobjects\\iscustom',
|
|
18 => 'app\\framework\\waf\\valueobjects\\isowaspcategory',
|
|
19 => 'app\\framework\\waf\\valueobjects\\getdescription',
|
|
20 => 'app\\framework\\waf\\valueobjects\\equals',
|
|
21 => 'app\\framework\\waf\\valueobjects\\issamecategory',
|
|
22 => 'app\\framework\\waf\\valueobjects\\withvariant',
|
|
23 => 'app\\framework\\waf\\valueobjects\\__tostring',
|
|
24 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/RequestContext.php' =>
|
|
array (
|
|
0 => 'a75ef4fd38c145546bb83ebdec60ae0bcb346518',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\requestcontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/LayerMetrics.php' =>
|
|
array (
|
|
0 => '97e0aa1815cb0baba408d1bfdd02b162ae5a53ad',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\layermetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\empty',
|
|
2 => 'app\\framework\\waf\\valueobjects\\getthreatrate',
|
|
3 => 'app\\framework\\waf\\valueobjects\\getfalsepositiverate',
|
|
4 => 'app\\framework\\waf\\valueobjects\\geterrorrate',
|
|
5 => 'app\\framework\\waf\\valueobjects\\gettimeoutrate',
|
|
6 => 'app\\framework\\waf\\valueobjects\\getaccuracy',
|
|
7 => 'app\\framework\\waf\\valueobjects\\gethealthscore',
|
|
8 => 'app\\framework\\waf\\valueobjects\\ishealthy',
|
|
9 => 'app\\framework\\waf\\valueobjects\\hasrecentactivity',
|
|
10 => 'app\\framework\\waf\\valueobjects\\recordrequest',
|
|
11 => 'app\\framework\\waf\\valueobjects\\recorderror',
|
|
12 => 'app\\framework\\waf\\valueobjects\\recordtimeout',
|
|
13 => 'app\\framework\\waf\\valueobjects\\recordfalsepositive',
|
|
14 => 'app\\framework\\waf\\valueobjects\\updatecategorycounts',
|
|
15 => 'app\\framework\\waf\\valueobjects\\reset',
|
|
16 => 'app\\framework\\waf\\valueobjects\\calculatenewaverage',
|
|
17 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/DetectionCollection.php' =>
|
|
array (
|
|
0 => '49ffb826db56a94e9eeb1bcb1bae659144535a79',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\detectioncollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\empty',
|
|
2 => 'app\\framework\\waf\\valueobjects\\single',
|
|
3 => 'app\\framework\\waf\\valueobjects\\fromarray',
|
|
4 => 'app\\framework\\waf\\valueobjects\\count',
|
|
5 => 'app\\framework\\waf\\valueobjects\\isempty',
|
|
6 => 'app\\framework\\waf\\valueobjects\\hasdetections',
|
|
7 => 'app\\framework\\waf\\valueobjects\\add',
|
|
8 => 'app\\framework\\waf\\valueobjects\\merge',
|
|
9 => 'app\\framework\\waf\\valueobjects\\filterbyseverity',
|
|
10 => 'app\\framework\\waf\\valueobjects\\filterbycategory',
|
|
11 => 'app\\framework\\waf\\valueobjects\\gethighestseverity',
|
|
12 => 'app\\framework\\waf\\valueobjects\\getcategories',
|
|
13 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
14 => 'app\\framework\\waf\\valueobjects\\getiterator',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/Detection.php' =>
|
|
array (
|
|
0 => 'ae540fcc4d18a94eceb8542c23798270509ada56',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\detection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\create',
|
|
2 => 'app\\framework\\waf\\valueobjects\\withseverity',
|
|
3 => 'app\\framework\\waf\\valueobjects\\highconfidence',
|
|
4 => 'app\\framework\\waf\\valueobjects\\withpayload',
|
|
5 => 'app\\framework\\waf\\valueobjects\\iscritical',
|
|
6 => 'app\\framework\\waf\\valueobjects\\shouldblock',
|
|
7 => 'app\\framework\\waf\\valueobjects\\shouldalert',
|
|
8 => 'app\\framework\\waf\\valueobjects\\requiresimmediateaction',
|
|
9 => 'app\\framework\\waf\\valueobjects\\getowasprank',
|
|
10 => 'app\\framework\\waf\\valueobjects\\isowasptop10',
|
|
11 => 'app\\framework\\waf\\valueobjects\\getthreatscore',
|
|
12 => 'app\\framework\\waf\\valueobjects\\withlocation',
|
|
13 => 'app\\framework\\waf\\valueobjects\\withcontext',
|
|
14 => 'app\\framework\\waf\\valueobjects\\withtimestamp',
|
|
15 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
16 => 'app\\framework\\waf\\valueobjects\\getformattedmessage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/LayerConfig.php' =>
|
|
array (
|
|
0 => '66275e40091cc6869cf91dc203b340176e8177dd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\layerconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\default',
|
|
2 => 'app\\framework\\waf\\valueobjects\\production',
|
|
3 => 'app\\framework\\waf\\valueobjects\\development',
|
|
4 => 'app\\framework\\waf\\valueobjects\\testing',
|
|
5 => 'app\\framework\\waf\\valueobjects\\enable',
|
|
6 => 'app\\framework\\waf\\valueobjects\\disable',
|
|
7 => 'app\\framework\\waf\\valueobjects\\withtimeout',
|
|
8 => 'app\\framework\\waf\\valueobjects\\withconfidencethreshold',
|
|
9 => 'app\\framework\\waf\\valueobjects\\withblockingmode',
|
|
10 => 'app\\framework\\waf\\valueobjects\\withlogging',
|
|
11 => 'app\\framework\\waf\\valueobjects\\withmaxdetections',
|
|
12 => 'app\\framework\\waf\\valueobjects\\withcustomsetting',
|
|
13 => 'app\\framework\\waf\\valueobjects\\getcustomsetting',
|
|
14 => 'app\\framework\\waf\\valueobjects\\hascustomsetting',
|
|
15 => 'app\\framework\\waf\\valueobjects\\geteffectivetimeout',
|
|
16 => 'app\\framework\\waf\\valueobjects\\geteffectiveconfidencethreshold',
|
|
17 => 'app\\framework\\waf\\valueobjects\\validate',
|
|
18 => 'app\\framework\\waf\\valueobjects\\isvalid',
|
|
19 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ValueObjects/TechnicalContext.php' =>
|
|
array (
|
|
0 => '31b4f101aeaa43edd3b6ab5dd3cb7b0d7d6a28bb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\technicalcontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/ThreatAssessmentService.php' =>
|
|
array (
|
|
0 => '99061c4ae2dda95ac13b8554085ef6b5b65b7a16',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\threatassessmentservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\__construct',
|
|
1 => 'app\\framework\\waf\\evaluate',
|
|
2 => 'app\\framework\\waf\\determineaction',
|
|
3 => 'app\\framework\\waf\\getseverityweight',
|
|
4 => 'app\\framework\\waf\\mapanomalyscoretoseverity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/WafAction.php' =>
|
|
array (
|
|
0 => '2ffefaa374cf52c651c0c4cd8425dd063c4bb3c9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\wafaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\getdescription',
|
|
1 => 'app\\framework\\waf\\getdefaulthttpstatus',
|
|
2 => 'app\\framework\\waf\\allowscontinuation',
|
|
3 => 'app\\framework\\waf\\requireslogging',
|
|
4 => 'app\\framework\\waf\\getloglevel',
|
|
5 => 'app\\framework\\waf\\shouldalert',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/DetectionSeverity.php' =>
|
|
array (
|
|
0 => 'c1f74f523b8dad16dbba98b5a50f5e51ad8c1bed',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\detectionseverity',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\getscore',
|
|
1 => 'app\\framework\\waf\\getcvssscore',
|
|
2 => 'app\\framework\\waf\\ishigherthan',
|
|
3 => 'app\\framework\\waf\\islowerthan',
|
|
4 => 'app\\framework\\waf\\requiresimmediateaction',
|
|
5 => 'app\\framework\\waf\\shouldblock',
|
|
6 => 'app\\framework\\waf\\shouldalert',
|
|
7 => 'app\\framework\\waf\\getdescription',
|
|
8 => 'app\\framework\\waf\\getrecommendedaction',
|
|
9 => 'app\\framework\\waf\\fromscore',
|
|
10 => 'app\\framework\\waf\\fromcvss',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Exceptions/ParameterResolutionException.php' =>
|
|
array (
|
|
0 => '817669d2c3f836e1f685b8a25fa3d7cae66baba2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\exceptions\\parameterresolutionexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Exceptions/UnknownResultException.php' =>
|
|
array (
|
|
0 => '5a5a9aafd8e4278bb0d1c7af351fdfcd2ec84e40',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\exceptions\\unknownresultexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/EmptyCompiledRoutesInitializer.php' =>
|
|
array (
|
|
0 => 'bb1337832f42aa85f406e690f5515b011508346b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\emptycompiledroutesinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ActionResult.php' =>
|
|
array (
|
|
0 => '2ec409911db30b66d1636a19d4ef03333cbc2314',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\actionresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/PropertyValueConverter.php' =>
|
|
array (
|
|
0 => 'be74316719dde2543f63c399575e502c1f77e3bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\propertyvalueconverter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\setpropertyvalue',
|
|
1 => 'app\\framework\\router\\convertvaluetotype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouterSetup.php' =>
|
|
array (
|
|
0 => 'bf11f42b1416768ed75a6043fd3a7f2f4e464ace',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routersetup',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/Redirect.php' =>
|
|
array (
|
|
0 => '1cd8ac5a9719b3958e3b29c3d4a91d37cd524406',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\redirect',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/ViewResult.php' =>
|
|
array (
|
|
0 => '3c06947bf2a71a969dc93c82ca4048c05bd68a1b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\viewresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/SseResult.php' =>
|
|
array (
|
|
0 => 'b101f21797a39e3604e7dada218ee4e96ca22e02',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\sseresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
1 => 'app\\framework\\router\\result\\addevent',
|
|
2 => 'app\\framework\\router\\result\\addjsonevent',
|
|
3 => 'app\\framework\\router\\result\\getinitialevents',
|
|
4 => 'app\\framework\\router\\result\\hascallback',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/JsonResult.php' =>
|
|
array (
|
|
0 => 'fbd8f310c0321a298a144a1b9b36268577ae9d0b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\jsonresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/ContentNegotiationResult.php' =>
|
|
array (
|
|
0 => '202332249a9fd38462f81fbc4c5b626f7faf0e78',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\contentnegotiationresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/SseEvent.php' =>
|
|
array (
|
|
0 => '1a5dd5abf141cf4efcfa8b8ebcf984b9e2ded4fc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\sseevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
1 => 'app\\framework\\router\\result\\format',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/FileResult.php' =>
|
|
array (
|
|
0 => '1c7d6650843af64aae89e76c62b4f4d5df3b34c5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\fileresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/SseResultWithCallback.php' =>
|
|
array (
|
|
0 => 'f12f4b5d7541d9bc10e77a24fe3ab5086cb7857e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\sseresultwithcallback',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
1 => 'app\\framework\\router\\result\\setcallback',
|
|
2 => 'app\\framework\\router\\result\\setmaxduration',
|
|
3 => 'app\\framework\\router\\result\\setheartbeatinterval',
|
|
4 => 'app\\framework\\router\\result\\getcallback',
|
|
5 => 'app\\framework\\router\\result\\getmaxduration',
|
|
6 => 'app\\framework\\router\\result\\getheartbeatinterval',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Result/WebSocketResult.php' =>
|
|
array (
|
|
0 => '8f9ba781920f40793356b6e9dc2a498cf48aea6e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\websocketresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\result\\__construct',
|
|
1 => 'app\\framework\\router\\result\\onconnect',
|
|
2 => 'app\\framework\\router\\result\\onmessage',
|
|
3 => 'app\\framework\\router\\result\\onclose',
|
|
4 => 'app\\framework\\router\\result\\onerror',
|
|
5 => 'app\\framework\\router\\result\\withsubprotocols',
|
|
6 => 'app\\framework\\router\\result\\withmaxmessagesize',
|
|
7 => 'app\\framework\\router\\result\\withpinginterval',
|
|
8 => 'app\\framework\\router\\result\\getonconnect',
|
|
9 => 'app\\framework\\router\\result\\getonmessage',
|
|
10 => 'app\\framework\\router\\result\\getonclose',
|
|
11 => 'app\\framework\\router\\result\\getonerror',
|
|
12 => 'app\\framework\\router\\result\\getsubprotocols',
|
|
13 => 'app\\framework\\router\\result\\getmaxmessagesize',
|
|
14 => 'app\\framework\\router\\result\\getpinginterval',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouterPerformanceMonitor.php' =>
|
|
array (
|
|
0 => '9704897257f5b18f289ba34bb928e3a30537a45a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routerperformancemonitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\trackroutematch',
|
|
1 => 'app\\framework\\router\\getslowroutes',
|
|
2 => 'app\\framework\\router\\getallstats',
|
|
3 => 'app\\framework\\router\\reset',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteData.php' =>
|
|
array (
|
|
0 => 'becf01ba17c980acb507a8b024f0ed09d368cda3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routedata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\fromarray',
|
|
2 => 'app\\framework\\router\\toarray',
|
|
3 => 'app\\framework\\router\\extractparametervalues',
|
|
4 => 'app\\framework\\router\\shouldmatch',
|
|
5 => 'app\\framework\\router\\getcomplexity',
|
|
6 => 'app\\framework\\router\\getparametercount',
|
|
7 => 'app\\framework\\router\\getparameternames',
|
|
8 => 'app\\framework\\router\\hasparameter',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteContext.php' =>
|
|
array (
|
|
0 => '2dd9c7d03ca38f306040032435f7edb7b93662eb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routecontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\issuccess',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/CompiledPattern.php' =>
|
|
array (
|
|
0 => 'c1adbe50c64f337968b5387e15c4f8f1d7aafb48',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\compiledpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\getroutedata',
|
|
2 => 'app\\framework\\router\\getbatches',
|
|
3 => 'app\\framework\\router\\hasoptimizedbatches',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ResultType.php' =>
|
|
array (
|
|
0 => '82599fa9dcfa844af38675c6fa7b8603ec0b6ab3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\resulttype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteCollection.php' =>
|
|
array (
|
|
0 => 'eec8c4def071318c5c861f58a9bf5791f7bcf7e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routecollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\getstatic',
|
|
2 => 'app\\framework\\router\\getdynamic',
|
|
3 => 'app\\framework\\router\\has',
|
|
4 => 'app\\framework\\router\\getbymethod',
|
|
5 => 'app\\framework\\router\\getbyname',
|
|
6 => 'app\\framework\\router\\getallnamedroutes',
|
|
7 => 'app\\framework\\router\\hasname',
|
|
8 => 'app\\framework\\router\\count',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ControllerRequestFactory.php' =>
|
|
array (
|
|
0 => '6e3ab900ef24f50881cd90d18a6d9f4fc9317e7c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\controllerrequestfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\createandvalidate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/NoRouteMatch.php' =>
|
|
array (
|
|
0 => '43fdfe5160c45f58303ba1b20a62b60c083f9f50',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\noroutematch',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\ismatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteResponder.php' =>
|
|
array (
|
|
0 => '0127fbe135b628cfad1df74e38320297dba9dff0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routeresponder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\respond',
|
|
2 => 'app\\framework\\router\\createwebsocketresponse',
|
|
3 => 'app\\framework\\router\\rendertemplate',
|
|
4 => 'app\\framework\\router\\resolvetemplate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ParameterProcessor.php' =>
|
|
array (
|
|
0 => '5ffe60484ada882bb7fdaa027be5b5795b14a740',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\parameterprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\prepareparameters',
|
|
2 => 'app\\framework\\router\\prepareparametersfromcollection',
|
|
3 => 'app\\framework\\router\\resolvetypedparameter',
|
|
4 => 'app\\framework\\router\\resolveparameter',
|
|
5 => 'app\\framework\\router\\iscontrollerrequesttype',
|
|
6 => 'app\\framework\\router\\createcontrollerrequest',
|
|
7 => 'app\\framework\\router\\convertparametervalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/HttpRouter.php' =>
|
|
array (
|
|
0 => '861b17d6a2d728ff1eb5404fd4fb9266a183b1eb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\httprouter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\match',
|
|
2 => 'app\\framework\\router\\matchdynamicoptimized',
|
|
3 => 'app\\framework\\router\\findmatchingrouteindex',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Exception/RouteNotFound.php' =>
|
|
array (
|
|
0 => '3029799a976dd2be68f86ca377fa718408b592fd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\exception\\routenotfound',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteMatchSuccess.php' =>
|
|
array (
|
|
0 => '424ce272656ed8e7991dc40ed812cb429d631ee7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routematchsuccess',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\ismatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/GenericActionResult.php' =>
|
|
array (
|
|
0 => '4ade6b20298777881a36eb240ab7e148da839aa0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\genericactionresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteDispatcher.php' =>
|
|
array (
|
|
0 => 'b70879d5f5e0930bf77c89b7855aed12c36b5ca2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routedispatcher',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\dispatch',
|
|
2 => 'app\\framework\\router\\executecontroller',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/CompiledRoutes.php' =>
|
|
array (
|
|
0 => '5634a1065bfe31d67e991e56dfeef88b69fd123b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\compiledroutes',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\getstaticroute',
|
|
2 => 'app\\framework\\router\\getcompiledpattern',
|
|
3 => 'app\\framework\\router\\getnamedroute',
|
|
4 => 'app\\framework\\router\\hasnamedroute',
|
|
5 => 'app\\framework\\router\\getallnamedroutes',
|
|
6 => 'app\\framework\\router\\getallnamedroutesgenerator',
|
|
7 => 'app\\framework\\router\\getstaticroutes',
|
|
8 => 'app\\framework\\router\\generateurl',
|
|
9 => 'app\\framework\\router\\getstats',
|
|
10 => 'app\\framework\\router\\buildurlfromroute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/Router.php' =>
|
|
array (
|
|
0 => '6baec81b273929d25f2f921827c757387e8177d4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\router',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\match',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteMatch.php' =>
|
|
array (
|
|
0 => '7151916383c72cc0424410efe4c50fa473fd6df7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routematch',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\ismatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/UrlGenerator.php' =>
|
|
array (
|
|
0 => '46fc46ba3ee857f7608f22e95999d54d75ce7093',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\urlgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__construct',
|
|
1 => 'app\\framework\\router\\route',
|
|
2 => 'app\\framework\\router\\absoluteroute',
|
|
3 => 'app\\framework\\router\\current',
|
|
4 => 'app\\framework\\router\\iscurrentroute',
|
|
5 => 'app\\framework\\router\\buildurl',
|
|
6 => 'app\\framework\\router\\makeabsolute',
|
|
7 => 'app\\framework\\router\\asset',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/BoundaryConfig.php' =>
|
|
array (
|
|
0 => 'fd2f80046ce3232b06d01d66c248413e276961fd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\boundaryconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\critical',
|
|
2 => 'app\\framework\\errorboundaries\\externalservice',
|
|
3 => 'app\\framework\\errorboundaries\\database',
|
|
4 => 'app\\framework\\errorboundaries\\ui',
|
|
5 => 'app\\framework\\errorboundaries\\backgroundjob',
|
|
6 => 'app\\framework\\errorboundaries\\failfast',
|
|
7 => 'app\\framework\\errorboundaries\\development',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/ErrorBoundaryInitializer.php' =>
|
|
array (
|
|
0 => 'b2d1240a5647bcc862766677f306c60c7dbe3299',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\errorboundaryinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\initialize',
|
|
1 => 'app\\framework\\errorboundaries\\loadrouteconfigs',
|
|
2 => 'app\\framework\\errorboundaries\\parseconfigvalue',
|
|
3 => 'app\\framework\\errorboundaries\\createconfigfromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/BoundaryFailedException.php' =>
|
|
array (
|
|
0 => 'bfa1ba6876258b9216d6c0ad8eb1eeb73021f0bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\boundaryfailedexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\getboundaryname',
|
|
2 => 'app\\framework\\errorboundaries\\getoriginalexception',
|
|
3 => 'app\\framework\\errorboundaries\\getfallbackexception',
|
|
4 => 'app\\framework\\errorboundaries\\isdoublefailure',
|
|
5 => 'app\\framework\\errorboundaries\\getdetailedmessage',
|
|
6 => 'app\\framework\\errorboundaries\\getallexceptions',
|
|
7 => 'app\\framework\\errorboundaries\\singlefailure',
|
|
8 => 'app\\framework\\errorboundaries\\doublefailure',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/ErrorBoundary.php' =>
|
|
array (
|
|
0 => '4c8d7160097d49de1d808b6d34ebd35dc6794163',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\errorboundary',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\execute',
|
|
2 => 'app\\framework\\errorboundaries\\executeoptional',
|
|
3 => 'app\\framework\\errorboundaries\\executewithdefault',
|
|
4 => 'app\\framework\\errorboundaries\\executeforresult',
|
|
5 => 'app\\framework\\errorboundaries\\executeparallel',
|
|
6 => 'app\\framework\\errorboundaries\\executewithcircuitbreaker',
|
|
7 => 'app\\framework\\errorboundaries\\executewithtimeout',
|
|
8 => 'app\\framework\\errorboundaries\\executebulk',
|
|
9 => 'app\\framework\\errorboundaries\\executewithretry',
|
|
10 => 'app\\framework\\errorboundaries\\handlefailure',
|
|
11 => 'app\\framework\\errorboundaries\\shouldretry',
|
|
12 => 'app\\framework\\errorboundaries\\calculateretrydelay',
|
|
13 => 'app\\framework\\errorboundaries\\getcircuithealth',
|
|
14 => 'app\\framework\\errorboundaries\\resetcircuit',
|
|
15 => 'app\\framework\\errorboundaries\\logfailure',
|
|
16 => 'app\\framework\\errorboundaries\\log',
|
|
17 => 'app\\framework\\errorboundaries\\publishevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/RetryStrategy.php' =>
|
|
array (
|
|
0 => '0645aeaca8b6f4c316d9617638b767c74c99f24f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\retrystrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\getdescription',
|
|
1 => 'app\\framework\\errorboundaries\\hasjitter',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/ErrorBoundaryFactory.php' =>
|
|
array (
|
|
0 => '8ce48b41446737269a4caa7b06ff525146fb41b1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\errorboundaryfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\createforroute',
|
|
2 => 'app\\framework\\errorboundaries\\createfordatabase',
|
|
3 => 'app\\framework\\errorboundaries\\createforexternalservice',
|
|
4 => 'app\\framework\\errorboundaries\\createforui',
|
|
5 => 'app\\framework\\errorboundaries\\createforbackgroundjob',
|
|
6 => 'app\\framework\\errorboundaries\\createforcriticaloperation',
|
|
7 => 'app\\framework\\errorboundaries\\create',
|
|
8 => 'app\\framework\\errorboundaries\\getconfigforroute',
|
|
9 => 'app\\framework\\errorboundaries\\matchespattern',
|
|
10 => 'app\\framework\\errorboundaries\\getdefaultrouteconfigs',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/BoundaryTimeoutException.php' =>
|
|
array (
|
|
0 => '13f7bdbcfc8aa71030fe744988e5e64af84770b5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\boundarytimeoutexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\getboundaryname',
|
|
2 => 'app\\framework\\errorboundaries\\getexecutiontime',
|
|
3 => 'app\\framework\\errorboundaries\\gettimeoutlimit',
|
|
4 => 'app\\framework\\errorboundaries\\getoverage',
|
|
5 => 'app\\framework\\errorboundaries\\ishardtimeout',
|
|
6 => 'app\\framework\\errorboundaries\\gettimeoutinfo',
|
|
7 => 'app\\framework\\errorboundaries\\withlimit',
|
|
8 => 'app\\framework\\errorboundaries\\withoutlimit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/BoundaryResult.php' =>
|
|
array (
|
|
0 => '58e66000bc21bf8c805a31af4168faa1f5270fa2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\boundaryresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\success',
|
|
2 => 'app\\framework\\errorboundaries\\failure',
|
|
3 => 'app\\framework\\errorboundaries\\issuccess',
|
|
4 => 'app\\framework\\errorboundaries\\isfailure',
|
|
5 => 'app\\framework\\errorboundaries\\getvalue',
|
|
6 => 'app\\framework\\errorboundaries\\geterror',
|
|
7 => 'app\\framework\\errorboundaries\\getboundaryname',
|
|
8 => 'app\\framework\\errorboundaries\\getvalueordefault',
|
|
9 => 'app\\framework\\errorboundaries\\getvalueorelse',
|
|
10 => 'app\\framework\\errorboundaries\\map',
|
|
11 => 'app\\framework\\errorboundaries\\flatmap',
|
|
12 => 'app\\framework\\errorboundaries\\onsuccess',
|
|
13 => 'app\\framework\\errorboundaries\\onfailure',
|
|
14 => 'app\\framework\\errorboundaries\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/BulkResult.php' =>
|
|
array (
|
|
0 => 'bb8c764b9677987614b90e349c16bcd218086461',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\bulkresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\getresults',
|
|
2 => 'app\\framework\\errorboundaries\\geterrors',
|
|
3 => 'app\\framework\\errorboundaries\\getsuccesscount',
|
|
4 => 'app\\framework\\errorboundaries\\geterrorcount',
|
|
5 => 'app\\framework\\errorboundaries\\getprocessedcount',
|
|
6 => 'app\\framework\\errorboundaries\\gettotalcount',
|
|
7 => 'app\\framework\\errorboundaries\\getskippedcount',
|
|
8 => 'app\\framework\\errorboundaries\\iscompletesuccess',
|
|
9 => 'app\\framework\\errorboundaries\\hassuccesses',
|
|
10 => 'app\\framework\\errorboundaries\\haserrors',
|
|
11 => 'app\\framework\\errorboundaries\\wasterminatedearly',
|
|
12 => 'app\\framework\\errorboundaries\\getsuccessrate',
|
|
13 => 'app\\framework\\errorboundaries\\geterrorrate',
|
|
14 => 'app\\framework\\errorboundaries\\getresult',
|
|
15 => 'app\\framework\\errorboundaries\\geterror',
|
|
16 => 'app\\framework\\errorboundaries\\wassuccessful',
|
|
17 => 'app\\framework\\errorboundaries\\hasfailed',
|
|
18 => 'app\\framework\\errorboundaries\\getsuccessfulkeys',
|
|
19 => 'app\\framework\\errorboundaries\\getfailedkeys',
|
|
20 => 'app\\framework\\errorboundaries\\filterresults',
|
|
21 => 'app\\framework\\errorboundaries\\mapresults',
|
|
22 => 'app\\framework\\errorboundaries\\getsummary',
|
|
23 => 'app\\framework\\errorboundaries\\toarray',
|
|
24 => 'app\\framework\\errorboundaries\\empty',
|
|
25 => 'app\\framework\\errorboundaries\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Commands/BoundaryCommand.php' =>
|
|
array (
|
|
0 => '087e38fa592694cdd43c908fe8a758eec4b9c12a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\commands\\boundarycommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\commands\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\commands\\test',
|
|
2 => 'app\\framework\\errorboundaries\\commands\\stats',
|
|
3 => 'app\\framework\\errorboundaries\\commands\\reset',
|
|
4 => 'app\\framework\\errorboundaries\\commands\\testbasicfunctionality',
|
|
5 => 'app\\framework\\errorboundaries\\commands\\testretrystrategies',
|
|
6 => 'app\\framework\\errorboundaries\\commands\\testcircuitbreaker',
|
|
7 => 'app\\framework\\errorboundaries\\commands\\testbulkoperations',
|
|
8 => 'app\\framework\\errorboundaries\\commands\\testtimeout',
|
|
9 => 'app\\framework\\errorboundaries\\commands\\showtestoptions',
|
|
10 => 'app\\framework\\errorboundaries\\commands\\getcircuitbreakerstates',
|
|
11 => 'app\\framework\\errorboundaries\\commands\\resetcircuitbreaker',
|
|
12 => 'app\\framework\\errorboundaries\\commands\\resetallcircuitbreakers',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Markdown/MarkdownRenderer.php' =>
|
|
array (
|
|
0 => 'ea7f05987885d8fca9824f5d9b829c14cd8010b7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\markdown\\markdownrenderer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\markdown\\__construct',
|
|
1 => 'app\\framework\\markdown\\render',
|
|
2 => 'app\\framework\\markdown\\renderfile',
|
|
3 => 'app\\framework\\markdown\\rendertohtmlonly',
|
|
4 => 'app\\framework\\markdown\\wrapwithlayout',
|
|
5 => 'app\\framework\\markdown\\getsyntaxhighlightingscript',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Markdown/MarkdownTheme.php' =>
|
|
array (
|
|
0 => '0be111ad38740dcec0b4aec459caca992bd4dd63',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\markdown\\markdowntheme',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\markdown\\__construct',
|
|
1 => 'app\\framework\\markdown\\getstyles',
|
|
2 => 'app\\framework\\markdown\\getdefaulttheme',
|
|
3 => 'app\\framework\\markdown\\getgithubtheme',
|
|
4 => 'app\\framework\\markdown\\getdocstheme',
|
|
5 => 'app\\framework\\markdown\\getapitheme',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Markdown/MarkdownConverter.php' =>
|
|
array (
|
|
0 => '7d85196f755bc7b66a44d91c7683785cb4112e76',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\markdown\\markdownconverter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\markdown\\tohtml',
|
|
1 => 'app\\framework\\markdown\\parseinlineelements',
|
|
2 => 'app\\framework\\markdown\\flushparagraph',
|
|
3 => 'app\\framework\\markdown\\handlelist',
|
|
4 => 'app\\framework\\markdown\\closelist',
|
|
5 => 'app\\framework\\markdown\\getlisttype',
|
|
6 => 'app\\framework\\markdown\\stripmarkdown',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Random/RandomGeneratorInitializer.php' =>
|
|
array (
|
|
0 => '8fd0f40738a0d7b684a7f0503b0aa24892600c5d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\randomgeneratorinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\__construct',
|
|
1 => 'app\\framework\\random\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Random/SecureRandomGenerator.php' =>
|
|
array (
|
|
0 => '7a51f5205b2a39293c33959362f49781e2e0154d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\securerandomgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\__construct',
|
|
1 => 'app\\framework\\random\\bytes',
|
|
2 => 'app\\framework\\random\\int',
|
|
3 => 'app\\framework\\random\\float',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Random/RandomGenerator.php' =>
|
|
array (
|
|
0 => '355be435eed2209d611d7477e0ac3445407a9731',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\randomgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\bytes',
|
|
1 => 'app\\framework\\random\\int',
|
|
2 => 'app\\framework\\random\\float',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Random/TestableRandomGenerator.php' =>
|
|
array (
|
|
0 => '91570b880193e8ff4548b78f234d17ce22d2207c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\testablerandomgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\random\\__construct',
|
|
1 => 'app\\framework\\random\\bytes',
|
|
2 => 'app\\framework\\random\\int',
|
|
3 => 'app\\framework\\random\\float',
|
|
4 => 'app\\framework\\random\\reset',
|
|
5 => 'app\\framework\\random\\getnextvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/EventBus/EventHandlerMapper.php' =>
|
|
array (
|
|
0 => '81737ce41263a617795b2aca3c435aeabe18c0e8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\eventhandlermapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\getattributeclass',
|
|
1 => 'app\\framework\\eventbus\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/EventBus/Middleware.php' =>
|
|
array (
|
|
0 => 'd64f2f9b6f38fa8eac410ef1d2510a05f6b17c50',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\middleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/EventBus/EventBus.php' =>
|
|
array (
|
|
0 => '91ad19870864276c956faa7f6908333ea5dec6ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\eventbus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\dispatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/EventBus/EventHandlerCompiler.php' =>
|
|
array (
|
|
0 => '745b803b6a87120feb4459a58eab96e2fa15a957',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\eventhandlercompiler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\getattributeclass',
|
|
1 => 'app\\framework\\eventbus\\compile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/EventBus/DefaultEventBus.php' =>
|
|
array (
|
|
0 => 'fece972e46d413b8a6b08c7af857158e94db1eeb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\defaulteventbus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\__construct',
|
|
1 => 'app\\framework\\eventbus\\dispatch',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/EventBus/EventBusInitializer.php' =>
|
|
array (
|
|
0 => '680dc039c78c9ad4cce80061cba48a674c12eb00',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\eventbusinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\__construct',
|
|
1 => 'app\\framework\\eventbus\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/EventBus/EventHandler.php' =>
|
|
array (
|
|
0 => 'c66f1e785c5e54c61ce4e1e4e3affdf90fd647a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\eventhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\eventbus\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Worker/Worker.php' =>
|
|
array (
|
|
0 => '737123a81e788b136448c474cd8508118df98d5f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\worker\\worker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\worker\\__construct',
|
|
1 => 'app\\framework\\worker\\start',
|
|
2 => 'app\\framework\\worker\\stop',
|
|
3 => 'app\\framework\\worker\\processjob',
|
|
4 => 'app\\framework\\worker\\handlejob',
|
|
5 => 'app\\framework\\worker\\handleerror',
|
|
6 => 'app\\framework\\worker\\showstatistics',
|
|
7 => 'app\\framework\\worker\\idle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Worker/Schedule.php' =>
|
|
array (
|
|
0 => 'f8721b94ac9ee4dc573bf07a8bcdf4216e68a136',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\worker\\schedule',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\worker\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Worker/Every.php' =>
|
|
array (
|
|
0 => '432f34482f4f39b258cebbfc4239287633f8cc69',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\worker\\every',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\worker\\__construct',
|
|
1 => 'app\\framework\\worker\\toseconds',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StaticSite/StaticSiteMapper.php' =>
|
|
array (
|
|
0 => 'b7d563891ff2f27c1290a984680d30d1f41acda7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\staticsitemapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\getattributeclass',
|
|
1 => 'app\\framework\\staticsite\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StaticSite/StaticPageCollector.php' =>
|
|
array (
|
|
0 => '600e57c3d92e176a02501d8a617cc007dec0aec9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\staticpagecollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\__construct',
|
|
1 => 'app\\framework\\staticsite\\collectstaticpages',
|
|
2 => 'app\\framework\\staticsite\\collectallgetroutes',
|
|
3 => 'app\\framework\\staticsite\\hasstaticpageattribute',
|
|
4 => 'app\\framework\\staticsite\\filterroutes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StaticSite/RouteCollector.php' =>
|
|
array (
|
|
0 => '64eeaa4acc4d21e5f7e098bcba17a17238510fc3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\routecollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\__construct',
|
|
1 => 'app\\framework\\staticsite\\collectroutes',
|
|
2 => 'app\\framework\\staticsite\\filterroutes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StaticSite/StaticSiteGenerator.php' =>
|
|
array (
|
|
0 => '01c7cb57122178276a9f99dd3a77d01e5d28e7c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\staticsitegenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\__construct',
|
|
1 => 'app\\framework\\staticsite\\generate',
|
|
2 => 'app\\framework\\staticsite\\prepareoutputdirectory',
|
|
3 => 'app\\framework\\staticsite\\generateroute',
|
|
4 => 'app\\framework\\staticsite\\getfilepathforroute',
|
|
5 => 'app\\framework\\staticsite\\setroutestogenerate',
|
|
6 => 'app\\framework\\staticsite\\addroute',
|
|
7 => 'app\\framework\\staticsite\\setoutputdirectory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StaticSite/GenerateStaticSites.php' =>
|
|
array (
|
|
0 => 'f11288a65696e508d44586312e6fca8c6ccd8982',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\generatestaticsites',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\staticsite\\__construct',
|
|
1 => 'app\\framework\\staticsite\\generate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Auth/AuthMapper.php' =>
|
|
array (
|
|
0 => 'fe8e8aa8c76573d3756617113813dbbac912ab0e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\auth\\authmapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\auth\\getattributeclass',
|
|
1 => 'app\\framework\\auth\\map',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Auth/Auth.php' =>
|
|
array (
|
|
0 => '87f387f382399842802e7352c47a6ad59e51046e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\auth\\auth',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/SystemHighResolutionClock.php' =>
|
|
array (
|
|
0 => 'e4751874daa6db3eaae559f0992afc43b237222c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\systemhighresolutionclock',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\hrtime',
|
|
1 => 'app\\framework\\datetime\\measureduration',
|
|
2 => 'app\\framework\\datetime\\benchmark',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/Exceptions/InvalidTimezoneException.php' =>
|
|
array (
|
|
0 => '95af63a1d020ceb74a4cb6f0eddf72a818bd8edc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\exceptions\\invalidtimezoneexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/Exceptions/InvalidDateTimeException.php' =>
|
|
array (
|
|
0 => '8e043fee4939dbb8d95426524b2472594bbf6a85',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\exceptions\\invaliddatetimeexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/SystemTimer.php' =>
|
|
array (
|
|
0 => 'b3eb16b2961ff5159db69b6efb448f13986b532c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\systemtimer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\sleep',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/HighResolutionClock.php' =>
|
|
array (
|
|
0 => 'ebd32c80704633debf9598d62110b00d0c96467f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\highresolutionclock',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\hrtime',
|
|
1 => 'app\\framework\\datetime\\measureduration',
|
|
2 => 'app\\framework\\datetime\\benchmark',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/DateTimeFormatter.php' =>
|
|
array (
|
|
0 => '99c6a75fdbaca8ca2d4ecb70ab0e1a95db1506cf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\datetimeformatter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\__construct',
|
|
1 => 'app\\framework\\datetime\\formatiso8601',
|
|
2 => 'app\\framework\\datetime\\formatsql',
|
|
3 => 'app\\framework\\datetime\\formatdate',
|
|
4 => 'app\\framework\\datetime\\formattime',
|
|
5 => 'app\\framework\\datetime\\format',
|
|
6 => 'app\\framework\\datetime\\ensuretimezone',
|
|
7 => 'app\\framework\\datetime\\gettimezone',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/Timezone.php' =>
|
|
array (
|
|
0 => 'f661b94a3e9eb5c4f05dbaadbbafc241476951d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\timezone',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/Timer.php' =>
|
|
array (
|
|
0 => '6a02b8dae1d4049d9f5dfab04560528faed4f145',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\timer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\sleep',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/FrozenClock.php' =>
|
|
array (
|
|
0 => '218a96f35298a600e49ae5d20b02a65f8a53ab05',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\frozenclock',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\__construct',
|
|
1 => 'app\\framework\\datetime\\now',
|
|
2 => 'app\\framework\\datetime\\fromtimestamp',
|
|
3 => 'app\\framework\\datetime\\fromstring',
|
|
4 => 'app\\framework\\datetime\\today',
|
|
5 => 'app\\framework\\datetime\\tomorrow',
|
|
6 => 'app\\framework\\datetime\\yesterday',
|
|
7 => 'app\\framework\\datetime\\setto',
|
|
8 => 'app\\framework\\datetime\\moveforward',
|
|
9 => 'app\\framework\\datetime\\movebackward',
|
|
10 => 'app\\framework\\datetime\\time',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/DateTime.php' =>
|
|
array (
|
|
0 => 'df61d66e7e3898c3e2d6eda582c5c60658ca6bab',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\datetime',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\fromtimestamp',
|
|
1 => 'app\\framework\\datetime\\fromstring',
|
|
2 => 'app\\framework\\datetime\\fromformat',
|
|
3 => 'app\\framework\\datetime\\fromdatetime',
|
|
4 => 'app\\framework\\datetime\\createinterval',
|
|
5 => 'app\\framework\\datetime\\createtimezone',
|
|
6 => 'app\\framework\\datetime\\getdefaulttimezone',
|
|
7 => 'app\\framework\\datetime\\setdefaulttimezone',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/SystemClock.php' =>
|
|
array (
|
|
0 => '36519f5963ece0794f0cedc9761624ddf567c869',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\systemclock',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\__construct',
|
|
1 => 'app\\framework\\datetime\\now',
|
|
2 => 'app\\framework\\datetime\\fromtimestamp',
|
|
3 => 'app\\framework\\datetime\\fromstring',
|
|
4 => 'app\\framework\\datetime\\today',
|
|
5 => 'app\\framework\\datetime\\tomorrow',
|
|
6 => 'app\\framework\\datetime\\yesterday',
|
|
7 => 'app\\framework\\datetime\\time',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/Clock.php' =>
|
|
array (
|
|
0 => '1c4c337f3a734cc973ceddc89fe97ea6ab775d86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\clock',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\now',
|
|
1 => 'app\\framework\\datetime\\fromtimestamp',
|
|
2 => 'app\\framework\\datetime\\fromstring',
|
|
3 => 'app\\framework\\datetime\\today',
|
|
4 => 'app\\framework\\datetime\\yesterday',
|
|
5 => 'app\\framework\\datetime\\tomorrow',
|
|
6 => 'app\\framework\\datetime\\time',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/ClockInitializer.php' =>
|
|
array (
|
|
0 => '41d17e47d5e45dfc1560c4b9c5d5b352a0a4bcea',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\clockinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\__construct',
|
|
1 => 'app\\framework\\datetime\\__invoke',
|
|
2 => 'app\\framework\\datetime\\inittimer',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/DateRange.php' =>
|
|
array (
|
|
0 => '8c32e6b421b242f73a9a4e2debdcbb5d7406013f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\daterange',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\__construct',
|
|
1 => 'app\\framework\\datetime\\fromstrings',
|
|
2 => 'app\\framework\\datetime\\getstart',
|
|
3 => 'app\\framework\\datetime\\getend',
|
|
4 => 'app\\framework\\datetime\\contains',
|
|
5 => 'app\\framework\\datetime\\containsrange',
|
|
6 => 'app\\framework\\datetime\\overlaps',
|
|
7 => 'app\\framework\\datetime\\getduration',
|
|
8 => 'app\\framework\\datetime\\getdurationinseconds',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DateTime/HighResolutionClockInitializer.php' =>
|
|
array (
|
|
0 => '223ae92341715d87d5dfda9df67db6cfaae205cb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\highresolutionclockinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\datetime\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Http/RateLimitExceededException.php' =>
|
|
array (
|
|
0 => '693d404a641c61ddabac0ab5deafd53dfd6f7261',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\ratelimitexceededexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\__construct',
|
|
1 => 'app\\framework\\exception\\http\\iplimit',
|
|
2 => 'app\\framework\\exception\\http\\userlimit',
|
|
3 => 'app\\framework\\exception\\http\\apikeylimit',
|
|
4 => 'app\\framework\\exception\\http\\endpointlimit',
|
|
5 => 'app\\framework\\exception\\http\\globallimit',
|
|
6 => 'app\\framework\\exception\\http\\getsecurityeventdata',
|
|
7 => 'app\\framework\\exception\\http\\requiresalert',
|
|
8 => 'app\\framework\\exception\\http\\getusagepercentage',
|
|
9 => 'app\\framework\\exception\\http\\ispotentialddos',
|
|
10 => 'app\\framework\\exception\\http\\getusermessage',
|
|
11 => 'app\\framework\\exception\\http\\getwaittimemessage',
|
|
12 => 'app\\framework\\exception\\http\\getratelimitheaders',
|
|
13 => 'app\\framework\\exception\\http\\getnextallowedtime',
|
|
14 => 'app\\framework\\exception\\http\\getclientrecommendation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Http/RouteNotFoundException.php' =>
|
|
array (
|
|
0 => 'b8e0e29edf6c12f1b3bf9b375f64508d573715b8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\routenotfoundexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\__construct',
|
|
1 => 'app\\framework\\exception\\http\\path',
|
|
2 => 'app\\framework\\exception\\http\\api',
|
|
3 => 'app\\framework\\exception\\http\\admin',
|
|
4 => 'app\\framework\\exception\\http\\asset',
|
|
5 => 'app\\framework\\exception\\http\\getsecurityeventdata',
|
|
6 => 'app\\framework\\exception\\http\\requiresalert',
|
|
7 => 'app\\framework\\exception\\http\\isscanneractivity',
|
|
8 => 'app\\framework\\exception\\http\\getsimilarroutes',
|
|
9 => 'app\\framework\\exception\\http\\getusermessage',
|
|
10 => 'app\\framework\\exception\\http\\getlogmessage',
|
|
11 => 'app\\framework\\exception\\http\\anonymizeip',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Http/MalformedJsonException.php' =>
|
|
array (
|
|
0 => 'e4583d13fc54ae22ae6e405835e94b2b6f2a8e4e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\malformedjsonexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\__construct',
|
|
1 => 'app\\framework\\exception\\http\\syntaxerror',
|
|
2 => 'app\\framework\\exception\\http\\depthexceeded',
|
|
3 => 'app\\framework\\exception\\http\\ctrlcharerror',
|
|
4 => 'app\\framework\\exception\\http\\utf8error',
|
|
5 => 'app\\framework\\exception\\http\\fromjsonlasterror',
|
|
6 => 'app\\framework\\exception\\http\\getsecurityeventdata',
|
|
7 => 'app\\framework\\exception\\http\\getusermessage',
|
|
8 => 'app\\framework\\exception\\http\\getdevelopermessage',
|
|
9 => 'app\\framework\\exception\\http\\finderrorposition',
|
|
10 => 'app\\framework\\exception\\http\\getjsonerrorname',
|
|
11 => 'app\\framework\\exception\\http\\iscommondevelopererror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Http/InvalidContentTypeException.php' =>
|
|
array (
|
|
0 => 'f5907cc243a9b8783eac514e723c62ed45c40013',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\invalidcontenttypeexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\__construct',
|
|
1 => 'app\\framework\\exception\\http\\jsonrequired',
|
|
2 => 'app\\framework\\exception\\http\\xmlrequired',
|
|
3 => 'app\\framework\\exception\\http\\formdatarequired',
|
|
4 => 'app\\framework\\exception\\http\\multipartrequired',
|
|
5 => 'app\\framework\\exception\\http\\textrequired',
|
|
6 => 'app\\framework\\exception\\http\\apiendpoint',
|
|
7 => 'app\\framework\\exception\\http\\fileupload',
|
|
8 => 'app\\framework\\exception\\http\\getsecurityeventdata',
|
|
9 => 'app\\framework\\exception\\http\\requiresalert',
|
|
10 => 'app\\framework\\exception\\http\\iscommonapicontenttype',
|
|
11 => 'app\\framework\\exception\\http\\getusermessage',
|
|
12 => 'app\\framework\\exception\\http\\formatcontenttypelist',
|
|
13 => 'app\\framework\\exception\\http\\getsuggestedcontenttype',
|
|
14 => 'app\\framework\\exception\\http\\getresponseheaders',
|
|
15 => 'app\\framework\\exception\\http\\analyzeprovidedcontenttype',
|
|
16 => 'app\\framework\\exception\\http\\getclientrecommendation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Http/OversizedRequestException.php' =>
|
|
array (
|
|
0 => '1c89e7da0811e6c46655b5312b48e24519664030',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\oversizedrequestexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\http\\__construct',
|
|
1 => 'app\\framework\\exception\\http\\requestbody',
|
|
2 => 'app\\framework\\exception\\http\\requestheader',
|
|
3 => 'app\\framework\\exception\\http\\uploadedfile',
|
|
4 => 'app\\framework\\exception\\http\\multipartform',
|
|
5 => 'app\\framework\\exception\\http\\querystring',
|
|
6 => 'app\\framework\\exception\\http\\jsonpayload',
|
|
7 => 'app\\framework\\exception\\http\\getsecurityeventdata',
|
|
8 => 'app\\framework\\exception\\http\\requiresalert',
|
|
9 => 'app\\framework\\exception\\http\\getsizeratio',
|
|
10 => 'app\\framework\\exception\\http\\getexcessbytes',
|
|
11 => 'app\\framework\\exception\\http\\ispotentialdos',
|
|
12 => 'app\\framework\\exception\\http\\getusermessage',
|
|
13 => 'app\\framework\\exception\\http\\formatbytes',
|
|
14 => 'app\\framework\\exception\\http\\getclientrecommendation',
|
|
15 => 'app\\framework\\exception\\http\\gettechnicaldetails',
|
|
16 => 'app\\framework\\exception\\http\\getalternativehttpcode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityLogLevel.php' =>
|
|
array (
|
|
0 => 'a837ca848c4a4ea67106fe42d7afe8176f21bc9c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityloglevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\getnumericvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/ExceptionContext.php' =>
|
|
array (
|
|
0 => 'c8cfd42b6c660d915214fecd4f996c0cdb7dee16',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\exceptioncontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
1 => 'app\\framework\\exception\\empty',
|
|
2 => 'app\\framework\\exception\\foroperation',
|
|
3 => 'app\\framework\\exception\\withoperation',
|
|
4 => 'app\\framework\\exception\\withdata',
|
|
5 => 'app\\framework\\exception\\withdebug',
|
|
6 => 'app\\framework\\exception\\withmetadata',
|
|
7 => 'app\\framework\\exception\\toarray',
|
|
8 => 'app\\framework\\exception\\sanitizedata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/DatabaseException.php' =>
|
|
array (
|
|
0 => '8794d87342c56f57e32812fc6d4d282c6d89ad54',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\databaseexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\connectionfailed',
|
|
1 => 'app\\framework\\exception\\queryfailed',
|
|
2 => 'app\\framework\\exception\\constraintviolation',
|
|
3 => 'app\\framework\\exception\\transactionfailed',
|
|
4 => 'app\\framework\\exception\\poolexhausted',
|
|
5 => 'app\\framework\\exception\\timeout',
|
|
6 => 'app\\framework\\exception\\migrationfailed',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityException.php' =>
|
|
array (
|
|
0 => 'a5e41b91c4016b129f5582b780ab961dd55b5936',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
1 => 'app\\framework\\exception\\fromevent',
|
|
2 => 'app\\framework\\exception\\createsecuritycontext',
|
|
3 => 'app\\framework\\exception\\getsecurityevent',
|
|
4 => 'app\\framework\\exception\\getsecuritylevel',
|
|
5 => 'app\\framework\\exception\\requiresalert',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SystemContext.php' =>
|
|
array (
|
|
0 => '590f4a364ed5cd890218aedb26acceb8273198c9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\systemcontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
1 => 'app\\framework\\exception\\current',
|
|
2 => 'app\\framework\\exception\\empty',
|
|
3 => 'app\\framework\\exception\\toarray',
|
|
4 => 'app\\framework\\exception\\formatbytes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/ConsoleException.php' =>
|
|
array (
|
|
0 => '3aaaa3d519093356d7d67a47f0c349500c42d7b3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\consoleexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\commandfailed',
|
|
1 => 'app\\framework\\exception\\commandnotfound',
|
|
2 => 'app\\framework\\exception\\invalidarguments',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/ErrorHandlerContext.php' =>
|
|
array (
|
|
0 => 'e333e502b9892bdf88e12024842258cfa61b5ea0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\errorhandlercontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
1 => 'app\\framework\\exception\\create',
|
|
2 => 'app\\framework\\exception\\fromexception',
|
|
3 => 'app\\framework\\exception\\withmetadata',
|
|
4 => 'app\\framework\\exception\\withrequest',
|
|
5 => 'app\\framework\\exception\\withsystem',
|
|
6 => 'app\\framework\\exception\\toarray',
|
|
7 => 'app\\framework\\exception\\toflatarray',
|
|
8 => 'app\\framework\\exception\\forlogging',
|
|
9 => 'app\\framework\\exception\\tosecurityeventformat',
|
|
10 => 'app\\framework\\exception\\tosecurityeventjson',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/DirectoryCreateException.php' =>
|
|
array (
|
|
0 => '9f03c02f09b95152d8aacaf91378dbbbee8b0671',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\directorycreateexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/RequestContext.php' =>
|
|
array (
|
|
0 => '3b8dbbbc44baaf5c8c46de0993556881704c1395',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\requestcontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
1 => 'app\\framework\\exception\\create',
|
|
2 => 'app\\framework\\exception\\fromglobals',
|
|
3 => 'app\\framework\\exception\\empty',
|
|
4 => 'app\\framework\\exception\\toarray',
|
|
5 => 'app\\framework\\exception\\getclientip',
|
|
6 => 'app\\framework\\exception\\getheaders',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Security/SqlInjectionAttemptException.php' =>
|
|
array (
|
|
0 => '9f85215371f861e20290e36da71547bcb6e016f2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\security\\sqlinjectionattemptexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\security\\__construct',
|
|
1 => 'app\\framework\\exception\\security\\unionselect',
|
|
2 => 'app\\framework\\exception\\security\\commentinjection',
|
|
3 => 'app\\framework\\exception\\security\\blindsqlinjection',
|
|
4 => 'app\\framework\\exception\\security\\timebasedinjection',
|
|
5 => 'app\\framework\\exception\\security\\errorbasedinjection',
|
|
6 => 'app\\framework\\exception\\security\\booleanbasedinjection',
|
|
7 => 'app\\framework\\exception\\security\\stackedqueries',
|
|
8 => 'app\\framework\\exception\\security\\getsecurityeventdata',
|
|
9 => 'app\\framework\\exception\\security\\getattackseverity',
|
|
10 => 'app\\framework\\exception\\security\\requiresalert',
|
|
11 => 'app\\framework\\exception\\security\\isautomatedattack',
|
|
12 => 'app\\framework\\exception\\security\\analyzepattern',
|
|
13 => 'app\\framework\\exception\\security\\getusermessage',
|
|
14 => 'app\\framework\\exception\\security\\sanitizevalueforlog',
|
|
15 => 'app\\framework\\exception\\security\\getdefenserecommendation',
|
|
16 => 'app\\framework\\exception\\security\\generateioc',
|
|
17 => 'app\\framework\\exception\\security\\requiresimmediateaction',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Security/PathTraversalAttemptException.php' =>
|
|
array (
|
|
0 => 'fd8b37bad09cd851ff23870773c5d67882940bce',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\security\\pathtraversalattemptexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\security\\__construct',
|
|
1 => 'app\\framework\\exception\\security\\dotdotslash',
|
|
2 => 'app\\framework\\exception\\security\\dotdotbackslash',
|
|
3 => 'app\\framework\\exception\\security\\encodedtraversal',
|
|
4 => 'app\\framework\\exception\\security\\unicodetraversal',
|
|
5 => 'app\\framework\\exception\\security\\absolutepath',
|
|
6 => 'app\\framework\\exception\\security\\systempath',
|
|
7 => 'app\\framework\\exception\\security\\configfileaccess',
|
|
8 => 'app\\framework\\exception\\security\\getsecurityeventdata',
|
|
9 => 'app\\framework\\exception\\security\\getattackseverity',
|
|
10 => 'app\\framework\\exception\\security\\calculatetraversaldepth',
|
|
11 => 'app\\framework\\exception\\security\\requiresalert',
|
|
12 => 'app\\framework\\exception\\security\\isautomatedattack',
|
|
13 => 'app\\framework\\exception\\security\\analyzepattern',
|
|
14 => 'app\\framework\\exception\\security\\getusermessage',
|
|
15 => 'app\\framework\\exception\\security\\getdefenserecommendation',
|
|
16 => 'app\\framework\\exception\\security\\generateioc',
|
|
17 => 'app\\framework\\exception\\security\\requiresimmediateaction',
|
|
18 => 'app\\framework\\exception\\security\\getwafrulesuggestions',
|
|
19 => 'app\\framework\\exception\\security\\getsecurealternatives',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Security/XssAttemptException.php' =>
|
|
array (
|
|
0 => '246494a559a6c6f101e77ac6280e9a30798b9353',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\security\\xssattemptexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\security\\__construct',
|
|
1 => 'app\\framework\\exception\\security\\scripttag',
|
|
2 => 'app\\framework\\exception\\security\\oneventhandler',
|
|
3 => 'app\\framework\\exception\\security\\javascriptprotocol',
|
|
4 => 'app\\framework\\exception\\security\\htmlinjection',
|
|
5 => 'app\\framework\\exception\\security\\dombasedxss',
|
|
6 => 'app\\framework\\exception\\security\\storedxss',
|
|
7 => 'app\\framework\\exception\\security\\cssinjection',
|
|
8 => 'app\\framework\\exception\\security\\svgxss',
|
|
9 => 'app\\framework\\exception\\security\\getsecurityeventdata',
|
|
10 => 'app\\framework\\exception\\security\\getattackseverity',
|
|
11 => 'app\\framework\\exception\\security\\requiresalert',
|
|
12 => 'app\\framework\\exception\\security\\isautomatedattack',
|
|
13 => 'app\\framework\\exception\\security\\analyzepattern',
|
|
14 => 'app\\framework\\exception\\security\\getusermessage',
|
|
15 => 'app\\framework\\exception\\security\\sanitizevalueforlog',
|
|
16 => 'app\\framework\\exception\\security\\getdefenserecommendation',
|
|
17 => 'app\\framework\\exception\\security\\getcsprecommendations',
|
|
18 => 'app\\framework\\exception\\security\\generateioc',
|
|
19 => 'app\\framework\\exception\\security\\requiresimmediateaction',
|
|
20 => 'app\\framework\\exception\\security\\getwafrulesuggestions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Authentication/TokenExpiredException.php' =>
|
|
array (
|
|
0 => 'c3bd2016d1ea732794109fba90199165d207686a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\tokenexpiredexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\__construct',
|
|
1 => 'app\\framework\\exception\\authentication\\sessiontoken',
|
|
2 => 'app\\framework\\exception\\authentication\\jwttoken',
|
|
3 => 'app\\framework\\exception\\authentication\\apikey',
|
|
4 => 'app\\framework\\exception\\authentication\\refreshtoken',
|
|
5 => 'app\\framework\\exception\\authentication\\passwordresettoken',
|
|
6 => 'app\\framework\\exception\\authentication\\twofactortoken',
|
|
7 => 'app\\framework\\exception\\authentication\\getsecurityeventdata',
|
|
8 => 'app\\framework\\exception\\authentication\\getexpiredsinceseconds',
|
|
9 => 'app\\framework\\exception\\authentication\\isrecentlyexpired',
|
|
10 => 'app\\framework\\exception\\authentication\\islongexpired',
|
|
11 => 'app\\framework\\exception\\authentication\\getexpirationmessage',
|
|
12 => 'app\\framework\\exception\\authentication\\requiresalert',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Authentication/InsufficientPrivilegesException.php' =>
|
|
array (
|
|
0 => '2548da4cae079b6c08a8695333c5b36a819042ae',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\insufficientprivilegesexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\__construct',
|
|
1 => 'app\\framework\\exception\\authentication\\resourceaccess',
|
|
2 => 'app\\framework\\exception\\authentication\\adminaction',
|
|
3 => 'app\\framework\\exception\\authentication\\apiendpoint',
|
|
4 => 'app\\framework\\exception\\authentication\\fileaccess',
|
|
5 => 'app\\framework\\exception\\authentication\\dataaccess',
|
|
6 => 'app\\framework\\exception\\authentication\\privilegeescalation',
|
|
7 => 'app\\framework\\exception\\authentication\\getsecurityeventdata',
|
|
8 => 'app\\framework\\exception\\authentication\\getmissingroles',
|
|
9 => 'app\\framework\\exception\\authentication\\hasrequiredroles',
|
|
10 => 'app\\framework\\exception\\authentication\\requiresalert',
|
|
11 => 'app\\framework\\exception\\authentication\\getusermessage',
|
|
12 => 'app\\framework\\exception\\authentication\\getrecommendation',
|
|
13 => 'app\\framework\\exception\\authentication\\isprivilegeescalationattempt',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Authentication/InvalidCredentialsException.php' =>
|
|
array (
|
|
0 => 'fb40e9fc454ee463a092230e4f9af377c2248dab',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\invalidcredentialsexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\__construct',
|
|
1 => 'app\\framework\\exception\\authentication\\invalidpassword',
|
|
2 => 'app\\framework\\exception\\authentication\\invalidusername',
|
|
3 => 'app\\framework\\exception\\authentication\\passwordexpired',
|
|
4 => 'app\\framework\\exception\\authentication\\twofactorrequired',
|
|
5 => 'app\\framework\\exception\\authentication\\accountnotverified',
|
|
6 => 'app\\framework\\exception\\authentication\\getsecurityeventdata',
|
|
7 => 'app\\framework\\exception\\authentication\\requiresalert',
|
|
8 => 'app\\framework\\exception\\authentication\\getsafeidentifier',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Authentication/SessionTimeoutException.php' =>
|
|
array (
|
|
0 => '78e59252ce560bfefd447a1d5b29dbdd68fa3fb8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\sessiontimeoutexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\__construct',
|
|
1 => 'app\\framework\\exception\\authentication\\inactivitytimeout',
|
|
2 => 'app\\framework\\exception\\authentication\\absolutetimeout',
|
|
3 => 'app\\framework\\exception\\authentication\\concurrentsessionlimit',
|
|
4 => 'app\\framework\\exception\\authentication\\securitypolicytimeout',
|
|
5 => 'app\\framework\\exception\\authentication\\administrativetermination',
|
|
6 => 'app\\framework\\exception\\authentication\\getsecurityeventdata',
|
|
7 => 'app\\framework\\exception\\authentication\\getsessionidhash',
|
|
8 => 'app\\framework\\exception\\authentication\\requiresalert',
|
|
9 => 'app\\framework\\exception\\authentication\\isrenewable',
|
|
10 => 'app\\framework\\exception\\authentication\\getrecommendedaction',
|
|
11 => 'app\\framework\\exception\\authentication\\getusermessage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/Authentication/AccountLockedException.php' =>
|
|
array (
|
|
0 => '8827a51235bc3421f49848664797e2a5d5ec2325',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\accountlockedexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\authentication\\__construct',
|
|
1 => 'app\\framework\\exception\\authentication\\toomanyfailedattempts',
|
|
2 => 'app\\framework\\exception\\authentication\\suspiciousactivity',
|
|
3 => 'app\\framework\\exception\\authentication\\administrativelock',
|
|
4 => 'app\\framework\\exception\\authentication\\bruteforcedetected',
|
|
5 => 'app\\framework\\exception\\authentication\\getsecurityeventdata',
|
|
6 => 'app\\framework\\exception\\authentication\\ispermanentlock',
|
|
7 => 'app\\framework\\exception\\authentication\\getunlocktime',
|
|
8 => 'app\\framework\\exception\\authentication\\getremaininglocktimeseconds',
|
|
9 => 'app\\framework\\exception\\authentication\\requiresalert',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/ErrorCode.php' =>
|
|
array (
|
|
0 => '93c0ffdc68b8d5c4f01dc4abf79de7fab1989f08',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\errorcode',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\getcategory',
|
|
1 => 'app\\framework\\exception\\getnumericcode',
|
|
2 => 'app\\framework\\exception\\getdescription',
|
|
3 => 'app\\framework\\exception\\getrecoveryhint',
|
|
4 => 'app\\framework\\exception\\isrecoverable',
|
|
5 => 'app\\framework\\exception\\getretryafterseconds',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/DirectoryListException.php' =>
|
|
array (
|
|
0 => '3a417f2933d94061a0d17f97580b7edf7635219d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\directorylistexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/AuthorizationAccessDeniedEvent.php' =>
|
|
array (
|
|
0 => '11de2b78362be48db7fccb82ec9ee9faeff9645d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\authorizationaccessdeniedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/AuthenticationLoginSuccessEvent.php' =>
|
|
array (
|
|
0 => 'e8c189cfe0d455daf09e6430c7b60bfe686a5785',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\authenticationloginsuccessevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/SecurityEventInterface.php' =>
|
|
array (
|
|
0 => 'e2941683a781d5ed0d72d45dfc276363e3e89025',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\securityeventinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
1 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
2 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
3 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
4 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
5 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/InputXssAttemptEvent.php' =>
|
|
array (
|
|
0 => 'aaee8d531a9ac45c770736d619a31819979f8732',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\inputxssattemptevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/InputSqlInjectionAttemptEvent.php' =>
|
|
array (
|
|
0 => 'c69dbce3c306581a11d225331636ce0aa46df116',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\inputsqlinjectionattemptevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/AuthenticationLoginFailedEvent.php' =>
|
|
array (
|
|
0 => 'c9472dad7e488c0d080d1e1943d1ab2717f108f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\authenticationloginfailedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/SystemExcessiveUseEvent.php' =>
|
|
array (
|
|
0 => '444e9d7c1b61f54d175ac61aa4169dbf9bd2ce3c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\systemexcessiveuseevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/AuthorizationAdminActionEvent.php' =>
|
|
array (
|
|
0 => 'babb22ad95478407af2560376891dd4e9d9a402d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\authorizationadminactionevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/AuthenticationAccountLockedEvent.php' =>
|
|
array (
|
|
0 => '4ba93197f090429e573e183cf7da1ec43cdcf1b7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\authenticationaccountlockedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/SecurityEvent/AuthenticationLoginSuccessAfterFailEvent.php' =>
|
|
array (
|
|
0 => '4fb921e2f033b0cc76a8cc6ad90f6ee66c65c3ca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\authenticationloginsuccessafterfailevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\securityevent\\__construct',
|
|
1 => 'app\\framework\\exception\\securityevent\\geteventidentifier',
|
|
2 => 'app\\framework\\exception\\securityevent\\getdescription',
|
|
3 => 'app\\framework\\exception\\securityevent\\getloglevel',
|
|
4 => 'app\\framework\\exception\\securityevent\\getcategory',
|
|
5 => 'app\\framework\\exception\\securityevent\\requiresalert',
|
|
6 => 'app\\framework\\exception\\securityevent\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Exception/FrameworkException.php' =>
|
|
array (
|
|
0 => '2ba42af89198da0262f1edfd7f7d705005809448',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\frameworkexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\exception\\__construct',
|
|
1 => 'app\\framework\\exception\\getcontext',
|
|
2 => 'app\\framework\\exception\\withcontext',
|
|
3 => 'app\\framework\\exception\\withoperation',
|
|
4 => 'app\\framework\\exception\\withdata',
|
|
5 => 'app\\framework\\exception\\withdebug',
|
|
6 => 'app\\framework\\exception\\withmetadata',
|
|
7 => 'app\\framework\\exception\\toarray',
|
|
8 => 'app\\framework\\exception\\simple',
|
|
9 => 'app\\framework\\exception\\create',
|
|
10 => 'app\\framework\\exception\\foroperation',
|
|
11 => 'app\\framework\\exception\\fromcontext',
|
|
12 => 'app\\framework\\exception\\geterrorcode',
|
|
13 => 'app\\framework\\exception\\getretryafter',
|
|
14 => 'app\\framework\\exception\\isrecoverable',
|
|
15 => 'app\\framework\\exception\\getrecoveryhint',
|
|
16 => 'app\\framework\\exception\\iserrorcode',
|
|
17 => 'app\\framework\\exception\\iscategory',
|
|
18 => 'app\\framework\\exception\\witherrorcode',
|
|
19 => 'app\\framework\\exception\\withretryafter',
|
|
20 => 'app\\framework\\exception\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/SyntaxHighlighter.php' =>
|
|
array (
|
|
0 => 'e59de52d632bd54e96fc9b72505f17ba831c4dd4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\syntaxhighlighter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\__construct',
|
|
1 => 'app\\framework\\syntaxhighlighter\\registerdefaultformatters',
|
|
2 => 'app\\framework\\syntaxhighlighter\\highlight',
|
|
3 => 'app\\framework\\syntaxhighlighter\\getformatter',
|
|
4 => 'app\\framework\\syntaxhighlighter\\tokenize',
|
|
5 => 'app\\framework\\syntaxhighlighter\\addtokenmapping',
|
|
6 => 'app\\framework\\syntaxhighlighter\\setcustomtokenmappings',
|
|
7 => 'app\\framework\\syntaxhighlighter\\highlightwithcss',
|
|
8 => 'app\\framework\\syntaxhighlighter\\highlightwithoutcss',
|
|
9 => 'app\\framework\\syntaxhighlighter\\getcss',
|
|
10 => 'app\\framework\\syntaxhighlighter\\resetcssoutput',
|
|
11 => 'app\\framework\\syntaxhighlighter\\highlightwithoffset',
|
|
12 => 'app\\framework\\syntaxhighlighter\\highlightfilesegment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/DocBlockParser.php' =>
|
|
array (
|
|
0 => '6eb654375829bcb176047fef56b3c79cd34bf248',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\docblockparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\parsedocblock',
|
|
1 => 'app\\framework\\syntaxhighlighter\\extractcontent',
|
|
2 => 'app\\framework\\syntaxhighlighter\\parselinecontent',
|
|
3 => 'app\\framework\\syntaxhighlighter\\parseaftertag',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/Token.php' =>
|
|
array (
|
|
0 => '0dffbba2e24c0f44e153f0a100d1f79de61f3875',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\token',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/Formatters/HtmlFormatter.php' =>
|
|
array (
|
|
0 => '269e72510496d4f5e9f679aeec81071cca033205',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\formatters\\htmlformatter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\formatters\\settheme',
|
|
1 => 'app\\framework\\syntaxhighlighter\\formatters\\format',
|
|
2 => 'app\\framework\\syntaxhighlighter\\formatters\\generatecss',
|
|
3 => 'app\\framework\\syntaxhighlighter\\formatters\\getcssrules',
|
|
4 => 'app\\framework\\syntaxhighlighter\\formatters\\resetcssoutput',
|
|
5 => 'app\\framework\\syntaxhighlighter\\formatters\\getcss',
|
|
6 => 'app\\framework\\syntaxhighlighter\\formatters\\grouptokensbylines',
|
|
7 => 'app\\framework\\syntaxhighlighter\\formatters\\formatline',
|
|
8 => 'app\\framework\\syntaxhighlighter\\formatters\\formattoken',
|
|
9 => 'app\\framework\\syntaxhighlighter\\formatters\\wrapline',
|
|
10 => 'app\\framework\\syntaxhighlighter\\formatters\\wrapoutput',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/Formatters/ConsoleFormatter.php' =>
|
|
array (
|
|
0 => '698fd5ba2f1456e34c5478f96afd774dbb5b755c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\formatters\\consoleformatter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\formatters\\__construct',
|
|
1 => 'app\\framework\\syntaxhighlighter\\formatters\\format',
|
|
2 => 'app\\framework\\syntaxhighlighter\\formatters\\grouptokensbylines',
|
|
3 => 'app\\framework\\syntaxhighlighter\\formatters\\formatline',
|
|
4 => 'app\\framework\\syntaxhighlighter\\formatters\\formattoken',
|
|
5 => 'app\\framework\\syntaxhighlighter\\formatters\\formatplaintext',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/Formatters/FormatterInterface.php' =>
|
|
array (
|
|
0 => 'bb1d0c3a54a1b2931b9b6e48b3500f8a82aa9e3e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\formatters\\formatterinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\formatters\\format',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/Tokenizer.php' =>
|
|
array (
|
|
0 => '3fdc956a32704cdb7b8eb3ce342e234bedfeb1a8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\tokenizer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\__construct',
|
|
1 => 'app\\framework\\syntaxhighlighter\\tokenize',
|
|
2 => 'app\\framework\\syntaxhighlighter\\tokenizelarge',
|
|
3 => 'app\\framework\\syntaxhighlighter\\processchunk',
|
|
4 => 'app\\framework\\syntaxhighlighter\\classifysinglecharacter',
|
|
5 => 'app\\framework\\syntaxhighlighter\\classifycontextually',
|
|
6 => 'app\\framework\\syntaxhighlighter\\parsedocblockcontent',
|
|
7 => 'app\\framework\\syntaxhighlighter\\isinattributecontext',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/TokenMapper.php' =>
|
|
array (
|
|
0 => 'd566d2dc3001d46c7b17f730f79ff5700afe5989',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\tokenmapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\__construct',
|
|
1 => 'app\\framework\\syntaxhighlighter\\initializedefaultmapping',
|
|
2 => 'app\\framework\\syntaxhighlighter\\gettokentype',
|
|
3 => 'app\\framework\\syntaxhighlighter\\addmapping',
|
|
4 => 'app\\framework\\syntaxhighlighter\\removemapping',
|
|
5 => 'app\\framework\\syntaxhighlighter\\hasmapping',
|
|
6 => 'app\\framework\\syntaxhighlighter\\getallmappings',
|
|
7 => 'app\\framework\\syntaxhighlighter\\setmappings',
|
|
8 => 'app\\framework\\syntaxhighlighter\\mergemappings',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/TokenType.php' =>
|
|
array (
|
|
0 => 'c6773c913430b401a3a918c53f4d3897a81c0174',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\tokentype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\getcssclass',
|
|
1 => 'app\\framework\\syntaxhighlighter\\getconsolecolor',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SyntaxHighlighter/FileHighlighter.php' =>
|
|
array (
|
|
0 => 'd3ea900acaca06a50b6dc760022b153776233d86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\filehighlighter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\syntaxhighlighter\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Middleware/RequestPerformanceMiddleware.php' =>
|
|
array (
|
|
0 => '978b44afac9ec7f938638c01172f12f069a77f19',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\requestperformancemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\__construct',
|
|
1 => 'app\\framework\\performance\\middleware\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Middleware/DatabasePerformanceMiddleware.php' =>
|
|
array (
|
|
0 => '7e73406aa055cd20ab2afc0de585807bcdf937a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\databaseperformancemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\__construct',
|
|
1 => 'app\\framework\\performance\\middleware\\process',
|
|
2 => 'app\\framework\\performance\\middleware\\getpriority',
|
|
3 => 'app\\framework\\performance\\middleware\\getquerytype',
|
|
4 => 'app\\framework\\performance\\middleware\\sanitizequery',
|
|
5 => 'app\\framework\\performance\\middleware\\sanitizebindings',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Middleware/ControllerPerformanceMiddleware.php' =>
|
|
array (
|
|
0 => '387a1ccd782a97ad281131f5eb903924b73d1239',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\controllerperformancemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\__construct',
|
|
1 => 'app\\framework\\performance\\middleware\\__invoke',
|
|
2 => 'app\\framework\\performance\\middleware\\extractcontrollerinfo',
|
|
3 => 'app\\framework\\performance\\middleware\\parsecontrollerstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Middleware/PerformanceDebugMiddleware.php' =>
|
|
array (
|
|
0 => 'daf30473778eeabe4c5644ac5a3cf2d7736cc2ba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\performancedebugmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\__construct',
|
|
1 => 'app\\framework\\performance\\middleware\\__invoke',
|
|
2 => 'app\\framework\\performance\\middleware\\handleperformanceoutput',
|
|
3 => 'app\\framework\\performance\\middleware\\isajaxrequest',
|
|
4 => 'app\\framework\\performance\\middleware\\addperformanceoutput',
|
|
5 => 'app\\framework\\performance\\middleware\\wrapreportforinsertion',
|
|
6 => 'app\\framework\\performance\\middleware\\addperformanceheaders',
|
|
7 => 'app\\framework\\performance\\middleware\\formatbytes',
|
|
8 => 'app\\framework\\performance\\middleware\\generatesessiondebuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Middleware/RoutingPerformanceMiddleware.php' =>
|
|
array (
|
|
0 => '3122e4abecfcc01f01a0d83e2ec8e8da89d056d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\routingperformancemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\middleware\\__construct',
|
|
1 => 'app\\framework\\performance\\middleware\\__invoke',
|
|
2 => 'app\\framework\\performance\\middleware\\isroutefound',
|
|
3 => 'app\\framework\\performance\\middleware\\getroutepattern',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/PerformanceMetric.php' =>
|
|
array (
|
|
0 => '63ff75ed34a182fd472782f2a865f6d9627643e4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\performancemetric',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\__construct',
|
|
1 => 'app\\framework\\performance\\create',
|
|
2 => 'app\\framework\\performance\\addmeasurementobject',
|
|
3 => 'app\\framework\\performance\\addvalue',
|
|
4 => 'app\\framework\\performance\\increment',
|
|
5 => 'app\\framework\\performance\\getkey',
|
|
6 => 'app\\framework\\performance\\getcategory',
|
|
7 => 'app\\framework\\performance\\getcontext',
|
|
8 => 'app\\framework\\performance\\getcontextobject',
|
|
9 => 'app\\framework\\performance\\getcount',
|
|
10 => 'app\\framework\\performance\\getmeasurements',
|
|
11 => 'app\\framework\\performance\\gettotalduration',
|
|
12 => 'app\\framework\\performance\\gettotaldurationobject',
|
|
13 => 'app\\framework\\performance\\getaverageduration',
|
|
14 => 'app\\framework\\performance\\getaveragedurationmilliseconds',
|
|
15 => 'app\\framework\\performance\\getminduration',
|
|
16 => 'app\\framework\\performance\\getmindurationobject',
|
|
17 => 'app\\framework\\performance\\getmaxduration',
|
|
18 => 'app\\framework\\performance\\getmaxdurationobject',
|
|
19 => 'app\\framework\\performance\\gettotalmemory',
|
|
20 => 'app\\framework\\performance\\gettotalmemoryasbytes',
|
|
21 => 'app\\framework\\performance\\getaveragememory',
|
|
22 => 'app\\framework\\performance\\getaveragememoryasbytes',
|
|
23 => 'app\\framework\\performance\\getminmemory',
|
|
24 => 'app\\framework\\performance\\getminmemoryasbytes',
|
|
25 => 'app\\framework\\performance\\getmaxmemory',
|
|
26 => 'app\\framework\\performance\\getmaxmemoryasbytes',
|
|
27 => 'app\\framework\\performance\\getvalues',
|
|
28 => 'app\\framework\\performance\\getaveragevalue',
|
|
29 => 'app\\framework\\performance\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/PerformanceReporter.php' =>
|
|
array (
|
|
0 => '787085e9c734b029fb7262d1d5da1da1168f5609',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\performancereporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\__construct',
|
|
1 => 'app\\framework\\performance\\generatereport',
|
|
2 => 'app\\framework\\performance\\collectreportdata',
|
|
3 => 'app\\framework\\performance\\generatehtmlreport',
|
|
4 => 'app\\framework\\performance\\generatetextreport',
|
|
5 => 'app\\framework\\performance\\getsummary',
|
|
6 => 'app\\framework\\performance\\gettopmetricsbytime',
|
|
7 => 'app\\framework\\performance\\gettopmetricsbymemory',
|
|
8 => 'app\\framework\\performance\\getmetricsbycategory',
|
|
9 => 'app\\framework\\performance\\exporttofile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/PerformanceService.php' =>
|
|
array (
|
|
0 => 'e8aaaa67288f2d821422e2c89acb21ebc75b08f9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\performanceservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\__construct',
|
|
1 => 'app\\framework\\performance\\measure',
|
|
2 => 'app\\framework\\performance\\starttiming',
|
|
3 => 'app\\framework\\performance\\endtiming',
|
|
4 => 'app\\framework\\performance\\recordmetric',
|
|
5 => 'app\\framework\\performance\\increment',
|
|
6 => 'app\\framework\\performance\\getmetrics',
|
|
7 => 'app\\framework\\performance\\getmetric',
|
|
8 => 'app\\framework\\performance\\generatereport',
|
|
9 => 'app\\framework\\performance\\getrequeststats',
|
|
10 => 'app\\framework\\performance\\reset',
|
|
11 => 'app\\framework\\performance\\isenabled',
|
|
12 => 'app\\framework\\performance\\setenabled',
|
|
13 => 'app\\framework\\performance\\getconfig',
|
|
14 => 'app\\framework\\performance\\measuredatabasequery',
|
|
15 => 'app\\framework\\performance\\measurecacheoperation',
|
|
16 => 'app\\framework\\performance\\measureviewrender',
|
|
17 => 'app\\framework\\performance\\getsummary',
|
|
18 => 'app\\framework\\performance\\getslowestoperations',
|
|
19 => 'app\\framework\\performance\\exportmetrics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/MemoryMonitor.php' =>
|
|
array (
|
|
0 => '89bc06fa4517bfb24f159d5d8e3112b8f247a745',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\memorymonitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\getcurrentmemory',
|
|
1 => 'app\\framework\\performance\\getpeakmemory',
|
|
2 => 'app\\framework\\performance\\getmemorylimit',
|
|
3 => 'app\\framework\\performance\\getmemoryusagepercentage',
|
|
4 => 'app\\framework\\performance\\ismemorylimitapproaching',
|
|
5 => 'app\\framework\\performance\\getsummary',
|
|
6 => 'app\\framework\\performance\\quickcheck',
|
|
7 => 'app\\framework\\performance\\ismemorylow',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/PerformanceCategory.php' =>
|
|
array (
|
|
0 => '72799a7b8e53dae27a1bd71bfd9374403c852332',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\performancecategory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\fromstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/PerformanceServiceInitializer.php' =>
|
|
array (
|
|
0 => '8bc44db9c67ef11cb828dbd99541ae65f5633c6e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\performanceserviceinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\__construct',
|
|
1 => 'app\\framework\\performance\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/PerformanceConfig.php' =>
|
|
array (
|
|
0 => 'e254e13970980b30b00c79b23d0a7047b0cc193e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\performanceconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\__construct',
|
|
1 => 'app\\framework\\performance\\istrackingenabled',
|
|
2 => 'app\\framework\\performance\\shouldexcludepath',
|
|
3 => 'app\\framework\\performance\\isslowquery',
|
|
4 => 'app\\framework\\performance\\useenhancedcollector',
|
|
5 => 'app\\framework\\performance\\isenabled',
|
|
6 => 'app\\framework\\performance\\getthreshold',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/MetricContext.php' =>
|
|
array (
|
|
0 => '0207e67d46cf670900d495f9359e8fae51c53000',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\metriccontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\validatedata',
|
|
2 => 'app\\framework\\performance\\valueobjects\\isvalidvalue',
|
|
3 => 'app\\framework\\performance\\valueobjects\\with',
|
|
4 => 'app\\framework\\performance\\valueobjects\\without',
|
|
5 => 'app\\framework\\performance\\valueobjects\\merge',
|
|
6 => 'app\\framework\\performance\\valueobjects\\get',
|
|
7 => 'app\\framework\\performance\\valueobjects\\has',
|
|
8 => 'app\\framework\\performance\\valueobjects\\isempty',
|
|
9 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
10 => 'app\\framework\\performance\\valueobjects\\normalizedata',
|
|
11 => 'app\\framework\\performance\\valueobjects\\normalizevalue',
|
|
12 => 'app\\framework\\performance\\valueobjects\\equals',
|
|
13 => 'app\\framework\\performance\\valueobjects\\empty',
|
|
14 => 'app\\framework\\performance\\valueobjects\\fromrequest',
|
|
15 => 'app\\framework\\performance\\valueobjects\\fromdatabase',
|
|
16 => 'app\\framework\\performance\\valueobjects\\fromcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/MemorySummary.php' =>
|
|
array (
|
|
0 => 'dbcb14551f40086202548448a8b64d70d7817270',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\memorysummary',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\getcurrentbytes',
|
|
2 => 'app\\framework\\performance\\valueobjects\\getpeakbytes',
|
|
3 => 'app\\framework\\performance\\valueobjects\\getlimitbytes',
|
|
4 => 'app\\framework\\performance\\valueobjects\\getcurrenthumanreadable',
|
|
5 => 'app\\framework\\performance\\valueobjects\\getpeakhumanreadable',
|
|
6 => 'app\\framework\\performance\\valueobjects\\getlimithumanreadable',
|
|
7 => 'app\\framework\\performance\\valueobjects\\getusagepercentageformatted',
|
|
8 => 'app\\framework\\performance\\valueobjects\\ismemorylow',
|
|
9 => 'app\\framework\\performance\\valueobjects\\ismemorycritical',
|
|
10 => 'app\\framework\\performance\\valueobjects\\getavailablememory',
|
|
11 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
12 => 'app\\framework\\performance\\valueobjects\\__tostring',
|
|
13 => 'app\\framework\\performance\\valueobjects\\jsonserialize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/CategoryMetrics.php' =>
|
|
array (
|
|
0 => '8e1770908bd5cb306b7375ebd8f675f62c9c8d60',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\categorymetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\frommetrics',
|
|
2 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\performance\\valueobjects\\getformattedtotaltime',
|
|
4 => 'app\\framework\\performance\\valueobjects\\getformattedaveragetime',
|
|
5 => 'app\\framework\\performance\\valueobjects\\hasmetrics',
|
|
6 => 'app\\framework\\performance\\valueobjects\\hascalls',
|
|
7 => 'app\\framework\\performance\\valueobjects\\getaveragecallspermetric',
|
|
8 => 'app\\framework\\performance\\valueobjects\\isperformanceacceptable',
|
|
9 => 'app\\framework\\performance\\valueobjects\\getslowestmetric',
|
|
10 => 'app\\framework\\performance\\valueobjects\\getmetricssortedbytime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/Measurement.php' =>
|
|
array (
|
|
0 => '7c345e30969cd49e2276e6c4556f837fdc553985',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\measurement',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\create',
|
|
2 => 'app\\framework\\performance\\valueobjects\\frommicrotime',
|
|
3 => 'app\\framework\\performance\\valueobjects\\starttiming',
|
|
4 => 'app\\framework\\performance\\valueobjects\\endtiming',
|
|
5 => 'app\\framework\\performance\\valueobjects\\fromnanoseconds',
|
|
6 => 'app\\framework\\performance\\valueobjects\\endhighrestiming',
|
|
7 => 'app\\framework\\performance\\valueobjects\\getduration',
|
|
8 => 'app\\framework\\performance\\valueobjects\\getmemory',
|
|
9 => 'app\\framework\\performance\\valueobjects\\gettimestamp',
|
|
10 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
11 => 'app\\framework\\performance\\valueobjects\\equals',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/PerformanceReport.php' =>
|
|
array (
|
|
0 => '354ad07594fb89b3701a94e75dd7d738680f74c0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\performancereport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
2 => 'app\\framework\\performance\\valueobjects\\gettotalrequesttime',
|
|
3 => 'app\\framework\\performance\\valueobjects\\gettotalmemoryusage',
|
|
4 => 'app\\framework\\performance\\valueobjects\\getpeakmemoryusage',
|
|
5 => 'app\\framework\\performance\\valueobjects\\getcategorymetrics',
|
|
6 => 'app\\framework\\performance\\valueobjects\\getcategorynames',
|
|
7 => 'app\\framework\\performance\\valueobjects\\getmetricscount',
|
|
8 => 'app\\framework\\performance\\valueobjects\\hasmetrics',
|
|
9 => 'app\\framework\\performance\\valueobjects\\getmemorysummary',
|
|
10 => 'app\\framework\\performance\\valueobjects\\gettopmetricsbytime',
|
|
11 => 'app\\framework\\performance\\valueobjects\\gettopmetricsbymemory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/PerformanceSummary.php' =>
|
|
array (
|
|
0 => 'da94248c11945ec893f386bf7d79c5534cacb23b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\performancesummary',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\fromrawvalues',
|
|
2 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\performance\\valueobjects\\getformattedrequesttime',
|
|
4 => 'app\\framework\\performance\\valueobjects\\getformattedmemoryusage',
|
|
5 => 'app\\framework\\performance\\valueobjects\\getformattedpeakmemory',
|
|
6 => 'app\\framework\\performance\\valueobjects\\isperformanceacceptable',
|
|
7 => 'app\\framework\\performance\\valueobjects\\getperformancegrade',
|
|
8 => 'app\\framework\\performance\\valueobjects\\getperformancescore',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/MeasurementCollection.php' =>
|
|
array (
|
|
0 => '88464f68f4f3ae60a758b4ec65f71f49c4fe4991',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\measurementcollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\add',
|
|
2 => 'app\\framework\\performance\\valueobjects\\count',
|
|
3 => 'app\\framework\\performance\\valueobjects\\isempty',
|
|
4 => 'app\\framework\\performance\\valueobjects\\getiterator',
|
|
5 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
6 => 'app\\framework\\performance\\valueobjects\\gettotalduration',
|
|
7 => 'app\\framework\\performance\\valueobjects\\getaverageduration',
|
|
8 => 'app\\framework\\performance\\valueobjects\\getminduration',
|
|
9 => 'app\\framework\\performance\\valueobjects\\getmaxduration',
|
|
10 => 'app\\framework\\performance\\valueobjects\\gettotalmemory',
|
|
11 => 'app\\framework\\performance\\valueobjects\\getaveragememory',
|
|
12 => 'app\\framework\\performance\\valueobjects\\getminmemory',
|
|
13 => 'app\\framework\\performance\\valueobjects\\getmaxmemory',
|
|
14 => 'app\\framework\\performance\\valueobjects\\getfirst',
|
|
15 => 'app\\framework\\performance\\valueobjects\\getlast',
|
|
16 => 'app\\framework\\performance\\valueobjects\\filterbyminduration',
|
|
17 => 'app\\framework\\performance\\valueobjects\\sortbyduration',
|
|
18 => 'app\\framework\\performance\\valueobjects\\gettopbyduration',
|
|
19 => 'app\\framework\\performance\\valueobjects\\export',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Contracts/PerformanceCollectorInterface.php' =>
|
|
array (
|
|
0 => 'eeb74af8675147abc5a4904c34ad0d43a80cfcc2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\contracts\\performancecollectorinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\contracts\\starttiming',
|
|
1 => 'app\\framework\\performance\\contracts\\endtiming',
|
|
2 => 'app\\framework\\performance\\contracts\\measure',
|
|
3 => 'app\\framework\\performance\\contracts\\recordmetric',
|
|
4 => 'app\\framework\\performance\\contracts\\increment',
|
|
5 => 'app\\framework\\performance\\contracts\\getmetrics',
|
|
6 => 'app\\framework\\performance\\contracts\\getmetric',
|
|
7 => 'app\\framework\\performance\\contracts\\gettotalrequesttime',
|
|
8 => 'app\\framework\\performance\\contracts\\gettotalrequestmemory',
|
|
9 => 'app\\framework\\performance\\contracts\\getpeakmemory',
|
|
10 => 'app\\framework\\performance\\contracts\\reset',
|
|
11 => 'app\\framework\\performance\\contracts\\isenabled',
|
|
12 => 'app\\framework\\performance\\contracts\\setenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Contracts/PerformanceReporterInterface.php' =>
|
|
array (
|
|
0 => '2301bec4ceccbfe96a0ecbdbf97b72220390c1c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\contracts\\performancereporterinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\contracts\\generatereport',
|
|
1 => 'app\\framework\\performance\\contracts\\getsummary',
|
|
2 => 'app\\framework\\performance\\contracts\\gettopmetricsbytime',
|
|
3 => 'app\\framework\\performance\\contracts\\gettopmetricsbymemory',
|
|
4 => 'app\\framework\\performance\\contracts\\getmetricsbycategory',
|
|
5 => 'app\\framework\\performance\\contracts\\exporttofile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/Contracts/PerformanceServiceInterface.php' =>
|
|
array (
|
|
0 => '88a23aaddf40defbaa9d07d49fe99f51f8e6589a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\contracts\\performanceserviceinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\contracts\\measure',
|
|
1 => 'app\\framework\\performance\\contracts\\starttiming',
|
|
2 => 'app\\framework\\performance\\contracts\\endtiming',
|
|
3 => 'app\\framework\\performance\\contracts\\recordmetric',
|
|
4 => 'app\\framework\\performance\\contracts\\increment',
|
|
5 => 'app\\framework\\performance\\contracts\\getmetrics',
|
|
6 => 'app\\framework\\performance\\contracts\\getmetric',
|
|
7 => 'app\\framework\\performance\\contracts\\generatereport',
|
|
8 => 'app\\framework\\performance\\contracts\\getrequeststats',
|
|
9 => 'app\\framework\\performance\\contracts\\getsummary',
|
|
10 => 'app\\framework\\performance\\contracts\\getslowestoperations',
|
|
11 => 'app\\framework\\performance\\contracts\\exportmetrics',
|
|
12 => 'app\\framework\\performance\\contracts\\reset',
|
|
13 => 'app\\framework\\performance\\contracts\\isenabled',
|
|
14 => 'app\\framework\\performance\\contracts\\setenabled',
|
|
15 => 'app\\framework\\performance\\contracts\\getconfig',
|
|
16 => 'app\\framework\\performance\\contracts\\measuredatabasequery',
|
|
17 => 'app\\framework\\performance\\contracts\\measurecacheoperation',
|
|
18 => 'app\\framework\\performance\\contracts\\measureviewrender',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/EnhancedPerformanceCollector.php' =>
|
|
array (
|
|
0 => '26257d73106f9640c1ef324461fe3194af194dd4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\enhancedperformancecollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\__construct',
|
|
1 => 'app\\framework\\performance\\starttiming',
|
|
2 => 'app\\framework\\performance\\endtiming',
|
|
3 => 'app\\framework\\performance\\measure',
|
|
4 => 'app\\framework\\performance\\recordmetric',
|
|
5 => 'app\\framework\\performance\\increment',
|
|
6 => 'app\\framework\\performance\\getmetrics',
|
|
7 => 'app\\framework\\performance\\getmetric',
|
|
8 => 'app\\framework\\performance\\gettotalrequesttime',
|
|
9 => 'app\\framework\\performance\\gettotalrequestmemory',
|
|
10 => 'app\\framework\\performance\\getpeakmemory',
|
|
11 => 'app\\framework\\performance\\reset',
|
|
12 => 'app\\framework\\performance\\isenabled',
|
|
13 => 'app\\framework\\performance\\setenabled',
|
|
14 => 'app\\framework\\performance\\getactivetimers',
|
|
15 => 'app\\framework\\performance\\hasactivetimer',
|
|
16 => 'app\\framework\\performance\\benchmark',
|
|
17 => 'app\\framework\\performance\\measureduration',
|
|
18 => 'app\\framework\\performance\\gethighrestime',
|
|
19 => 'app\\framework\\performance\\gettotalrequestduration',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/ClientRequest.php' =>
|
|
array (
|
|
0 => 'd618ebc5cb6df677403edaaa195395abd3b22065',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\clientrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\with',
|
|
2 => 'app\\framework\\httpclient\\json',
|
|
3 => 'app\\framework\\httpclient\\form',
|
|
4 => 'app\\framework\\httpclient\\multipart',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/HttpClient.php' =>
|
|
array (
|
|
0 => 'ed4bc6efe4f525376aadaacb88fc7f8bbc703c0c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\httpclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\send',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Middleware/LoggingMiddleware.php' =>
|
|
array (
|
|
0 => 'd4d2c38c0e7c10d0db5b982d0b1147f4b52e0f7a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\loggingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\__construct',
|
|
1 => 'app\\framework\\httpclient\\middleware\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Middleware/CachingMiddleware.php' =>
|
|
array (
|
|
0 => 'ff0a60a3970e13dd2c8f606565be24b7a74b0828',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\cachingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\__construct',
|
|
1 => 'app\\framework\\httpclient\\middleware\\__invoke',
|
|
2 => 'app\\framework\\httpclient\\middleware\\generatecachekey',
|
|
3 => 'app\\framework\\httpclient\\middleware\\calculatettl',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Middleware/RateLimitingMiddleware.php' =>
|
|
array (
|
|
0 => '4bbb1514aa2e98a153b9adf5beff73ddacef173f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\ratelimitingmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\__construct',
|
|
1 => 'app\\framework\\httpclient\\middleware\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Middleware/RetryMiddleware.php' =>
|
|
array (
|
|
0 => '9a4f2bd6942e4ca9e3517350efd84cd4fa2c3fd7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\retrymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\__construct',
|
|
1 => 'app\\framework\\httpclient\\middleware\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/HttpClientWithMiddleware.php' =>
|
|
array (
|
|
0 => 'c790d29b521736b7c0a6980a0228055b5e7187a9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\httpclientwithmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\addmiddleware',
|
|
2 => 'app\\framework\\httpclient\\send',
|
|
3 => 'app\\framework\\httpclient\\buildhandler',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/ClientResponse.php' =>
|
|
array (
|
|
0 => '58fd6178ac3ac1e72cc13b1c6a3b4e4042612267',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\clientresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\issuccessful',
|
|
2 => 'app\\framework\\httpclient\\isjson',
|
|
3 => 'app\\framework\\httpclient\\json',
|
|
4 => 'app\\framework\\httpclient\\getcontenttype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/RequestValidator.php' =>
|
|
array (
|
|
0 => '491e89641635d8ef00008ef4ce00ae7f5965873c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\requestvalidator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\validate',
|
|
1 => 'app\\framework\\httpclient\\validateurl',
|
|
2 => 'app\\framework\\httpclient\\validatemethod',
|
|
3 => 'app\\framework\\httpclient\\validateheaders',
|
|
4 => 'app\\framework\\httpclient\\validatebody',
|
|
5 => 'app\\framework\\httpclient\\validateoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/HttpClientMiddleware.php' =>
|
|
array (
|
|
0 => 'e8ec0e062e4e5386cd13c4025934999bb1172f12',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\httpclientmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AuthenticationHandler.php' =>
|
|
array (
|
|
0 => '8eb55c11d62859aa294afa7aa5c98323db0b1434',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\authenticationhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\configure',
|
|
1 => 'app\\framework\\httpclient\\setupbasicauth',
|
|
2 => 'app\\framework\\httpclient\\setupbearerauth',
|
|
3 => 'app\\framework\\httpclient\\setupoauth2auth',
|
|
4 => 'app\\framework\\httpclient\\setupdigestauth',
|
|
5 => 'app\\framework\\httpclient\\setupcustomauth',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/DefaultHttpClient.php' =>
|
|
array (
|
|
0 => 'fb74db9ba1000d5e7de197d8c553912a9f8036f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\defaulthttpclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\send',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AuthType.php' =>
|
|
array (
|
|
0 => '80194de1ee9638cfa7f327cbfebb2a899de2aa53',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\authtype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/HttpClientInitializer.php' =>
|
|
array (
|
|
0 => '9c76ecd312fccfae26c7853b2157b91b53e0b3f0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\httpclientinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AuthResult.php' =>
|
|
array (
|
|
0 => '60f6a8a882f47921911ccef1a6364a026da51649',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\authresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/CurlHttpClient.php' =>
|
|
array (
|
|
0 => '3b3236607016cf9ec0ae46de6636c2c27c5e8a8b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\curlhttpclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\initializecurl',
|
|
2 => 'app\\framework\\httpclient\\configurecurlrequest',
|
|
3 => 'app\\framework\\httpclient\\executecurlrequest',
|
|
4 => 'app\\framework\\httpclient\\send',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/CurlRequestBuilder.php' =>
|
|
array (
|
|
0 => 'bc93a4f7ff9202a60dc25cbdacaff547336ef681',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\curlrequestbuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\buildoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AuthConfig.php' =>
|
|
array (
|
|
0 => '30fcebe1ac78c4a95284d0fcd01d735da5451ccd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\authconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\basic',
|
|
2 => 'app\\framework\\httpclient\\bearer',
|
|
3 => 'app\\framework\\httpclient\\oauth2',
|
|
4 => 'app\\framework\\httpclient\\digest',
|
|
5 => 'app\\framework\\httpclient\\custom',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Exception/HttpClientException.php' =>
|
|
array (
|
|
0 => '51ade2c2feea923d4d7cc5fe1ebff582430f1f29',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\httpclientexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Exception/RequestValidationException.php' =>
|
|
array (
|
|
0 => '729e12f93b803748b91e590e576d6dd4f7224814',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\requestvalidationexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Exception/ResponseValidationException.php' =>
|
|
array (
|
|
0 => 'e25079773c222b8dac6c4aa2190816d994b82c7e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\responsevalidationexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Exception/CurlNotInitialized.php' =>
|
|
array (
|
|
0 => 'dfed2c72613bc42bce2b005ad32d5bfc20d96eb0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\curlnotinitialized',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Exception/ServerErrorException.php' =>
|
|
array (
|
|
0 => '8c5e0239721be515e77a25f69a3e519cb84603e9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\servererrorexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Exception/ClientErrorException.php' =>
|
|
array (
|
|
0 => 'e0ab92de74b5350f93229d4281e1cc6f0cf41ad6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\clienterrorexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Exception/CurlExecutionFailed.php' =>
|
|
array (
|
|
0 => '3f428e23ae8fa2b213d594fcbbc40e31234cccb1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\curlexecutionfailed',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/CurlResponseParser.php' =>
|
|
array (
|
|
0 => '0f39485293c9ee70ed71b7bfa5741ec1286576db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\curlresponseparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\parse',
|
|
1 => 'app\\framework\\httpclient\\parseheaders',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/ClientOptions.php' =>
|
|
array (
|
|
0 => 'd4680bbff27078ef4563c9d8dd6b7c6cf905584b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\clientoptions',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\with',
|
|
2 => 'app\\framework\\httpclient\\withtimeout',
|
|
3 => 'app\\framework\\httpclient\\withauth',
|
|
4 => 'app\\framework\\httpclient\\withproxy',
|
|
5 => 'app\\framework\\httpclient\\insecure',
|
|
6 => 'app\\framework\\httpclient\\withoutredirects',
|
|
7 => 'app\\framework\\httpclient\\withquery',
|
|
8 => 'app\\framework\\httpclient\\withuseragent',
|
|
9 => 'app\\framework\\httpclient\\merge',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/ResponseValidator.php' =>
|
|
array (
|
|
0 => '3ab8594d0878f2885a3e50ef9e43ebe0fdf2a0de',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\responsevalidator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\validate',
|
|
1 => 'app\\framework\\httpclient\\throwhttpexception',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreakerConfig.php' =>
|
|
array (
|
|
0 => '5f260fd05a5cf271a676090ea5cdf673b38b94bb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreakerconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\shouldtriggeronexception',
|
|
2 => 'app\\framework\\circuitbreaker\\forexternalservice',
|
|
3 => 'app\\framework\\circuitbreaker\\fordatabase',
|
|
4 => 'app\\framework\\circuitbreaker\\strict',
|
|
5 => 'app\\framework\\circuitbreaker\\withdurations',
|
|
6 => 'app\\framework\\circuitbreaker\\withfailurepredicate',
|
|
7 => 'app\\framework\\circuitbreaker\\forhttpclient',
|
|
8 => 'app\\framework\\circuitbreaker\\fortimeouterrors',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreakerInitializer.php' =>
|
|
array (
|
|
0 => '8ed313c5eb456c541365aec036dee0a30947d479',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreakerinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\initializecircuitbreaker',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreaker.php' =>
|
|
array (
|
|
0 => 'a3eb356564800b84c9c13bbc409edd098e77419c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreaker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\check',
|
|
2 => 'app\\framework\\circuitbreaker\\recordsuccess',
|
|
3 => 'app\\framework\\circuitbreaker\\recordfailure',
|
|
4 => 'app\\framework\\circuitbreaker\\execute',
|
|
5 => 'app\\framework\\circuitbreaker\\getstate',
|
|
6 => 'app\\framework\\circuitbreaker\\getmetrics',
|
|
7 => 'app\\framework\\circuitbreaker\\reset',
|
|
8 => 'app\\framework\\circuitbreaker\\resetall',
|
|
9 => 'app\\framework\\circuitbreaker\\transitiontoopen',
|
|
10 => 'app\\framework\\circuitbreaker\\transitiontohalfopen',
|
|
11 => 'app\\framework\\circuitbreaker\\transitiontoclosed',
|
|
12 => 'app\\framework\\circuitbreaker\\incrementfailurecount',
|
|
13 => 'app\\framework\\circuitbreaker\\incrementsuccesscount',
|
|
14 => 'app\\framework\\circuitbreaker\\incrementhalfopenattempts',
|
|
15 => 'app\\framework\\circuitbreaker\\gethalfopenattempts',
|
|
16 => 'app\\framework\\circuitbreaker\\isrecoverytimeoutexpired',
|
|
17 => 'app\\framework\\circuitbreaker\\calculateretryafter',
|
|
18 => 'app\\framework\\circuitbreaker\\resetmetrics',
|
|
19 => 'app\\framework\\circuitbreaker\\getdefaultconfig',
|
|
20 => 'app\\framework\\circuitbreaker\\getstatekey',
|
|
21 => 'app\\framework\\circuitbreaker\\getfailurecountkey',
|
|
22 => 'app\\framework\\circuitbreaker\\getsuccesscountkey',
|
|
23 => 'app\\framework\\circuitbreaker\\gethalfopenattemptskey',
|
|
24 => 'app\\framework\\circuitbreaker\\getlastfailuretimekey',
|
|
25 => 'app\\framework\\circuitbreaker\\getopenedatkey',
|
|
26 => 'app\\framework\\circuitbreaker\\registerservice',
|
|
27 => 'app\\framework\\circuitbreaker\\log',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreakerMiddleware.php' =>
|
|
array (
|
|
0 => '299d0d2dba7283f08fc5e2c152916b4bea188e4b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreakermiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\__invoke',
|
|
2 => 'app\\framework\\circuitbreaker\\getserviceforroute',
|
|
3 => 'app\\framework\\circuitbreaker\\createcircuitopenresponse',
|
|
4 => 'app\\framework\\circuitbreaker\\forapi',
|
|
5 => 'app\\framework\\circuitbreaker\\foradmin',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitState.php' =>
|
|
array (
|
|
0 => '6ae3c01a4efd1f3433dcb78bbc3188c2bde2ae35',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitstate',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreakerManager.php' =>
|
|
array (
|
|
0 => 'aa0ba7011b499eabbdcad6c83acf4c989f731d7c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreakermanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\getcircuitbreaker',
|
|
2 => 'app\\framework\\circuitbreaker\\getallservicesstatus',
|
|
3 => 'app\\framework\\circuitbreaker\\getglobalstatistics',
|
|
4 => 'app\\framework\\circuitbreaker\\resetall',
|
|
5 => 'app\\framework\\circuitbreaker\\resetservice',
|
|
6 => 'app\\framework\\circuitbreaker\\performhealthchecks',
|
|
7 => 'app\\framework\\circuitbreaker\\exportconfiguration',
|
|
8 => 'app\\framework\\circuitbreaker\\importconfiguration',
|
|
9 => 'app\\framework\\circuitbreaker\\getservicesinnamespace',
|
|
10 => 'app\\framework\\circuitbreaker\\determinehealthstatus',
|
|
11 => 'app\\framework\\circuitbreaker\\getserviceconfiguration',
|
|
12 => 'app\\framework\\circuitbreaker\\performservicehealthcheck',
|
|
13 => 'app\\framework\\circuitbreaker\\withdefaults',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/HttpClientCircuitBreaker.php' =>
|
|
array (
|
|
0 => '365524e4acc955b785b00d46e7e79a36cc15f114',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\httpclientcircuitbreaker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\request',
|
|
2 => 'app\\framework\\circuitbreaker\\get',
|
|
3 => 'app\\framework\\circuitbreaker\\post',
|
|
4 => 'app\\framework\\circuitbreaker\\put',
|
|
5 => 'app\\framework\\circuitbreaker\\delete',
|
|
6 => 'app\\framework\\circuitbreaker\\getservicesstatus',
|
|
7 => 'app\\framework\\circuitbreaker\\healthcheck',
|
|
8 => 'app\\framework\\circuitbreaker\\resetservice',
|
|
9 => 'app\\framework\\circuitbreaker\\resetall',
|
|
10 => 'app\\framework\\circuitbreaker\\extractservicename',
|
|
11 => 'app\\framework\\circuitbreaker\\getdefaultconfig',
|
|
12 => 'app\\framework\\circuitbreaker\\withservices',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreakerException.php' =>
|
|
array (
|
|
0 => '7f5be937a3e93c9f5e51e2ab15608b02628c0013',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreakerexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/DatabaseCircuitBreaker.php' =>
|
|
array (
|
|
0 => '1aa955e263efbbb8a61114b46ed8cc752dc398c6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\databasecircuitbreaker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\execute',
|
|
2 => 'app\\framework\\circuitbreaker\\healthcheck',
|
|
3 => 'app\\framework\\circuitbreaker\\getstatus',
|
|
4 => 'app\\framework\\circuitbreaker\\reset',
|
|
5 => 'app\\framework\\circuitbreaker\\getdefaultdatabaseconfig',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Commands/CircuitBreakerCommand.php' =>
|
|
array (
|
|
0 => '9f46e29aa6ca3a265f10adc6ba6617126b195e07',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\commands\\circuitbreakercommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\commands\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\commands\\execute',
|
|
2 => 'app\\framework\\circuitbreaker\\commands\\handlestatus',
|
|
3 => 'app\\framework\\circuitbreaker\\commands\\handlestats',
|
|
4 => 'app\\framework\\circuitbreaker\\commands\\handlehealth',
|
|
5 => 'app\\framework\\circuitbreaker\\commands\\handlereset',
|
|
6 => 'app\\framework\\circuitbreaker\\commands\\handleconfig',
|
|
7 => 'app\\framework\\circuitbreaker\\commands\\handleexport',
|
|
8 => 'app\\framework\\circuitbreaker\\commands\\confirmreset',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/FileContentVisitor.php' =>
|
|
array (
|
|
0 => 'd00dd6ee58958f44663f4779e63c2da02977e520',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\filecontentvisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\visitfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/DiscoveryServiceBootstrapper.php' =>
|
|
array (
|
|
0 => '405826f3fd227a13cc991583ac9cfcfd19f58943',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\discoveryservicebootstrapper',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\__construct',
|
|
1 => 'app\\framework\\discovery\\bootstrap',
|
|
2 => 'app\\framework\\discovery\\performbootstrap',
|
|
3 => 'app\\framework\\discovery\\creatediscoveryservice',
|
|
4 => 'app\\framework\\discovery\\processinitializers',
|
|
5 => 'app\\framework\\discovery\\registerserviceswithdependencygraph',
|
|
6 => 'app\\framework\\discovery\\iscontextallowed',
|
|
7 => 'app\\framework\\discovery\\registerlazyservice',
|
|
8 => 'app\\framework\\discovery\\incrementalbootstrap',
|
|
9 => 'app\\framework\\discovery\\isdiscoveryrequired',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/UnifiedDiscoveryService.php' =>
|
|
array (
|
|
0 => '56310f4dcad774a6c18c9412998ff0ffc7c92437',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\unifieddiscoveryservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\__construct',
|
|
1 => 'app\\framework\\discovery\\discover',
|
|
2 => 'app\\framework\\discovery\\incrementaldiscover',
|
|
3 => 'app\\framework\\discovery\\updatedirectory',
|
|
4 => 'app\\framework\\discovery\\gethealthstatus',
|
|
5 => 'app\\framework\\discovery\\shouldrescan',
|
|
6 => 'app\\framework\\discovery\\getprocessedfilecount',
|
|
7 => 'app\\framework\\discovery\\performdiscovery',
|
|
8 => 'app\\framework\\discovery\\performsingledirectorydiscovery',
|
|
9 => 'app\\framework\\discovery\\processbatchintocollector',
|
|
10 => 'app\\framework\\discovery\\processsinglefileintocollector',
|
|
11 => 'app\\framework\\discovery\\processtemplatesdirectly',
|
|
12 => 'app\\framework\\discovery\\processclassattributesdirectly',
|
|
13 => 'app\\framework\\discovery\\applymapperdirectly',
|
|
14 => 'app\\framework\\discovery\\processinterfaceimplementationsdirectly',
|
|
15 => 'app\\framework\\discovery\\extractattributearguments',
|
|
16 => 'app\\framework\\discovery\\getdefaultmapperforattribute',
|
|
17 => 'app\\framework\\discovery\\shouldignoreattribute',
|
|
18 => 'app\\framework\\discovery\\processbatchandcreateresults',
|
|
19 => 'app\\framework\\discovery\\emitstartevent',
|
|
20 => 'app\\framework\\discovery\\emitcompletedevent',
|
|
21 => 'app\\framework\\discovery\\emitfailedevent',
|
|
22 => 'app\\framework\\discovery\\emitcachehitevent',
|
|
23 => 'app\\framework\\discovery\\extractclassnamesfromfile',
|
|
24 => 'app\\framework\\discovery\\estimatefiles',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/FileVisitor.php' =>
|
|
array (
|
|
0 => '966c9bcbad42ed2eca64f50b66fd2442bece9689',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\filevisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\onscanstart',
|
|
1 => 'app\\framework\\discovery\\visitclass',
|
|
2 => 'app\\framework\\discovery\\onscancomplete',
|
|
3 => 'app\\framework\\discovery\\onincrementalscanstart',
|
|
4 => 'app\\framework\\discovery\\onincrementalscancomplete',
|
|
5 => 'app\\framework\\discovery\\loadfromcache',
|
|
6 => 'app\\framework\\discovery\\getcachekey',
|
|
7 => 'app\\framework\\discovery\\getcacheabledata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Visitors/AttributeDiscoveryVisitor.php' =>
|
|
array (
|
|
0 => 'a7c0d2fd9e54aee667312166b7a4cb9de7900f31',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\visitors\\attributediscoveryvisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\visitors\\__construct',
|
|
1 => 'app\\framework\\discovery\\visitors\\onscanstart',
|
|
2 => 'app\\framework\\discovery\\visitors\\onincrementalscanstart',
|
|
3 => 'app\\framework\\discovery\\visitors\\onincrementalscancomplete',
|
|
4 => 'app\\framework\\discovery\\visitors\\visitclass',
|
|
5 => 'app\\framework\\discovery\\visitors\\visitclasswithreflection',
|
|
6 => 'app\\framework\\discovery\\visitors\\processclassattributes',
|
|
7 => 'app\\framework\\discovery\\visitors\\extractattributearguments',
|
|
8 => 'app\\framework\\discovery\\visitors\\processmethodattributes',
|
|
9 => 'app\\framework\\discovery\\visitors\\applyattributemapper',
|
|
10 => 'app\\framework\\discovery\\visitors\\removeattributesforclass',
|
|
11 => 'app\\framework\\discovery\\visitors\\getattributecollection',
|
|
12 => 'app\\framework\\discovery\\visitors\\extractmethodparametersfromwrapped',
|
|
13 => 'app\\framework\\discovery\\visitors\\extractmethodparameters',
|
|
14 => 'app\\framework\\discovery\\visitors\\shouldignoreattribute',
|
|
15 => 'app\\framework\\discovery\\visitors\\optimizeresults',
|
|
16 => 'app\\framework\\discovery\\visitors\\onscancomplete',
|
|
17 => 'app\\framework\\discovery\\visitors\\loadfromcache',
|
|
18 => 'app\\framework\\discovery\\visitors\\getcachekey',
|
|
19 => 'app\\framework\\discovery\\visitors\\getcacheabledata',
|
|
20 => 'app\\framework\\discovery\\visitors\\getattributeresults',
|
|
21 => 'app\\framework\\discovery\\visitors\\getallresults',
|
|
22 => 'app\\framework\\discovery\\visitors\\hasattributeresults',
|
|
23 => 'app\\framework\\discovery\\visitors\\getattributecount',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/DiscoveryCache.php' =>
|
|
array (
|
|
0 => 'e76434ceb07a8cfa30158fedc620ec2d20d2e3b8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\discoverycache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\__construct',
|
|
1 => 'app\\framework\\discovery\\get',
|
|
2 => 'app\\framework\\discovery\\set',
|
|
3 => 'app\\framework\\discovery\\invalidate',
|
|
4 => 'app\\framework\\discovery\\flush',
|
|
5 => 'app\\framework\\discovery\\isvalid',
|
|
6 => 'app\\framework\\discovery\\buildkey',
|
|
7 => 'app\\framework\\discovery\\extractvaluefromcacheitem',
|
|
8 => 'app\\framework\\discovery\\checkmemoryusage',
|
|
9 => 'app\\framework\\discovery\\getdebuginfo',
|
|
10 => 'app\\framework\\discovery\\warmcache',
|
|
11 => 'app\\framework\\discovery\\iswarmed',
|
|
12 => 'app\\framework\\discovery\\getwarmingmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Commands/ClearDiscoveryCache.php' =>
|
|
array (
|
|
0 => 'd9710c0330e26f8c42affe2e9370ef77eca7cab5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\commands\\cleardiscoverycache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\commands\\__construct',
|
|
1 => 'app\\framework\\discovery\\commands\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/Attributes/ApiSecurity.php' =>
|
|
array (
|
|
0 => 'c3780a8df75a6df17ba216a509a5bcbf0687f5b7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\apisecurity',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/Attributes/ApiParameter.php' =>
|
|
array (
|
|
0 => '2ee6e18ec85b8593b9229add4a2c50d29ba5cef0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\apiparameter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/Attributes/ApiEndpoint.php' =>
|
|
array (
|
|
0 => 'aa9a7439261976136730927df7b74805fec9bc1a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\apiendpoint',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/Attributes/ApiResponse.php' =>
|
|
array (
|
|
0 => '07e493dd292d768840b9155ca1e8d7da0df36048',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\apiresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/Attributes/ApiRequestBody.php' =>
|
|
array (
|
|
0 => 'a429166eb689fcb9644b3b2214523259cccadd14',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\apirequestbody',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\attributes\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/OpenApiInfo.php' =>
|
|
array (
|
|
0 => '04b90cf72ab091b9e1252522f4501502fcc4907e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\openapiinfo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\__construct',
|
|
1 => 'app\\framework\\openapi\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/MarkdownGenerator.php' =>
|
|
array (
|
|
0 => 'e922201685c5d88d178efbb5395f09d856d026b1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\markdowngenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\generate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/OpenApiSpec.php' =>
|
|
array (
|
|
0 => '0c41beb0817efe3c58adcfc758b042a199b086a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\openapispec',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\__construct',
|
|
1 => 'app\\framework\\openapi\\toarray',
|
|
2 => 'app\\framework\\openapi\\tojson',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/OpenApiContact.php' =>
|
|
array (
|
|
0 => '126d566d5ca7f0314ee6aa6cc9e9406d5ba2e5df',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\openapicontact',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\__construct',
|
|
1 => 'app\\framework\\openapi\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/Commands/GenerateMarkdownDocsCommand.php' =>
|
|
array (
|
|
0 => '6478fbf8ac14671083d7742a6900c2f1d9c37375',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\commands\\generatemarkdowndocscommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\commands\\__construct',
|
|
1 => 'app\\framework\\openapi\\commands\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/Commands/GenerateOpenApiCommand.php' =>
|
|
array (
|
|
0 => '69f0affaddb31899a9db9a69940600cd443b8f56',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\commands\\generateopenapicommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\commands\\__construct',
|
|
1 => 'app\\framework\\openapi\\commands\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/OpenApiGenerator.php' =>
|
|
array (
|
|
0 => 'd6be10e41348c42a1b0fdc160e280a31f33b0841',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\openapigenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\__construct',
|
|
1 => 'app\\framework\\openapi\\generate',
|
|
2 => 'app\\framework\\openapi\\getapiendpointattribute',
|
|
3 => 'app\\framework\\openapi\\generatepathitem',
|
|
4 => 'app\\framework\\openapi\\extractparameters',
|
|
5 => 'app\\framework\\openapi\\extractrequestbody',
|
|
6 => 'app\\framework\\openapi\\extractresponses',
|
|
7 => 'app\\framework\\openapi\\extractsecurity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/OpenApiLicense.php' =>
|
|
array (
|
|
0 => '908f8083109b03fde94177f1db045dbb3daa08e5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\openapilicense',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\__construct',
|
|
1 => 'app\\framework\\openapi\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/OpenApi/OpenApiService.php' =>
|
|
array (
|
|
0 => '1608e58416e8b52d33c6a0172d748e3aa461884f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\openapiservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\openapi\\__construct',
|
|
1 => 'app\\framework\\openapi\\getspecification',
|
|
2 => 'app\\framework\\openapi\\getendpoints',
|
|
3 => 'app\\framework\\openapi\\getendpointsbytag',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Sitemap/SitemapEntry.php' =>
|
|
array (
|
|
0 => '39ecc213258721152832824936b036350b93bead',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\sitemap\\sitemapentry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\sitemap\\__construct',
|
|
1 => 'app\\framework\\sitemap\\toxml',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Sitemap/SitemapGenerator.php' =>
|
|
array (
|
|
0 => '7265a0ecf2a19c7cb3c1a77aaa9c58c687fc993c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\sitemap\\sitemapgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\sitemap\\__construct',
|
|
1 => 'app\\framework\\sitemap\\generatefromroutes',
|
|
2 => 'app\\framework\\sitemap\\getpublicroutes',
|
|
3 => 'app\\framework\\sitemap\\isstaticroute',
|
|
4 => 'app\\framework\\sitemap\\supportsmethod',
|
|
5 => 'app\\framework\\sitemap\\isexcludedfromsitemap',
|
|
6 => 'app\\framework\\sitemap\\determinechangefreq',
|
|
7 => 'app\\framework\\sitemap\\determinepriority',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/preload.php' =>
|
|
array (
|
|
0 => '59c99a0033ac50afa75c235bb9054d9c218b3476',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Common/ValueObject/Email.php' =>
|
|
array (
|
|
0 => '61f794731a3807ef423b7505cdcf4209effe3d66',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\common\\valueobject\\email',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\common\\valueobject\\__construct',
|
|
1 => 'app\\domain\\common\\valueobject\\equals',
|
|
2 => 'app\\domain\\common\\valueobject\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Common/ValueObject/PhoneNumber.php' =>
|
|
array (
|
|
0 => '6fd5c26f034c407cf3c52cb990bca11a5811b943',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\common\\valueobject\\phonenumber',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\common\\valueobject\\__construct',
|
|
1 => 'app\\domain\\common\\valueobject\\from',
|
|
2 => 'app\\domain\\common\\valueobject\\parse',
|
|
3 => 'app\\domain\\common\\valueobject\\isvalid',
|
|
4 => 'app\\domain\\common\\valueobject\\getvalue',
|
|
5 => 'app\\domain\\common\\valueobject\\getcountrycode',
|
|
6 => 'app\\domain\\common\\valueobject\\getnationalnumber',
|
|
7 => 'app\\domain\\common\\valueobject\\ismobile',
|
|
8 => 'app\\domain\\common\\valueobject\\toe164',
|
|
9 => 'app\\domain\\common\\valueobject\\tointernational',
|
|
10 => 'app\\domain\\common\\valueobject\\tonational',
|
|
11 => 'app\\domain\\common\\valueobject\\equals',
|
|
12 => 'app\\domain\\common\\valueobject\\issamecountry',
|
|
13 => 'app\\domain\\common\\valueobject\\__tostring',
|
|
14 => 'app\\domain\\common\\valueobject\\validate',
|
|
15 => 'app\\domain\\common\\valueobject\\normalize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Common/ValueObject/RGBColor.php' =>
|
|
array (
|
|
0 => 'c13b0befbdd29075ad30ad1f6c89415f6da17ed8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\common\\valueobject\\rgbcolor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\common\\valueobject\\__construct',
|
|
1 => 'app\\domain\\common\\valueobject\\fromhex',
|
|
2 => 'app\\domain\\common\\valueobject\\fromrgb',
|
|
3 => 'app\\domain\\common\\valueobject\\tohex',
|
|
4 => 'app\\domain\\common\\valueobject\\torgb',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageResizer.php' =>
|
|
array (
|
|
0 => '0c306361be7d829e844e291c3b653d29bd7d09d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imageresizer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
1 => 'app\\domain\\media\\__invoke',
|
|
2 => 'app\\domain\\media\\createimagefromfile',
|
|
3 => 'app\\domain\\media\\saveimage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageSlot.php' =>
|
|
array (
|
|
0 => '8112e15d92c4922dbaf7016c081c2501de104bca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imageslot',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageGallery.php' =>
|
|
array (
|
|
0 => '5232eb752eff7de8eb340be6f6d4fb9bca2eba76',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagegallery',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageVariantType.php' =>
|
|
array (
|
|
0 => 'be8d3b3ba78c3487a3e19fed1c6ec98e115c1bb6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagevarianttype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\getsizes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageSize.php' =>
|
|
array (
|
|
0 => '3719fd2d9fabf1dde6d56e60a9739728bef73952',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagesize',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\getwidth',
|
|
1 => 'app\\domain\\media\\getbreakpoint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageVariant.php' =>
|
|
array (
|
|
0 => 'a84bda19d27802ddef44591bf85ef6d51b0997f5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagevariant',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
1 => 'app\\domain\\media\\geturl',
|
|
2 => 'app\\domain\\media\\getvarianttype',
|
|
3 => 'app\\domain\\media\\getsize',
|
|
4 => 'app\\domain\\media\\getformat',
|
|
5 => 'app\\domain\\media\\getvariantkey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageProcessorFactory.php' =>
|
|
array (
|
|
0 => '6a0674aea66bcee466dd80615245adddb24d516f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imageprocessorfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/Migrations/CreateImageVariantsTable.php' =>
|
|
array (
|
|
0 => 'e6b534339bd86713eefc1306bc85dae94f9b0ba3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\createimagevariantstable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\up',
|
|
1 => 'app\\domain\\media\\migrations\\down',
|
|
2 => 'app\\domain\\media\\migrations\\getversion',
|
|
3 => 'app\\domain\\media\\migrations\\getdescription',
|
|
4 => 'app\\domain\\media\\migrations\\dropexistingconstraints',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/Migrations/CreateImageSlotsTable.php' =>
|
|
array (
|
|
0 => 'd334f440e4b742abf202bb4272e7a3b0830fc435',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\createimageslotstable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\up',
|
|
1 => 'app\\domain\\media\\migrations\\down',
|
|
2 => 'app\\domain\\media\\migrations\\getversion',
|
|
3 => 'app\\domain\\media\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/Migrations/UpdateImageVariantsConstraint.php' =>
|
|
array (
|
|
0 => '444d9f4682b8c7cd04ec52798d655cb124341a32',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\updateimagevariantsconstraint',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\up',
|
|
1 => 'app\\domain\\media\\migrations\\down',
|
|
2 => 'app\\domain\\media\\migrations\\getversion',
|
|
3 => 'app\\domain\\media\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/Migrations/AddSizeToImageVariantsTable.php' =>
|
|
array (
|
|
0 => '54c221abeb80db37039f4accb21dfa7113d26e37',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\addsizetoimagevariantstable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\up',
|
|
1 => 'app\\domain\\media\\migrations\\down',
|
|
2 => 'app\\domain\\media\\migrations\\getversion',
|
|
3 => 'app\\domain\\media\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/Migrations/CreateImagesTable.php' =>
|
|
array (
|
|
0 => '889bea5be8a7b442f016d32f5d82faeebaaed8ec',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\createimagestable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\up',
|
|
1 => 'app\\domain\\media\\migrations\\down',
|
|
2 => 'app\\domain\\media\\migrations\\getversion',
|
|
3 => 'app\\domain\\media\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/Migrations/CreateImagesTableWithSchema.php' =>
|
|
array (
|
|
0 => '960a1d5dc6d76a3e4aa832df5ff7be51ac3565ed',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\createimagestablewithschema',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\migrations\\up',
|
|
1 => 'app\\domain\\media\\migrations\\down',
|
|
2 => 'app\\domain\\media\\migrations\\getversion',
|
|
3 => 'app\\domain\\media\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImagickImageProcessor.php' =>
|
|
array (
|
|
0 => 'c29e89e3c8ca605a5e233dcde70479fc4c8cffa8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagickimageprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\createallvariants',
|
|
1 => 'app\\domain\\media\\createvariantsfortype',
|
|
2 => 'app\\domain\\media\\createvariant',
|
|
3 => 'app\\domain\\media\\generatevariantfilename',
|
|
4 => 'app\\domain\\media\\processimage',
|
|
5 => 'app\\domain\\media\\optimizeforformat',
|
|
6 => 'app\\domain\\media\\optimizejpeg',
|
|
7 => 'app\\domain\\media\\optimizewebp',
|
|
8 => 'app\\domain\\media\\optimizeavif',
|
|
9 => 'app\\domain\\media\\applysharpeningafterresize',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageFormat.php' =>
|
|
array (
|
|
0 => '4ed566ffe31d989213a1494e62299ba7f0650c7d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imageformat',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\getmimetype',
|
|
1 => 'app\\domain\\media\\getquality',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageProcessor.php' =>
|
|
array (
|
|
0 => '4a04a6c550682823d312e02507dcbe863d26073f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imageprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
1 => 'app\\domain\\media\\createallvariants',
|
|
2 => 'app\\domain\\media\\createvariantsfortype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageVariantRepository.php' =>
|
|
array (
|
|
0 => '23712056ee4f59903c7709c7b980aa34ff09cafc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagevariantrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
1 => 'app\\domain\\media\\save',
|
|
2 => 'app\\domain\\media\\findbyfilename',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageRepository.php' =>
|
|
array (
|
|
0 => '8ae90060495a09a3fab151487f6061b5ed2b8b84',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagerepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
1 => 'app\\domain\\media\\save',
|
|
2 => 'app\\domain\\media\\findbyslotname',
|
|
3 => 'app\\domain\\media\\findbyid',
|
|
4 => 'app\\domain\\media\\findbyfilename',
|
|
5 => 'app\\domain\\media\\findbyhash',
|
|
6 => 'app\\domain\\media\\findall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/Image.php' =>
|
|
array (
|
|
0 => '3d4bf5010d073386014a4201a54d1a65e722318f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\image',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageSourceSetGenerator.php' =>
|
|
array (
|
|
0 => 'beb9231e55f827bf1f7662cb48d3f9b89f945be1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagesourcesetgenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\generatepictureelement',
|
|
1 => 'app\\domain\\media\\generatesourceelement',
|
|
2 => 'app\\domain\\media\\generateimgtag',
|
|
3 => 'app\\domain\\media\\groupvariantsbyformat',
|
|
4 => 'app\\domain\\media\\getfallbackimage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageProcessorInterface.php' =>
|
|
array (
|
|
0 => '7f267e247105c277aa5547e0b2621f41cb46f320',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imageprocessorinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\createallvariants',
|
|
1 => 'app\\domain\\media\\createvariantsfortype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/GdImageProcessor.php' =>
|
|
array (
|
|
0 => '256544e3b10c0a70b09cd862b7180778ad348060',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\gdimageprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\createallvariants',
|
|
1 => 'app\\domain\\media\\createvariantsfortype',
|
|
2 => 'app\\domain\\media\\createvariant',
|
|
3 => 'app\\domain\\media\\generatevariantfilename',
|
|
4 => 'app\\domain\\media\\processimage',
|
|
5 => 'app\\domain\\media\\createimagefromfile',
|
|
6 => 'app\\domain\\media\\saveimageinformat',
|
|
7 => 'app\\domain\\media\\sharpenimage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/SaveImageFile.php' =>
|
|
array (
|
|
0 => '3052a669c73091b9fc13a00b5e64c8679de6a2c7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\saveimagefile',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageSlotRepository.php' =>
|
|
array (
|
|
0 => 'cd32af6242c4b46969b4386a0f1fcc2a09676992',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imageslotrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\__construct',
|
|
1 => 'app\\domain\\media\\getslots',
|
|
2 => 'app\\domain\\media\\findbyslotname',
|
|
3 => 'app\\domain\\media\\findbyid',
|
|
4 => 'app\\domain\\media\\save',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Media/ImageVariantConfig.php' =>
|
|
array (
|
|
0 => '1011ae6a5afa47415f25170a6c3787f9a78e1566',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\imagevariantconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\media\\getallvariants',
|
|
1 => 'app\\domain\\media\\getvariantsfortype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Http/Middleware/MetaMiddleware.php' =>
|
|
array (
|
|
0 => '1b9df3c9b52cbc94b0b0ee722f517ee711dc5433',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\http\\middleware\\metamiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\http\\middleware\\__construct',
|
|
1 => 'app\\domain\\meta\\http\\middleware\\handle',
|
|
2 => 'app\\domain\\meta\\http\\middleware\\extractcontextfromrequest',
|
|
3 => 'app\\domain\\meta\\http\\middleware\\shouldinjectmeta',
|
|
4 => 'app\\domain\\meta\\http\\middleware\\ishtmlcontent',
|
|
5 => 'app\\domain\\meta\\http\\middleware\\injectmetaintoresponse',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Http/Controller/MetaAdminController.php' =>
|
|
array (
|
|
0 => '8964d75c887d05e2457c91a9a860e73ec79d7e42',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\http\\controller\\metaadmincontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\http\\controller\\__construct',
|
|
1 => 'app\\domain\\meta\\http\\controller\\listmeta',
|
|
2 => 'app\\domain\\meta\\http\\controller\\getmeta',
|
|
3 => 'app\\domain\\meta\\http\\controller\\createmeta',
|
|
4 => 'app\\domain\\meta\\http\\controller\\updatemeta',
|
|
5 => 'app\\domain\\meta\\http\\controller\\deletemeta',
|
|
6 => 'app\\domain\\meta\\http\\controller\\togglemeta',
|
|
7 => 'app\\domain\\meta\\http\\controller\\validatetemplate',
|
|
8 => 'app\\domain\\meta\\http\\controller\\clearcache',
|
|
9 => 'app\\domain\\meta\\http\\controller\\validatetemplates',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Http/Request/MetaRequest.php' =>
|
|
array (
|
|
0 => 'c46223629b9549515eae84a69b379f0fada6fc3a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\http\\request\\metarequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\http\\request\\getkeywordsasarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Repository/MetaRepositoryInterface.php' =>
|
|
array (
|
|
0 => '5ccb4de96386bb278c089dfb45d23180dcbec07b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\repository\\metarepositoryinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\repository\\findbyroute',
|
|
1 => 'app\\domain\\meta\\repository\\findbyentity',
|
|
2 => 'app\\domain\\meta\\repository\\findallbyroute',
|
|
3 => 'app\\domain\\meta\\repository\\save',
|
|
4 => 'app\\domain\\meta\\repository\\delete',
|
|
5 => 'app\\domain\\meta\\repository\\findbyid',
|
|
6 => 'app\\domain\\meta\\repository\\findall',
|
|
7 => 'app\\domain\\meta\\repository\\search',
|
|
8 => 'app\\domain\\meta\\repository\\count',
|
|
9 => 'app\\domain\\meta\\repository\\routepatternexists',
|
|
10 => 'app\\domain\\meta\\repository\\entitymetaexists',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Repository/DatabaseMetaRepository.php' =>
|
|
array (
|
|
0 => 'aad62cc3f9ff692929c64b45081a425ddc5361e7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\repository\\databasemetarepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\repository\\__construct',
|
|
1 => 'app\\domain\\meta\\repository\\findbyroute',
|
|
2 => 'app\\domain\\meta\\repository\\findbyentity',
|
|
3 => 'app\\domain\\meta\\repository\\findallbyroute',
|
|
4 => 'app\\domain\\meta\\repository\\save',
|
|
5 => 'app\\domain\\meta\\repository\\insert',
|
|
6 => 'app\\domain\\meta\\repository\\update',
|
|
7 => 'app\\domain\\meta\\repository\\delete',
|
|
8 => 'app\\domain\\meta\\repository\\findbyid',
|
|
9 => 'app\\domain\\meta\\repository\\findall',
|
|
10 => 'app\\domain\\meta\\repository\\search',
|
|
11 => 'app\\domain\\meta\\repository\\count',
|
|
12 => 'app\\domain\\meta\\repository\\routepatternexists',
|
|
13 => 'app\\domain\\meta\\repository\\entitymetaexists',
|
|
14 => 'app\\domain\\meta\\repository\\hydratefromrow',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/ValueObject/MetaData.php' =>
|
|
array (
|
|
0 => '0490175e72e4b9bc0cd43b4aba663570269f0dc8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\valueobject\\metadata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\valueobject\\__construct',
|
|
1 => 'app\\domain\\meta\\valueobject\\fromarray',
|
|
2 => 'app\\domain\\meta\\valueobject\\merge',
|
|
3 => 'app\\domain\\meta\\valueobject\\toarray',
|
|
4 => 'app\\domain\\meta\\valueobject\\isempty',
|
|
5 => 'app\\domain\\meta\\valueobject\\render',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Entity/MetaEntry.php' =>
|
|
array (
|
|
0 => '8fbadbe59ed23a03e34bad35be9046383a3f64bf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\entity\\metaentry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\entity\\__construct',
|
|
1 => 'app\\domain\\meta\\entity\\forroute',
|
|
2 => 'app\\domain\\meta\\entity\\forentity',
|
|
3 => 'app\\domain\\meta\\entity\\updatemetadata',
|
|
4 => 'app\\domain\\meta\\entity\\activate',
|
|
5 => 'app\\domain\\meta\\entity\\deactivate',
|
|
6 => 'app\\domain\\meta\\entity\\isrouteentry',
|
|
7 => 'app\\domain\\meta\\entity\\isentityentry',
|
|
8 => 'app\\domain\\meta\\entity\\matchesroute',
|
|
9 => 'app\\domain\\meta\\entity\\matchesentity',
|
|
10 => 'app\\domain\\meta\\entity\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Service/MetaTemplateResolver.php' =>
|
|
array (
|
|
0 => '702e61429f05e44b7f759f801135ac0432a72fe8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\service\\metatemplateresolver',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\service\\resolve',
|
|
1 => 'app\\domain\\meta\\service\\resolvetemplate',
|
|
2 => 'app\\domain\\meta\\service\\resolvecustommeta',
|
|
3 => 'app\\domain\\meta\\service\\getnestedvalue',
|
|
4 => 'app\\domain\\meta\\service\\truncate',
|
|
5 => 'app\\domain\\meta\\service\\validatetemplate',
|
|
6 => 'app\\domain\\meta\\service\\extractplaceholders',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Service/MetaManager.php' =>
|
|
array (
|
|
0 => 'eb6c8689fc17148d509e39580e3cba730df86205',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\service\\metamanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\service\\__construct',
|
|
1 => 'app\\domain\\meta\\service\\resolveforrequest',
|
|
2 => 'app\\domain\\meta\\service\\resolveforroute',
|
|
3 => 'app\\domain\\meta\\service\\resolveforentity',
|
|
4 => 'app\\domain\\meta\\service\\invalidatecache',
|
|
5 => 'app\\domain\\meta\\service\\invalidateallcache',
|
|
6 => 'app\\domain\\meta\\service\\extractroute',
|
|
7 => 'app\\domain\\meta\\service\\resolveentitymeta',
|
|
8 => 'app\\domain\\meta\\service\\extractentitytypefromroute',
|
|
9 => 'app\\domain\\meta\\service\\createdefaultmeta',
|
|
10 => 'app\\domain\\meta\\service\\generatedefaulttitle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Meta/Interface/MetaAware.php' =>
|
|
array (
|
|
0 => '9f20afd6d815537d774b2c6c4c97a8c244248de9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\interface\\metaaware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\meta\\interface\\getmetatitle',
|
|
1 => 'app\\domain\\meta\\interface\\getmetadescription',
|
|
2 => 'app\\domain\\meta\\interface\\getmetakeywords',
|
|
3 => 'app\\domain\\meta\\interface\\getogimage',
|
|
4 => 'app\\domain\\meta\\interface\\getogtype',
|
|
5 => 'app\\domain\\meta\\interface\\getcanonicalurl',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/User/Migrations/CreateUsersTable.php' =>
|
|
array (
|
|
0 => '0d2c6a20b41dfbef4b1a97e333ec48eda0b4ad07',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\user\\migrations\\createuserstable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\user\\migrations\\up',
|
|
1 => 'app\\domain\\user\\migrations\\down',
|
|
2 => 'app\\domain\\user\\migrations\\getversion',
|
|
3 => 'app\\domain\\user\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/User/User.php' =>
|
|
array (
|
|
0 => '60de8111460f10fd3d20eb14eb9eca931f2be30d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\user\\user',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\user\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/AI/AiResponse.php' =>
|
|
array (
|
|
0 => '7de148c462eb9cde8d78e3b0a1acb8f9e9bea2e5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\airesponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/AI/AiModel.php' =>
|
|
array (
|
|
0 => 'd7b134a381007bb49f85b8aa431a9fa7b4093ebc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\aimodel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\getprovider',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/AI/Role.php' =>
|
|
array (
|
|
0 => '9c33b2ba71821f0060539971f290f0782e64edc9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\role',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/AI/AiProvider.php' =>
|
|
array (
|
|
0 => 'da0c1ddd4043dab929a8f5e9970b75cf5e7d3791',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\aiprovider',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/AI/AiQueryHandlerInterface.php' =>
|
|
array (
|
|
0 => '5c37f3fc36dbdc7f84f01a1704af7dcfd5c01d8a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\aiqueryhandlerinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/AI/AiQuery.php' =>
|
|
array (
|
|
0 => 'aa7506db6ed8e225457cb6659e23076228454c60',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\aiquery',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/AI/Exception/AiProviderUnavailableException.php' =>
|
|
array (
|
|
0 => '7b72bbfd71b6e98607955b1a44370d12b9856282',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\exception\\aiproviderunavailableexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\ai\\exception\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/Polynomial.php' =>
|
|
array (
|
|
0 => 'a6be740ca84b5ce37b801b7baafdf1334c92398e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\polynomial',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\__construct',
|
|
1 => 'app\\domain\\qrcode\\valueobject\\removeleadingzeros',
|
|
2 => 'app\\domain\\qrcode\\valueobject\\getcoefficients',
|
|
3 => 'app\\domain\\qrcode\\valueobject\\getdegree',
|
|
4 => 'app\\domain\\qrcode\\valueobject\\evaluateat',
|
|
5 => 'app\\domain\\qrcode\\valueobject\\add',
|
|
6 => 'app\\domain\\qrcode\\valueobject\\multiply',
|
|
7 => 'app\\domain\\qrcode\\valueobject\\multiplybyscalar',
|
|
8 => 'app\\domain\\qrcode\\valueobject\\divideandremainder',
|
|
9 => 'app\\domain\\qrcode\\valueobject\\iszero',
|
|
10 => 'app\\domain\\qrcode\\valueobject\\buildgenerator',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/GaloisField.php' =>
|
|
array (
|
|
0 => '34129c669167999dfc3c3c9538d65675f0191a86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\galoisfield',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\__construct',
|
|
1 => 'app\\domain\\qrcode\\valueobject\\inittables',
|
|
2 => 'app\\domain\\qrcode\\valueobject\\add',
|
|
3 => 'app\\domain\\qrcode\\valueobject\\subtract',
|
|
4 => 'app\\domain\\qrcode\\valueobject\\multiply',
|
|
5 => 'app\\domain\\qrcode\\valueobject\\divide',
|
|
6 => 'app\\domain\\qrcode\\valueobject\\power',
|
|
7 => 'app\\domain\\qrcode\\valueobject\\getlogtable',
|
|
8 => 'app\\domain\\qrcode\\valueobject\\getexptable',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/QrCodeConfig.php' =>
|
|
array (
|
|
0 => 'f9070bc55a823c16ecf19bc02d808b5030dcfdda',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\qrcodeconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\__construct',
|
|
1 => 'app\\domain\\qrcode\\valueobject\\getmodulesize',
|
|
2 => 'app\\domain\\qrcode\\valueobject\\getmargin',
|
|
3 => 'app\\domain\\qrcode\\valueobject\\getforegroundcolor',
|
|
4 => 'app\\domain\\qrcode\\valueobject\\getbackgroundcolor',
|
|
5 => 'app\\domain\\qrcode\\valueobject\\withmodulesize',
|
|
6 => 'app\\domain\\qrcode\\valueobject\\withmargin',
|
|
7 => 'app\\domain\\qrcode\\valueobject\\withcolors',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/QrCodeMode.php' =>
|
|
array (
|
|
0 => '33575046b4eea6c1327f7e84a1905e7d902a6b2e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\qrcodemode',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\getcharactercountbits',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/QrCodeVersion.php' =>
|
|
array (
|
|
0 => 'cc2cb3def9a7024616ae7f4b018d7ca483c02726',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\qrcodeversion',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\__construct',
|
|
1 => 'app\\domain\\qrcode\\valueobject\\getvalue',
|
|
2 => 'app\\domain\\qrcode\\valueobject\\getsize',
|
|
3 => 'app\\domain\\qrcode\\valueobject\\getdatacapacity',
|
|
4 => 'app\\domain\\qrcode\\valueobject\\getcharactercapacity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/ErrorCorrectionLevel.php' =>
|
|
array (
|
|
0 => 'a2e275eae1504850a325df7c192cee6b7857fa82',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\errorcorrectionlevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\getcapacityreduction',
|
|
1 => 'app\\domain\\qrcode\\valueobject\\getnumeric',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/QrCodeMatrix.php' =>
|
|
array (
|
|
0 => '6a65ee604f175eb3a65989a2e00f10efceddec37',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\qrcodematrix',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\__construct',
|
|
1 => 'app\\domain\\qrcode\\valueobject\\getmatrix',
|
|
2 => 'app\\domain\\qrcode\\valueobject\\getsize',
|
|
3 => 'app\\domain\\qrcode\\valueobject\\getmodule',
|
|
4 => 'app\\domain\\qrcode\\valueobject\\tosvg',
|
|
5 => 'app\\domain\\qrcode\\valueobject\\topng',
|
|
6 => 'app\\domain\\qrcode\\valueobject\\toascii',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/Position.php' =>
|
|
array (
|
|
0 => '24455a3805dc75eabbe635de53dfa659d8044d56',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\position',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\__construct',
|
|
1 => 'app\\domain\\qrcode\\valueobject\\getrow',
|
|
2 => 'app\\domain\\qrcode\\valueobject\\getcolumn',
|
|
3 => 'app\\domain\\qrcode\\valueobject\\offset',
|
|
4 => 'app\\domain\\qrcode\\valueobject\\iswithinbounds',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/ValueObject/MaskPattern.php' =>
|
|
array (
|
|
0 => 'cee87b92a1d9968150952bc7b5b5f6fb9f194264',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\maskpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\valueobject\\shouldmask',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Exception/QrCodeException.php' =>
|
|
array (
|
|
0 => 'f9f7e295f7c4904e1e0067fb99b24f29a62caf22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\exception\\qrcodeexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Service/QrCodeMasker.php' =>
|
|
array (
|
|
0 => '20b7931092c743b374fbacecb28a38e7251e875c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\qrcodemasker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\findbestmask',
|
|
1 => 'app\\domain\\qrcode\\service\\applymask',
|
|
2 => 'app\\domain\\qrcode\\service\\calculatemaskpenalty',
|
|
3 => 'app\\domain\\qrcode\\service\\evaluateconsecutivemodulespenalty',
|
|
4 => 'app\\domain\\qrcode\\service\\evaluatesamecolorblockspenalty',
|
|
5 => 'app\\domain\\qrcode\\service\\evaluatefinderpatternlikepenalty',
|
|
6 => 'app\\domain\\qrcode\\service\\evaluatebalancepenalty',
|
|
7 => 'app\\domain\\qrcode\\service\\isfunctionmodule',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Service/QrCodeEncoder.php' =>
|
|
array (
|
|
0 => 'eeb90c5feed7e5b2c0f17e1eda272611e8195747',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\qrcodeencoder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\encode',
|
|
1 => 'app\\domain\\qrcode\\service\\determineencodingmode',
|
|
2 => 'app\\domain\\qrcode\\service\\getmodeindicator',
|
|
3 => 'app\\domain\\qrcode\\service\\getcharactercountindicator',
|
|
4 => 'app\\domain\\qrcode\\service\\encodedata',
|
|
5 => 'app\\domain\\qrcode\\service\\encodenumeric',
|
|
6 => 'app\\domain\\qrcode\\service\\encodealphanumeric',
|
|
7 => 'app\\domain\\qrcode\\service\\encodebyte',
|
|
8 => 'app\\domain\\qrcode\\service\\encodekanji',
|
|
9 => 'app\\domain\\qrcode\\service\\addterminator',
|
|
10 => 'app\\domain\\qrcode\\service\\padtobyteboundary',
|
|
11 => 'app\\domain\\qrcode\\service\\addpadbytes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Service/ReedSolomon.php' =>
|
|
array (
|
|
0 => 'dbd6ad58416f6d0b1263847e7e080818d8f43281',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\reedsolomon',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\__construct',
|
|
1 => 'app\\domain\\qrcode\\service\\adderrorcorrection',
|
|
2 => 'app\\domain\\qrcode\\service\\binarytobytes',
|
|
3 => 'app\\domain\\qrcode\\service\\bytestobinary',
|
|
4 => 'app\\domain\\qrcode\\service\\estimateversionfromcapacity',
|
|
5 => 'app\\domain\\qrcode\\service\\geteccwordsperblock',
|
|
6 => 'app\\domain\\qrcode\\service\\organizedatablocks',
|
|
7 => 'app\\domain\\qrcode\\service\\interleaveblocks',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Service/QrCodeRenderer.php' =>
|
|
array (
|
|
0 => '6705d15dbd1fa0f4dc9917d619943f159497e15b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\qrcoderenderer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\__construct',
|
|
1 => 'app\\domain\\qrcode\\service\\render',
|
|
2 => 'app\\domain\\qrcode\\service\\applyfunctionalpatterns',
|
|
3 => 'app\\domain\\qrcode\\service\\placedata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Service/QrCodeGenerator.php' =>
|
|
array (
|
|
0 => 'b745c5c3344411fd30d2dd5b21bcd8ce55dabef5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\qrcodegenerator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\__construct',
|
|
1 => 'app\\domain\\qrcode\\service\\generate',
|
|
2 => 'app\\domain\\qrcode\\service\\determineversion',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Service/ReedSolomonEncoder.php' =>
|
|
array (
|
|
0 => '17e3141961ecf625c522ddbebbca1aebbf9bd105',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\reedsolomonencoder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\service\\__construct',
|
|
1 => 'app\\domain\\qrcode\\service\\encode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/VersionInfoPattern.php' =>
|
|
array (
|
|
0 => 'ec46582fdb4ab59584d83470398a81b792c477eb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\versioninfopattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\__construct',
|
|
1 => 'app\\domain\\qrcode\\pattern\\apply',
|
|
2 => 'app\\domain\\qrcode\\pattern\\placeversioninfo',
|
|
3 => 'app\\domain\\qrcode\\pattern\\placeversioninfotransposed',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/FormatInfoTable.php' =>
|
|
array (
|
|
0 => '11b7b2cd7bf864948b6f61cbff9feaa231e6c553',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\formatinfotable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\getformatinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/FinderPattern.php' =>
|
|
array (
|
|
0 => '22314bc57a69a579da0886a5d8f54fbb69d7cf17',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\finderpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\__construct',
|
|
1 => 'app\\domain\\qrcode\\pattern\\apply',
|
|
2 => 'app\\domain\\qrcode\\pattern\\applyseparator',
|
|
3 => 'app\\domain\\qrcode\\pattern\\createall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/TimingPattern.php' =>
|
|
array (
|
|
0 => '9bc0812b36a60d3de2fdfb87e53c7c4f82659212',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\timingpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\apply',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/PatternInterface.php' =>
|
|
array (
|
|
0 => '21c974df39d8bf7e2948f092ab323c1b1584b9eb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\patterninterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\apply',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/AlignmentPatternTable.php' =>
|
|
array (
|
|
0 => 'd13587acdc42e34e705d6078a552e129074928a2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\alignmentpatterntable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\getpositions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/AlignmentPattern.php' =>
|
|
array (
|
|
0 => '98133b21bb6c1b7eb1da3c8144d2e5c4008188ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\alignmentpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\__construct',
|
|
1 => 'app\\domain\\qrcode\\pattern\\apply',
|
|
2 => 'app\\domain\\qrcode\\pattern\\applypattern',
|
|
3 => 'app\\domain\\qrcode\\pattern\\overlapswithfinderpattern',
|
|
4 => 'app\\domain\\qrcode\\pattern\\calculatepositions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/FormatInfoPattern.php' =>
|
|
array (
|
|
0 => '6f98825435929930aa27a40e3e74ae55135e8df4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\formatinfopattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\__construct',
|
|
1 => 'app\\domain\\qrcode\\pattern\\apply',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/Pattern/DarkModulePattern.php' =>
|
|
array (
|
|
0 => '5edbb699f473dea4c00e874f8e673615c37a1b80',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\darkmodulepattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\pattern\\__construct',
|
|
1 => 'app\\domain\\qrcode\\pattern\\apply',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/QrCode/QrCode.php' =>
|
|
array (
|
|
0 => '955f4df53efd2c26ff936bdd7db8f9d5ed6401c9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\qrcode',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\qrcode\\__construct',
|
|
1 => 'app\\domain\\qrcode\\getdata',
|
|
2 => 'app\\domain\\qrcode\\geterrorcorrectionlevel',
|
|
3 => 'app\\domain\\qrcode\\getversion',
|
|
4 => 'app\\domain\\qrcode\\witherrorcorrectionlevel',
|
|
5 => 'app\\domain\\qrcode\\withversion',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/ValueObjects/EmailAddress.php' =>
|
|
array (
|
|
0 => 'a34efc886f168af490c6dc3201e12a10879fd054',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\valueobjects\\emailaddress',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\valueobjects\\__construct',
|
|
1 => 'app\\domain\\valueobjects\\__tostring',
|
|
2 => 'app\\domain\\valueobjects\\getdomain',
|
|
3 => 'app\\domain\\valueobjects\\getlocalpart',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Contact/Migrations/CreateContactTable.php' =>
|
|
array (
|
|
0 => 'f400f509b3cbd57933ecc919df021bac01b654d3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\contact\\migrations\\createcontacttable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\contact\\migrations\\up',
|
|
1 => 'app\\domain\\contact\\migrations\\down',
|
|
2 => 'app\\domain\\contact\\migrations\\getversion',
|
|
3 => 'app\\domain\\contact\\migrations\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Contact/ContactMessage.php' =>
|
|
array (
|
|
0 => '16bf509422a2af6759bf6594f61e69f71362166b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\contact\\contactmessage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\contact\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Domain/Contact/ContactRepository.php' =>
|
|
array (
|
|
0 => 'a7656bda8717d3a8ca299864ef4862ae564543e1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\domain\\contact\\contactrepository',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\domain\\contact\\__construct',
|
|
1 => 'app\\domain\\contact\\save',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMailClient.php' =>
|
|
array (
|
|
0 => '859cb65755e942f56b04857e516b978d26cb4b0b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmailclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\__construct',
|
|
1 => 'app\\infrastructure\\api\\addrecipient',
|
|
2 => 'app\\infrastructure\\api\\deleterecipient',
|
|
3 => 'app\\infrastructure\\api\\getrecipientlists',
|
|
4 => 'app\\infrastructure\\api\\searchrecipients',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/Mailing.php' =>
|
|
array (
|
|
0 => '4f44aa75c7f91676e542f0bd958afdf83121605f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\mailing',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/ReadModels/Recipient.php' =>
|
|
array (
|
|
0 => '9f671e35a6813b622ac73bada60667647ca94477',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\recipient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\fromarray',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\getfullname',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\isactive',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\hasrecipientlist',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/ReadModels/RecipientList.php' =>
|
|
array (
|
|
0 => 'bc6c7a0851779f9f7ef336fa8f0427cc495e6a3a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\recipientlist',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\fromarray',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\isdefault',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\hasunsubscribeblacklist',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\hasrecipientsubscribeemail',
|
|
5 => 'app\\infrastructure\\api\\rapidmail\\readmodels\\isempty',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/Factories/RecipientCommandFactory.php' =>
|
|
array (
|
|
0 => '9dc2c21b8fc5c0fc6cb4702d4322596394c02a68',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\factories\\recipientcommandfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\factories\\createfromarray',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\factories\\updatefromrecipient',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\factories\\updatefromrecipientwithchanges',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/MailingService.php' =>
|
|
array (
|
|
0 => '6f2b6560883a4cc9a3b54c5761b2dc8e56898ad7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\mailingservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\getall',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\getallwithpagination',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\get',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\send',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RapidMailClient.php' =>
|
|
array (
|
|
0 => '45095c1ad0ec4a29262b96ecef0ab408732a87ca',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\rapidmailclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/Examples/UsageExamples.php' =>
|
|
array (
|
|
0 => '6d04d4aed1432886d37215b20968b7dbe8ae77af',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\examples\\usageexamples',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\examples\\quickstartguide',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\examples\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\examples\\createrecipientexample',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\examples\\createfromarrayexample',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\examples\\updaterecipientexample',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\examples\\recipientlistexample',
|
|
5 => 'app\\infrastructure\\api\\rapidmail\\examples\\searchrecipientsexample',
|
|
6 => 'app\\infrastructure\\api\\rapidmail\\examples\\valueobjectbenefitsexample',
|
|
7 => 'app\\infrastructure\\api\\rapidmail\\examples\\errorhandlingexample',
|
|
8 => 'app\\infrastructure\\api\\rapidmail\\examples\\backwardcompatibilityexample',
|
|
9 => 'app\\infrastructure\\api\\rapidmail\\examples\\complexworkflowexample',
|
|
10 => 'app\\infrastructure\\api\\rapidmail\\examples\\migrationexample',
|
|
11 => 'app\\infrastructure\\api\\rapidmail\\examples\\quickstart',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RapidMailClientInitializer.php' =>
|
|
array (
|
|
0 => '434a5aae7b6ba0d1bbdb2db0fec979235a0a6ddf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\rapidmailclientinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RecipientListId.php' =>
|
|
array (
|
|
0 => 'a1460660bcdd84e4d844f488c693e9007c74e49d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\recipientlistid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\fromint',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\tryfrom',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\equals',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RecipientService.php' =>
|
|
array (
|
|
0 => 'e592af393f1ce7ee49fe32afeb25cede2c0a8864',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\recipientservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\createwithcommand',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\get',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\updatewithcommand',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\delete',
|
|
5 => 'app\\infrastructure\\api\\rapidmail\\search',
|
|
6 => 'app\\infrastructure\\api\\rapidmail\\findbyemail',
|
|
7 => 'app\\infrastructure\\api\\rapidmail\\exists',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/StatisticsService.php' =>
|
|
array (
|
|
0 => 'ceb83c057941c7f5d179665917b3f73d52d2fe41',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\statisticsservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\getmailingstats',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\getclickstats',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\getopenstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/MailingId.php' =>
|
|
array (
|
|
0 => '66f3f10202c59a3a2588c451b264913a4f93668c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\mailingid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\fromint',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\equals',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/BlacklistService.php' =>
|
|
array (
|
|
0 => '40e3d65c0794efdd3c85b7cf0fff7da8c690b474',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\blacklistservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\getall',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\add',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\remove',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RecipientListService.php' =>
|
|
array (
|
|
0 => 'bd67292b0810d2c54eeca43b78ffb0f4f4608c1c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\recipientlistservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\create',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\getall',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\get',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\update',
|
|
5 => 'app\\infrastructure\\api\\rapidmail\\delete',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RapidMailConfig.php' =>
|
|
array (
|
|
0 => 'd92ab5f3532182801832d4249e629fe702641a4a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\rapidmailconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/Commands/CreateRecipientCommand.php' =>
|
|
array (
|
|
0 => 'c699cdad9b092b2ab738c837c8794c477c6abf7d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\commands\\createrecipientcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\commands\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\commands\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/Commands/UpdateRecipientCommand.php' =>
|
|
array (
|
|
0 => 'd04942214fe4112a940046022a9d646fb58ef0bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\commands\\updaterecipientcommand',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\commands\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\commands\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RapidMailApiClient.php' =>
|
|
array (
|
|
0 => 'f0f37667621227cc04ce5683bb0880e1a18bb39b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\rapidmailapiclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\request',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\sendrawrequest',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\getdefaultqueryparams',
|
|
4 => 'app\\infrastructure\\api\\rapidmail\\handleresponse',
|
|
5 => 'app\\infrastructure\\api\\rapidmail\\throwapiexception',
|
|
6 => 'app\\infrastructure\\api\\rapidmail\\formaterrormessage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/RapidMail/RecipientId.php' =>
|
|
array (
|
|
0 => '31ee36c435cb6c178fb2a418b027a87e36a769f6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\recipientid',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\rapidmail\\__construct',
|
|
1 => 'app\\infrastructure\\api\\rapidmail\\fromint',
|
|
2 => 'app\\infrastructure\\api\\rapidmail\\equals',
|
|
3 => 'app\\infrastructure\\api\\rapidmail\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/ShopifyClient.php' =>
|
|
array (
|
|
0 => 'd1da21b156a0257a60aa5f2c1f2aa38d429c1d62',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\shopifyclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\__construct',
|
|
1 => 'app\\infrastructure\\api\\getproducts',
|
|
2 => 'app\\infrastructure\\api\\getproduct',
|
|
3 => 'app\\infrastructure\\api\\createproduct',
|
|
4 => 'app\\infrastructure\\api\\updateproduct',
|
|
5 => 'app\\infrastructure\\api\\deleteproduct',
|
|
6 => 'app\\infrastructure\\api\\getorders',
|
|
7 => 'app\\infrastructure\\api\\getorder',
|
|
8 => 'app\\infrastructure\\api\\createorder',
|
|
9 => 'app\\infrastructure\\api\\getshopinfo',
|
|
10 => 'app\\infrastructure\\api\\getcustomers',
|
|
11 => 'app\\infrastructure\\api\\createcustomer',
|
|
12 => 'app\\infrastructure\\api\\getcustomer',
|
|
13 => 'app\\infrastructure\\api\\createwebhook',
|
|
14 => 'app\\infrastructure\\api\\getwebhooks',
|
|
15 => 'app\\infrastructure\\api\\searchproducts',
|
|
16 => 'app\\infrastructure\\api\\getmetafields',
|
|
17 => 'app\\infrastructure\\api\\getratelimitinfo',
|
|
18 => 'app\\infrastructure\\api\\buildqueryparams',
|
|
19 => 'app\\infrastructure\\api\\parseremainingcalls',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/Api/GitHubClient.php' =>
|
|
array (
|
|
0 => 'bc88dd050728ba68df96a0c4023e7be9de097176',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\githubclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\api\\__construct',
|
|
1 => 'app\\infrastructure\\api\\getuserrepositories',
|
|
2 => 'app\\infrastructure\\api\\createrepository',
|
|
3 => 'app\\infrastructure\\api\\getrepository',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/AI/AiService.php' =>
|
|
array (
|
|
0 => '78e1862c3757dc555719dbb1ba0f5984d0b193b2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\aiservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\__construct',
|
|
1 => 'app\\infrastructure\\ai\\query',
|
|
2 => 'app\\infrastructure\\ai\\querywithfallback',
|
|
3 => 'app\\infrastructure\\ai\\querywithconversation',
|
|
4 => 'app\\infrastructure\\ai\\getavailableproviders',
|
|
5 => 'app\\infrastructure\\ai\\getavailablemodels',
|
|
6 => 'app\\infrastructure\\ai\\isprovideravailable',
|
|
7 => 'app\\infrastructure\\ai\\getollamaavailablemodels',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/AI/Ollama/OllamaQueryHandler.php' =>
|
|
array (
|
|
0 => '24704d7af7fafe82e20d4a65e1c1e9d006f9443f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\ollama\\ollamaqueryhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\ollama\\__construct',
|
|
1 => 'app\\infrastructure\\ai\\ollama\\isavailable',
|
|
2 => 'app\\infrastructure\\ai\\ollama\\getavailablemodels',
|
|
3 => 'app\\infrastructure\\ai\\ollama\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/AI/GPT4All/Gpt4AllQueryHandler.php' =>
|
|
array (
|
|
0 => '29644b0e0b4392d876c06b6e2f53198ac94a3cd5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\gpt4all\\gpt4allqueryhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\gpt4all\\__construct',
|
|
1 => 'app\\infrastructure\\ai\\gpt4all\\isavailable',
|
|
2 => 'app\\infrastructure\\ai\\gpt4all\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/AI/OpenAI/OpenAiQueryHandler.php' =>
|
|
array (
|
|
0 => '98ce5912f076f734fc1f263d66179066e4adc71f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\openai\\openaiqueryhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\openai\\__construct',
|
|
1 => 'app\\infrastructure\\ai\\openai\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/AI/AiHandlerFactory.php' =>
|
|
array (
|
|
0 => '74b0cdd00815c255c76b1b84de82af2c1e5053b8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\aihandlerfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\ai\\__construct',
|
|
1 => 'app\\infrastructure\\ai\\createformodel',
|
|
2 => 'app\\infrastructure\\ai\\createforprovider',
|
|
3 => 'app\\infrastructure\\ai\\getavailableproviders',
|
|
4 => 'app\\infrastructure\\ai\\getavailablemodels',
|
|
5 => 'app\\infrastructure\\ai\\isprovideravailable',
|
|
6 => 'app\\infrastructure\\ai\\getollamaavailablemodels',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/GeoIp/IpRangeService.php' =>
|
|
array (
|
|
0 => '46f13ff36b44d4c5c3102deecefe86c6e042907c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\iprangeservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\__construct',
|
|
1 => 'app\\infrastructure\\geoip\\loadipranges',
|
|
2 => 'app\\infrastructure\\geoip\\getcountrycodeforip',
|
|
3 => 'app\\infrastructure\\geoip\\parseipranges',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/GeoIp/CountryDataService.php' =>
|
|
array (
|
|
0 => '7d11ae8ceef625a71c85ec750b2d87520ad4b426',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\countrydataservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\__construct',
|
|
1 => 'app\\infrastructure\\geoip\\loadcountrydata',
|
|
2 => 'app\\infrastructure\\geoip\\getcountrybycode',
|
|
3 => 'app\\infrastructure\\geoip\\parsecountrydata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/GeoIp/CountryInfo.php' =>
|
|
array (
|
|
0 => '8e6be2d646ed00e891d838c96ba9a9d29f48f5d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\countryinfo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\__construct',
|
|
1 => 'app\\infrastructure\\geoip\\hascountry',
|
|
2 => 'app\\infrastructure\\geoip\\getgermanname',
|
|
3 => 'app\\infrastructure\\geoip\\getenglishname',
|
|
4 => 'app\\infrastructure\\geoip\\getnativename',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/GeoIp/Country.php' =>
|
|
array (
|
|
0 => '6688bbb64f6837f1cefe66a858a71b872250911b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\country',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\__construct',
|
|
1 => 'app\\infrastructure\\geoip\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/GeoIp/DatabaseSetup.php' =>
|
|
array (
|
|
0 => '6f8550ef58d3f5f09d6e562aa44b3c908e68f020',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\databasesetup',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\__construct',
|
|
1 => 'app\\infrastructure\\geoip\\setupcompletedatabase',
|
|
2 => 'app\\infrastructure\\geoip\\setupcountrydataonly',
|
|
3 => 'app\\infrastructure\\geoip\\setupiprangesonly',
|
|
4 => 'app\\infrastructure\\geoip\\initializedatabase',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Infrastructure/GeoIp/GeoIp.php' =>
|
|
array (
|
|
0 => '4af3c6a7e287039c00810945bef71f211462ec79',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\geoip',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\infrastructure\\geoip\\__construct',
|
|
1 => 'app\\infrastructure\\geoip\\loaddatabase',
|
|
2 => 'app\\infrastructure\\geoip\\getcountryforstring',
|
|
3 => 'app\\infrastructure\\geoip\\getcountryforip',
|
|
4 => 'app\\infrastructure\\geoip\\getcountryinfo',
|
|
5 => 'app\\infrastructure\\geoip\\getcountryinfoforip',
|
|
6 => 'app\\infrastructure\\geoip\\getcountrynamegerman',
|
|
7 => 'app\\infrastructure\\geoip\\getcountrynameenglish',
|
|
8 => 'app\\infrastructure\\geoip\\getcountrynamenative',
|
|
9 => 'app\\infrastructure\\geoip\\initializedatabase',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Http/Controllers/NotificationController.php' =>
|
|
array (
|
|
0 => '421973abb9e8104b884e2d2a5cfb5ce08d2c228a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\http\\controllers\\notificationcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\http\\controllers\\__construct',
|
|
1 => 'app\\application\\http\\controllers\\notificationstream',
|
|
2 => 'app\\application\\http\\controllers\\usernotifications',
|
|
3 => 'app\\application\\http\\controllers\\getusernotifications',
|
|
4 => 'app\\application\\http\\controllers\\livenotifications',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Http/Controllers/ChatController.php' =>
|
|
array (
|
|
0 => '8067622921a99c9593f181b80b71cd718ca7845c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\http\\controllers\\chatcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\http\\controllers\\chatwebsocket',
|
|
1 => 'app\\application\\http\\controllers\\handlechatmessage',
|
|
2 => 'app\\application\\http\\controllers\\broadcast',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Http/Controllers/QrCodeController.php' =>
|
|
array (
|
|
0 => 'db923725336f19c05bc4844f35b17235fc07bd47',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\http\\controllers\\qrcodecontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\http\\controllers\\__construct',
|
|
1 => 'app\\application\\http\\controllers\\generatesvg',
|
|
2 => 'app\\application\\http\\controllers\\generatepng',
|
|
3 => 'app\\application\\http\\controllers\\generateascii',
|
|
4 => 'app\\application\\http\\controllers\\geterrorlevel',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Http/Smartlink.php' =>
|
|
array (
|
|
0 => '7c9491be39f48bdec77db967307bcd11bf17169d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\http\\smartlink',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\http\\__construct',
|
|
1 => 'app\\application\\http\\execute',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Http/templates/smartlinks-error.view.php' =>
|
|
array (
|
|
0 => '3b0c3d2f82312f2891307c023c2bdd007e41d975',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Health/HealthCheckController.php' =>
|
|
array (
|
|
0 => '7ddc93f763d76a0e991eb2412f6c92fdec06ad45',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\health\\healthcheckcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\health\\__construct',
|
|
1 => 'app\\application\\health\\check',
|
|
2 => 'app\\application\\health\\liveness',
|
|
3 => 'app\\application\\health\\readiness',
|
|
4 => 'app\\application\\health\\checkphp',
|
|
5 => 'app\\application\\health\\checkdatabase',
|
|
6 => 'app\\application\\health\\checkredis',
|
|
7 => 'app\\application\\health\\checkfilesystem',
|
|
8 => 'app\\application\\health\\checkmemory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Api/ApiDocsController.php' =>
|
|
array (
|
|
0 => '652fe05a9e635cacd66674b9c3b867590ba30ec6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\api\\apidocscontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\api\\__construct',
|
|
1 => 'app\\application\\api\\showdocs',
|
|
2 => 'app\\application\\api\\showdocsselhosted',
|
|
3 => 'app\\application\\api\\getopenapispec',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Api/ExampleApiController.php' =>
|
|
array (
|
|
0 => '37f5bae57e92666474ce649b4191001ba98d896f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\api\\exampleapicontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\api\\listusers',
|
|
1 => 'app\\application\\api\\showuser',
|
|
2 => 'app\\application\\api\\createuser',
|
|
3 => 'app\\application\\api\\healthcheck',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Api/MarkdownDocsController.php' =>
|
|
array (
|
|
0 => 'dd551858ca6b6ed572dcaa69045ccede751bf022',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\api\\markdowndocscontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\api\\__construct',
|
|
1 => 'app\\application\\api\\showmarkdowndocs',
|
|
2 => 'app\\application\\api\\showmarkdowndocswiththeme',
|
|
3 => 'app\\application\\api\\testmarkdown',
|
|
4 => 'app\\application\\api\\listthemes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Api/SimpleMarkdownController.php' =>
|
|
array (
|
|
0 => '122047f013d50e806afff62d17c6e8043660d19c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\api\\simplemarkdowncontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\api\\simpletest',
|
|
1 => 'app\\application\\api\\convertertest',
|
|
2 => 'app\\application\\api\\markdownsimple',
|
|
3 => 'app\\application\\api\\markdownrenderer',
|
|
4 => 'app\\application\\api\\markdownfull',
|
|
5 => 'app\\application\\api\\viewresultdebug',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/ValueObject/BusinessMetricsReport.php' =>
|
|
array (
|
|
0 => '0eefbd5647a9ad965c6fbf728975e8437c2bfda5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\businessmetricsreport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\__construct',
|
|
1 => 'app\\application\\analytics\\valueobject\\gettotalconversions',
|
|
2 => 'app\\application\\analytics\\valueobject\\gettotalrevenue',
|
|
3 => 'app\\application\\analytics\\valueobject\\getcurrency',
|
|
4 => 'app\\application\\analytics\\valueobject\\gettransactioncount',
|
|
5 => 'app\\application\\analytics\\valueobject\\getaverageordervalue',
|
|
6 => 'app\\application\\analytics\\valueobject\\gettotalgoalcompletions',
|
|
7 => 'app\\application\\analytics\\valueobject\\getconversionrate',
|
|
8 => 'app\\application\\analytics\\valueobject\\gettopconversiontype',
|
|
9 => 'app\\application\\analytics\\valueobject\\gettopgoal',
|
|
10 => 'app\\application\\analytics\\valueobject\\getrevenueperconversion',
|
|
11 => 'app\\application\\analytics\\valueobject\\getinsights',
|
|
12 => 'app\\application\\analytics\\valueobject\\toarray',
|
|
13 => 'app\\application\\analytics\\valueobject\\toanalyticsarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/ValueObject/ActionBreakdown.php' =>
|
|
array (
|
|
0 => 'addfe6a98b058b9f82c7de11bc2f6a79a4c2c2b7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\actionbreakdown',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\__construct',
|
|
1 => 'app\\application\\analytics\\valueobject\\fromarray',
|
|
2 => 'app\\application\\analytics\\valueobject\\gettotal',
|
|
3 => 'app\\application\\analytics\\valueobject\\gettopaction',
|
|
4 => 'app\\application\\analytics\\valueobject\\gettopactions',
|
|
5 => 'app\\application\\analytics\\valueobject\\getactioncount',
|
|
6 => 'app\\application\\analytics\\valueobject\\getactionpercentage',
|
|
7 => 'app\\application\\analytics\\valueobject\\toarray',
|
|
8 => 'app\\application\\analytics\\valueobject\\toanalyticsarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/ValueObject/BrowserBreakdown.php' =>
|
|
array (
|
|
0 => 'a9598623d21fecb8a71d1b4353c2c7bd747b8cd1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\browserbreakdown',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\__construct',
|
|
1 => 'app\\application\\analytics\\valueobject\\fromarray',
|
|
2 => 'app\\application\\analytics\\valueobject\\gettotal',
|
|
3 => 'app\\application\\analytics\\valueobject\\getchromepercentage',
|
|
4 => 'app\\application\\analytics\\valueobject\\getfirefoxpercentage',
|
|
5 => 'app\\application\\analytics\\valueobject\\getsafaripercentage',
|
|
6 => 'app\\application\\analytics\\valueobject\\getedgepercentage',
|
|
7 => 'app\\application\\analytics\\valueobject\\toarray',
|
|
8 => 'app\\application\\analytics\\valueobject\\toanalyticsarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/ValueObject/CountryBreakdown.php' =>
|
|
array (
|
|
0 => 'd72403ccf8d54c7f90716fe2b4be81ff813c7ebe',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\countrybreakdown',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\__construct',
|
|
1 => 'app\\application\\analytics\\valueobject\\fromarray',
|
|
2 => 'app\\application\\analytics\\valueobject\\gettotal',
|
|
3 => 'app\\application\\analytics\\valueobject\\getgermanypercentage',
|
|
4 => 'app\\application\\analytics\\valueobject\\getaustriapercentage',
|
|
5 => 'app\\application\\analytics\\valueobject\\getswitzerlandpercentage',
|
|
6 => 'app\\application\\analytics\\valueobject\\getotherspercentage',
|
|
7 => 'app\\application\\analytics\\valueobject\\getdachregiontotal',
|
|
8 => 'app\\application\\analytics\\valueobject\\getdachregionpercentage',
|
|
9 => 'app\\application\\analytics\\valueobject\\toarray',
|
|
10 => 'app\\application\\analytics\\valueobject\\toanalyticsarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/ValueObject/UserBehaviorReport.php' =>
|
|
array (
|
|
0 => '6925622d512f3e31b59a9a4b98ceed2b6227ffac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\userbehaviorreport',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\__construct',
|
|
1 => 'app\\application\\analytics\\valueobject\\gettotalinteractions',
|
|
2 => 'app\\application\\analytics\\valueobject\\gettotaluniqueusers',
|
|
3 => 'app\\application\\analytics\\valueobject\\getmostpopularaction',
|
|
4 => 'app\\application\\analytics\\valueobject\\getdominantdevice',
|
|
5 => 'app\\application\\analytics\\valueobject\\getdominantbrowser',
|
|
6 => 'app\\application\\analytics\\valueobject\\isdachregiondominant',
|
|
7 => 'app\\application\\analytics\\valueobject\\getinsights',
|
|
8 => 'app\\application\\analytics\\valueobject\\toarray',
|
|
9 => 'app\\application\\analytics\\valueobject\\toanalyticsarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/ValueObject/DeviceBreakdown.php' =>
|
|
array (
|
|
0 => 'd6e2261f4c1195b146549e336fb597e043a7e7ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\devicebreakdown',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\valueobject\\__construct',
|
|
1 => 'app\\application\\analytics\\valueobject\\fromarray',
|
|
2 => 'app\\application\\analytics\\valueobject\\gettotal',
|
|
3 => 'app\\application\\analytics\\valueobject\\getdesktoppercentage',
|
|
4 => 'app\\application\\analytics\\valueobject\\getmobilepercentage',
|
|
5 => 'app\\application\\analytics\\valueobject\\gettabletpercentage',
|
|
6 => 'app\\application\\analytics\\valueobject\\toarray',
|
|
7 => 'app\\application\\analytics\\valueobject\\toanalyticsarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/Contracts/LegacyArrayConvertible.php' =>
|
|
array (
|
|
0 => '172b268dd4e5748b7b3691cbf238347b229724bf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\contracts\\legacyarrayconvertible',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\contracts\\toarray',
|
|
1 => 'app\\application\\analytics\\contracts\\toanalyticsarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/templates/analytics-dashboard.view.php' =>
|
|
array (
|
|
0 => '9fcdd80d3434b1ac13ee6a56bc976f4f1a6853ca',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/Service/AnalyticsRealTimeService.php' =>
|
|
array (
|
|
0 => 'ffa3d0d3f3e199882eff5677253a0a331d6468db',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\service\\analyticsrealtimeservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\service\\__construct',
|
|
1 => 'app\\application\\analytics\\service\\getrealtimedata',
|
|
2 => 'app\\application\\analytics\\service\\getactiveusers',
|
|
3 => 'app\\application\\analytics\\service\\getcurrentpageviews',
|
|
4 => 'app\\application\\analytics\\service\\getrecentactions',
|
|
5 => 'app\\application\\analytics\\service\\getlivetraffic',
|
|
6 => 'app\\application\\analytics\\service\\getrandomaction',
|
|
7 => 'app\\application\\analytics\\service\\getrandompage',
|
|
8 => 'app\\application\\analytics\\service\\getrandomcountry',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/Service/AnalyticsDashboardService.php' =>
|
|
array (
|
|
0 => '2ecc971dfe68726a3bd61054aaa0410890dfeb46',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\service\\analyticsdashboardservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\service\\__construct',
|
|
1 => 'app\\application\\analytics\\service\\getoverview',
|
|
2 => 'app\\application\\analytics\\service\\gettoppages',
|
|
3 => 'app\\application\\analytics\\service\\gettrafficsources',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/Service/AnalyticsReportService.php' =>
|
|
array (
|
|
0 => '560db94dc4223056adacf1e44bddf1650f3406ec',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\service\\analyticsreportservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\service\\__construct',
|
|
1 => 'app\\application\\analytics\\service\\getuserbehavior',
|
|
2 => 'app\\application\\analytics\\service\\getbusinessmetrics',
|
|
3 => 'app\\application\\analytics\\service\\getuserbehaviorarray',
|
|
4 => 'app\\application\\analytics\\service\\getbusinessmetricsarray',
|
|
5 => 'app\\application\\analytics\\service\\getevents',
|
|
6 => 'app\\application\\analytics\\service\\geteventscount',
|
|
7 => 'app\\application\\analytics\\service\\exportdata',
|
|
8 => 'app\\application\\analytics\\service\\gettopactions',
|
|
9 => 'app\\application\\analytics\\service\\getdevicebreakdown',
|
|
10 => 'app\\application\\analytics\\service\\getbrowserbreakdown',
|
|
11 => 'app\\application\\analytics\\service\\getcountrybreakdown',
|
|
12 => 'app\\application\\analytics\\service\\getconversions',
|
|
13 => 'app\\application\\analytics\\service\\getrevenue',
|
|
14 => 'app\\application\\analytics\\service\\getgoalcompletions',
|
|
15 => 'app\\application\\analytics\\service\\getfunneldata',
|
|
16 => 'app\\application\\analytics\\service\\converttocsv',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Analytics/AnalyticsController.php' =>
|
|
array (
|
|
0 => '345d6dc9f951eb638a5ccc8b8219698712d6e06f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\analyticscontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\analytics\\__construct',
|
|
1 => 'app\\application\\analytics\\dashboard',
|
|
2 => 'app\\application\\analytics\\getoverview',
|
|
3 => 'app\\application\\analytics\\gettimeseries',
|
|
4 => 'app\\application\\analytics\\gettoppages',
|
|
5 => 'app\\application\\analytics\\gettrafficsources',
|
|
6 => 'app\\application\\analytics\\getuserbehavior',
|
|
7 => 'app\\application\\analytics\\getbusinessmetrics',
|
|
8 => 'app\\application\\analytics\\getrealtimedata',
|
|
9 => 'app\\application\\analytics\\getevents',
|
|
10 => 'app\\application\\analytics\\exportdata',
|
|
11 => 'app\\application\\analytics\\trackevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Test/WafTestController.php' =>
|
|
array (
|
|
0 => '91826d6e6ac62ed896f5ead6453a66e15de84d99',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\test\\waftestcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\test\\__construct',
|
|
1 => 'app\\application\\test\\showtestpage',
|
|
2 => 'app\\application\\test\\analyzerequest',
|
|
3 => 'app\\application\\test\\initializewaf',
|
|
4 => 'app\\application\\test\\createtestrequest',
|
|
5 => 'app\\application\\test\\formatlayerresults',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Media/MediaCleanupService.php' =>
|
|
array (
|
|
0 => 'd351165b30c689a182a42240d39b6cd229d9789b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\media\\mediacleanupservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\media\\__construct',
|
|
1 => 'app\\application\\media\\cleanupunusedfiles',
|
|
2 => 'app\\application\\media\\cleanupemptydirectories',
|
|
3 => 'app\\application\\media\\createimagevariants',
|
|
4 => 'app\\application\\media\\fullcleanup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Media/AdaptiveVideoStream.php' =>
|
|
array (
|
|
0 => '578ac02fda92e43860edd1c12803113dca28dbf8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\media\\adaptivevideostream',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\media\\__construct',
|
|
1 => 'app\\application\\media\\manifestautoformat',
|
|
2 => 'app\\application\\media\\hlsmanifest',
|
|
3 => 'app\\application\\media\\dashmanifest',
|
|
4 => 'app\\application\\media\\hlsmediaplaylist',
|
|
5 => 'app\\application\\media\\segment',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Media/ShowVideo.php' =>
|
|
array (
|
|
0 => 'ec87ce3526d58fc6171c6a3d4bc4cf534b47ca67',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\media\\showvideo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\media\\__construct',
|
|
1 => 'app\\application\\media\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Media/ShowImage.php' =>
|
|
array (
|
|
0 => '19d0b5161cf07ea7057c69527d589eafb17b1927',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\media\\showimage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\media\\__construct',
|
|
1 => 'app\\application\\media\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/HomeViewModel.php' =>
|
|
array (
|
|
0 => 'bef5b11c1754c7486f6c0df39124495df4a1430e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\homeviewmodel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\website\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/ShowSitemap.php' =>
|
|
array (
|
|
0 => 'c3495643e5884dd9f1e90199ad19002877263e4f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\showsitemap',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\website\\__construct',
|
|
1 => 'app\\application\\website\\generatesitemapxml',
|
|
2 => 'app\\application\\website\\__invoke',
|
|
3 => 'app\\application\\website\\sitemap',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/DemoQuery.php' =>
|
|
array (
|
|
0 => 'eb41dd4484d12d8c5f85a561116ee3a12ca15f95',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\demoquery',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/HomeRequest.php' =>
|
|
array (
|
|
0 => '05f51c9b762cdef1855f4e9b9eef6314f0dc9f26',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\homerequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/ShowVcard.php' =>
|
|
array (
|
|
0 => '5aec989e40e97ec91b560e38fad653548d71b84d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\showvcard',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\website\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/ShowHome.php' =>
|
|
array (
|
|
0 => 'f1dd5ec73f0112f991db862f99e987959426dde9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\showhome',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\website\\__construct',
|
|
1 => 'app\\application\\website\\home',
|
|
2 => 'app\\application\\website\\epk',
|
|
3 => 'app\\application\\website\\designsystem',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/templates/sitemap.view.php' =>
|
|
array (
|
|
0 => '36b06e2998abbeda00f2f405373930936c46f061',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/ShowImpressum.php' =>
|
|
array (
|
|
0 => '416145a3b29d7ac01b1c9ff09b280654994c9786',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\showimpressum',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\website\\__construct',
|
|
1 => 'app\\application\\website\\impressum',
|
|
2 => 'app\\application\\website\\datenschutz',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/DemoQueryHandler.php' =>
|
|
array (
|
|
0 => '84eb9d4fc0d4b22bbde09df0a84ac080036b3649',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\demoqueryhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\website\\handle',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Website/DemoQueryReturn.php' =>
|
|
array (
|
|
0 => '56ee06646cdd06b6dc7da994bb1eca3eb40b3a81',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\website\\demoqueryreturn',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\website\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Newsletter/SignUp/UserWasSignedUp.php' =>
|
|
array (
|
|
0 => 'a1cbc63d5371eb5109e7f971fd3da9088b295340',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\userwassignedup',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Newsletter/SignUp/NewsletterSignupHandler.php' =>
|
|
array (
|
|
0 => '55857ee9fc03ff3981d0419b95e8ab364dc9d9b3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\newslettersignuphandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\__construct',
|
|
1 => 'app\\application\\newsletter\\signup\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Newsletter/SignUp/NewsletterSignup.php' =>
|
|
array (
|
|
0 => '80293caa175d0718086aa8238ec6c68b842f31a9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\newslettersignup',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\__construct',
|
|
1 => 'app\\application\\newsletter\\signup\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Newsletter/SignUp/SignupUserToNewsletter.php' =>
|
|
array (
|
|
0 => '61c8f5a2e2efd436a5bd810bba11c39e254da877',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\signupusertonewsletter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Newsletter/SignUp/NewsletterSignupRequest.php' =>
|
|
array (
|
|
0 => '9fae4a0c0370c7f10637d4c088732fad84b879d0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\newslettersignuprequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Newsletter/SignUp/EventHandlerExample.php' =>
|
|
array (
|
|
0 => 'c9ec65c7d78a285b5a9c78f73a42790fc8e9309e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\eventhandlerexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\newsletter\\signup\\handleusersignedup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/Dashboard.php' =>
|
|
array (
|
|
0 => 'b5d6373d76119c98cf156a623fe9129da11985a7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\dashboard',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\show',
|
|
2 => 'app\\application\\admin\\routes',
|
|
3 => 'app\\application\\admin\\services',
|
|
4 => 'app\\application\\admin\\environment',
|
|
5 => 'app\\application\\admin\\phpinfo',
|
|
6 => 'app\\application\\admin\\performance',
|
|
7 => 'app\\application\\admin\\redisinfo',
|
|
8 => 'app\\application\\admin\\formatbytes',
|
|
9 => 'app\\application\\admin\\getmemorylimitinbytes',
|
|
10 => 'app\\application\\admin\\getloadedextensions',
|
|
11 => 'app\\application\\admin\\getactivesessioncount',
|
|
12 => 'app\\application\\admin\\getserveruptime',
|
|
13 => 'app\\application\\admin\\formatuptime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/CacheMetricsController.php' =>
|
|
array (
|
|
0 => '956cc61b1386c5f007119b74fa47914e9e80f5f9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\cachemetricscontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\showdashboard',
|
|
2 => 'app\\application\\admin\\getmetrics',
|
|
3 => 'app\\application\\admin\\getdrivermetrics',
|
|
4 => 'app\\application\\admin\\gettopkeys',
|
|
5 => 'app\\application\\admin\\resetmetrics',
|
|
6 => 'app\\application\\admin\\resetmetricsget',
|
|
7 => 'app\\application\\admin\\debugtemplates',
|
|
8 => 'app\\application\\admin\\getsummary',
|
|
9 => 'app\\application\\admin\\analyzekeypatterns',
|
|
10 => 'app\\application\\admin\\gethealthstatus',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/ShowRoutes.php' =>
|
|
array (
|
|
0 => 'c2c580612fd7986f6edcbc2ed05e1a7acaa536a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\showroutes',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\show',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/RoutesViewModel.php' =>
|
|
array (
|
|
0 => 'a6ff5b6e0f5197ad10e89d91a5126c2540ef7225',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\routesviewmodel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/ShowImageSlots.php' =>
|
|
array (
|
|
0 => '2f924de81d9dbe5fea222a27ef67180030fbe4d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\showimageslots',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\show',
|
|
2 => 'app\\application\\admin\\update',
|
|
3 => 'app\\application\\admin\\create',
|
|
4 => 'app\\application\\admin\\edit',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/ShowDiscovery.php' =>
|
|
array (
|
|
0 => 'cbf4e90a5500812bb618a04ecd381c1abd04377d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\showdiscovery',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\show',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/Images.php' =>
|
|
array (
|
|
0 => 'c6bf3c47c8e57868d11fe103d8077e7be64af31b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\images',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\showall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/HealthController.php' =>
|
|
array (
|
|
0 => 'd2734cb46718cdba085d2fcec6583db5fea46c83',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\healthcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\showdashboard',
|
|
2 => 'app\\application\\admin\\showoptimizeddashboard',
|
|
3 => 'app\\application\\admin\\getsystemstatus',
|
|
4 => 'app\\application\\admin\\runsinglecheck',
|
|
5 => 'app\\application\\admin\\getchecksbycategory',
|
|
6 => 'app\\application\\admin\\gethealthsummary',
|
|
7 => 'app\\application\\admin\\runallchecks',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/LogViewerController.php' =>
|
|
array (
|
|
0 => '1f6cd68a3b38d2583da59866853f00731a89b733',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\logviewercontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\showlogviewer',
|
|
2 => 'app\\application\\admin\\getavailablelogs',
|
|
3 => 'app\\application\\admin\\readlog',
|
|
4 => 'app\\application\\admin\\taillog',
|
|
5 => 'app\\application\\admin\\searchlogs',
|
|
6 => 'app\\application\\admin\\getloglevels',
|
|
7 => 'app\\application\\admin\\streamlog',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/ShowImageUpload.php' =>
|
|
array (
|
|
0 => '19ed4d299896bc99f841a6e32ecc901cf0e0dbc3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\showimageupload',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\__construct',
|
|
1 => 'app\\application\\admin\\__invoke',
|
|
2 => 'app\\application\\admin\\upload',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/routes.view.php' =>
|
|
array (
|
|
0 => '3cec525f60e0c0992d1575ac74c061661286e383',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/log-viewer.view.php' =>
|
|
array (
|
|
0 => '50a1fe785fea2fa7360f7541b4a052f79418bdc3',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/imageslot.view.php' =>
|
|
array (
|
|
0 => '2fb759ffc02a029e22d286de82c5780d2a2000e3',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/admin-main.view.php' =>
|
|
array (
|
|
0 => 'ccb7d53432d75e6f787fbcdcedd6cb8a20cddcea',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/dashboard.view.php' =>
|
|
array (
|
|
0 => '993016c2c50b21f9e192d42060480e3c5db6d9a3',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/health-dashboard.view.php' =>
|
|
array (
|
|
0 => '524d73d00a057f017b82c444974b4dfb2c73af50',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/imageslots.view.php' =>
|
|
array (
|
|
0 => 'c294971061bf63d53ec948fe308f6dc9d97d3163',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/EPK/ShowEpk.php' =>
|
|
array (
|
|
0 => 'ee0785e8d6d031b7a145194ad6d2d84d7f95a0ad',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\epk\\showepk',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\epk\\epk',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/System/BootLogger.php' =>
|
|
array (
|
|
0 => '3ce4e56465943eb04efacd4543960e17d297e650',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\system\\bootlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\system\\__construct',
|
|
1 => 'app\\application\\system\\log',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/System/ErrorLogger.php' =>
|
|
array (
|
|
0 => '8af2671edfef3921cbc309d47669b6a44eabfee7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\system\\errorlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\system\\logerror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/System/UserRegistrationLogger.php' =>
|
|
array (
|
|
0 => 'c3306455f25366c49a57bc9f8ec6942bdb24f9d6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\system\\userregistrationlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\system\\loguserregistration',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Backend/RapidMail/Dashbord.php' =>
|
|
array (
|
|
0 => 'd7bbaa5b70f89fec150b0bc8c22d902b3bdc6b3f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\backend\\rapidmail\\dashbord',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\backend\\rapidmail\\__construct',
|
|
1 => 'app\\application\\backend\\rapidmail\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/Middleware/SecurityEventMiddleware.php' =>
|
|
array (
|
|
0 => '56f0ff0e2016eb015b68349e7071fc66d7df3c34',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\middleware\\securityeventmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\middleware\\__construct',
|
|
1 => 'app\\application\\security\\middleware\\__invoke',
|
|
2 => 'app\\application\\security\\middleware\\checkratelimit',
|
|
3 => 'app\\application\\security\\middleware\\validatecsrftoken',
|
|
4 => 'app\\application\\security\\middleware\\analyzeresponse',
|
|
5 => 'app\\application\\security\\middleware\\getclientip',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/SecurityEvent.php' =>
|
|
array (
|
|
0 => 'fae7064a007d9bc9a8566e1c2a92746b52eaba09',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\securityevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/Guards/AuthenticationGuard.php' =>
|
|
array (
|
|
0 => 'beffdf3d6375797eb68c303a49ffafd846d1f489',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\guards\\authenticationguard',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\guards\\__construct',
|
|
1 => 'app\\application\\security\\guards\\authenticate',
|
|
2 => 'app\\application\\security\\guards\\logout',
|
|
3 => 'app\\application\\security\\guards\\handlesuccessfullogin',
|
|
4 => 'app\\application\\security\\guards\\handlefailedattempt',
|
|
5 => 'app\\application\\security\\guards\\dispatchfailedattempt',
|
|
6 => 'app\\application\\security\\guards\\dispatchaccountlocked',
|
|
7 => 'app\\application\\security\\guards\\isaccountlocked',
|
|
8 => 'app\\application\\security\\guards\\verifypassword',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/SecurityEventLogger.php' =>
|
|
array (
|
|
0 => '946e4d551ce5ee9a40404f63c0fc1351d96006dc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\securityeventlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\__construct',
|
|
1 => 'app\\application\\security\\log',
|
|
2 => 'app\\application\\security\\logowaspformat',
|
|
3 => 'app\\application\\security\\loglegacyformat',
|
|
4 => 'app\\application\\security\\extractpayload',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/OWASPSecurityEventFactory.php' =>
|
|
array (
|
|
0 => '451139fe5ad10b7b003bf65187a01b4fc209e2b8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\owaspsecurityeventfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\__construct',
|
|
1 => 'app\\application\\security\\createfromsecurityevent',
|
|
2 => 'app\\application\\security\\createfromdetection',
|
|
3 => 'app\\application\\security\\createeventidentifier',
|
|
4 => 'app\\application\\security\\createloginfailedidentifier',
|
|
5 => 'app\\application\\security\\createloginsuccessidentifier',
|
|
6 => 'app\\application\\security\\createlogoutidentifier',
|
|
7 => 'app\\application\\security\\createpasswordchangeidentifier',
|
|
8 => 'app\\application\\security\\createaccountlockedidentifier',
|
|
9 => 'app\\application\\security\\createaccessdeniedidentifier',
|
|
10 => 'app\\application\\security\\createprivilegeescalationidentifier',
|
|
11 => 'app\\application\\security\\createdataaccessidentifier',
|
|
12 => 'app\\application\\security\\createinjectionattemptidentifier',
|
|
13 => 'app\\application\\security\\createfileuploadidentifier',
|
|
14 => 'app\\application\\security\\createsessionhijackidentifier',
|
|
15 => 'app\\application\\security\\createsessiontimeoutidentifier',
|
|
16 => 'app\\application\\security\\createmalwaredetectedidentifier',
|
|
17 => 'app\\application\\security\\createauditfailureidentifier',
|
|
18 => 'app\\application\\security\\createdescription',
|
|
19 => 'app\\application\\security\\extractusername',
|
|
20 => 'app\\application\\security\\extractproperty',
|
|
21 => 'app\\application\\security\\maskemail',
|
|
22 => 'app\\application\\security\\createdetectiondescription',
|
|
23 => 'app\\application\\security\\builddetectionmetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/SecurityContext.php' =>
|
|
array (
|
|
0 => '3dba6167ff1d3e25f5becc269b025f8ae547a59c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\securitycontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\__construct',
|
|
1 => 'app\\application\\security\\fromglobals',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ExceptionHandlers/SecurityExceptionHandler.php' =>
|
|
array (
|
|
0 => '064a67b71c8186e9c11b98bebda8185806a22fba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\exceptionhandlers\\securityexceptionhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\exceptionhandlers\\__construct',
|
|
1 => 'app\\application\\security\\exceptionhandlers\\handle',
|
|
2 => 'app\\application\\security\\exceptionhandlers\\handleaccessdenied',
|
|
3 => 'app\\application\\security\\exceptionhandlers\\handlevalidationerror',
|
|
4 => 'app\\application\\security\\exceptionhandlers\\handlecryptographicerror',
|
|
5 => 'app\\application\\security\\exceptionhandlers\\handlesystemerror',
|
|
6 => 'app\\application\\security\\exceptionhandlers\\handlegenericsecurityissue',
|
|
7 => 'app\\application\\security\\exceptionhandlers\\issecurityrelevant',
|
|
8 => 'app\\application\\security\\exceptionhandlers\\getcurrentuseremail',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ValueObjects/OWASPEventIdentifier.php' =>
|
|
array (
|
|
0 => '828fb64e0c0d476649754c782ed77aa0b7eb8e76',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\owaspeventidentifier',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\__construct',
|
|
1 => 'app\\application\\security\\valueobjects\\authenticationsuccess',
|
|
2 => 'app\\application\\security\\valueobjects\\authenticationfailure',
|
|
3 => 'app\\application\\security\\valueobjects\\sessiontermination',
|
|
4 => 'app\\application\\security\\valueobjects\\passwordchange',
|
|
5 => 'app\\application\\security\\valueobjects\\accountlocked',
|
|
6 => 'app\\application\\security\\valueobjects\\authorizationfailure',
|
|
7 => 'app\\application\\security\\valueobjects\\privilegeescalation',
|
|
8 => 'app\\application\\security\\valueobjects\\inputvalidationfailure',
|
|
9 => 'app\\application\\security\\valueobjects\\maliciousinput',
|
|
10 => 'app\\application\\security\\valueobjects\\fileuploadfailure',
|
|
11 => 'app\\application\\security\\valueobjects\\sessionhijacking',
|
|
12 => 'app\\application\\security\\valueobjects\\sessiontimeout',
|
|
13 => 'app\\application\\security\\valueobjects\\malwaredetected',
|
|
14 => 'app\\application\\security\\valueobjects\\auditfailure',
|
|
15 => 'app\\application\\security\\valueobjects\\sessionfixation',
|
|
16 => 'app\\application\\security\\valueobjects\\cryptographicfailure',
|
|
17 => 'app\\application\\security\\valueobjects\\suspiciousnetworkactivity',
|
|
18 => 'app\\application\\security\\valueobjects\\systemanomaly',
|
|
19 => 'app\\application\\security\\valueobjects\\csrfviolation',
|
|
20 => 'app\\application\\security\\valueobjects\\tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ValueObjects/MaskedEmail.php' =>
|
|
array (
|
|
0 => '6a3c869705a143b84b54897e0d91797ba7421f62',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\maskedemail',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\__construct',
|
|
1 => 'app\\application\\security\\valueobjects\\fromstring',
|
|
2 => 'app\\application\\security\\valueobjects\\fromstringwithstrategy',
|
|
3 => 'app\\application\\security\\valueobjects\\getmaskedvalue',
|
|
4 => 'app\\application\\security\\valueobjects\\getoriginal',
|
|
5 => 'app\\application\\security\\valueobjects\\tostring',
|
|
6 => 'app\\application\\security\\valueobjects\\__tostring',
|
|
7 => 'app\\application\\security\\valueobjects\\maskemailaddress',
|
|
8 => 'app\\application\\security\\valueobjects\\maskemailpartial',
|
|
9 => 'app\\application\\security\\valueobjects\\maskdomainonly',
|
|
10 => 'app\\application\\security\\valueobjects\\hashemail',
|
|
11 => 'app\\application\\security\\valueobjects\\maskgenericstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ValueObjects/OWASPLogLevel.php' =>
|
|
array (
|
|
0 => '9b3a994fbd2b2e82419c4fe3ad7ef41854c28a69',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\owasploglevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\fromsecurityeventtype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ValueObjects/OWASPLogFormat.php' =>
|
|
array (
|
|
0 => '426ba1796985c1bb4127da53e4bf1b7683cdc93e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\owasplogformat',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\__construct',
|
|
1 => 'app\\application\\security\\valueobjects\\create',
|
|
2 => 'app\\application\\security\\valueobjects\\toarray',
|
|
3 => 'app\\application\\security\\valueobjects\\tojson',
|
|
4 => 'app\\application\\security\\valueobjects\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ValueObjects/RequestContext.php' =>
|
|
array (
|
|
0 => '5c882c6bb3c02d0d1048a759efa4db743f14b564',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\requestcontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\__construct',
|
|
1 => 'app\\application\\security\\valueobjects\\fromglobals',
|
|
2 => 'app\\application\\security\\valueobjects\\gethostip',
|
|
3 => 'app\\application\\security\\valueobjects\\gethostname',
|
|
4 => 'app\\application\\security\\valueobjects\\getprotocol',
|
|
5 => 'app\\application\\security\\valueobjects\\getport',
|
|
6 => 'app\\application\\security\\valueobjects\\getrequesturi',
|
|
7 => 'app\\application\\security\\valueobjects\\getrequestmethod',
|
|
8 => 'app\\application\\security\\valueobjects\\getregion',
|
|
9 => 'app\\application\\security\\valueobjects\\getgeo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ValueObjects/SecurityContext.php' =>
|
|
array (
|
|
0 => 'f1f8cd9ae0189ac288170314b03f2967fe02b665',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\securitycontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\__construct',
|
|
1 => 'app\\application\\security\\valueobjects\\fromglobals',
|
|
2 => 'app\\application\\security\\valueobjects\\create',
|
|
3 => 'app\\application\\security\\valueobjects\\getsourceip',
|
|
4 => 'app\\application\\security\\valueobjects\\getuseragent',
|
|
5 => 'app\\application\\security\\valueobjects\\getsessionid',
|
|
6 => 'app\\application\\security\\valueobjects\\getrequestid',
|
|
7 => 'app\\application\\security\\valueobjects\\getuserid',
|
|
8 => 'app\\application\\security\\valueobjects\\gettimestamp',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/ValueObjects/MaskingStrategy.php' =>
|
|
array (
|
|
0 => 'b97ca5663b8ebe811ceb06df35671bd79f3649c5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\maskingstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\valueobjects\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/Services/FileUploadSecurityService.php' =>
|
|
array (
|
|
0 => 'e3e9b00f70307906d827ef2294422f10641a2ab9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\services\\fileuploadsecurityservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\services\\__construct',
|
|
1 => 'app\\application\\security\\services\\validateupload',
|
|
2 => 'app\\application\\security\\services\\containsmalwaresignatures',
|
|
3 => 'app\\application\\security\\services\\hasdoubleextension',
|
|
4 => 'app\\application\\security\\services\\dispatchsuspiciousupload',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/Services/InputValidationService.php' =>
|
|
array (
|
|
0 => 'ea60c49ca98c3835b4cd744da08950fffbda0a7b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\services\\inputvalidationservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\services\\__construct',
|
|
1 => 'app\\application\\security\\services\\validateinput',
|
|
2 => 'app\\application\\security\\services\\sanitizeinput',
|
|
3 => 'app\\application\\security\\services\\detectsqlinjection',
|
|
4 => 'app\\application\\security\\services\\detectxss',
|
|
5 => 'app\\application\\security\\services\\applyrule',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/SecurityEventType.php' =>
|
|
array (
|
|
0 => '896d4b33a1e65a3f9c947588306e4e02c78f4f37',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\securityeventtype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/OWASPSecurityEvent.php' =>
|
|
array (
|
|
0 => '5e6a33ffab80e6aaf96c4ab316ded6a9920ec3ec',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\owaspsecurityevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\getowaspeventidentifier',
|
|
1 => 'app\\application\\security\\getowasploglevel',
|
|
2 => 'app\\application\\security\\getdescription',
|
|
3 => 'app\\application\\security\\geteventdata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/OWASPSecurityEventLogger.php' =>
|
|
array (
|
|
0 => 'da19ff825ed7f936d17faf20586a904c44dade2e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\owaspsecurityeventlogger',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\__construct',
|
|
1 => 'app\\application\\security\\logsecurityevent',
|
|
2 => 'app\\application\\security\\createowasplogformat',
|
|
3 => 'app\\application\\security\\maploglevel',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Auth/ShowLogin.php' =>
|
|
array (
|
|
0 => '527a116935345e70e32a7f24d3ece01f9d9e7eeb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\auth\\showlogin',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\auth\\__construct',
|
|
1 => 'app\\application\\auth\\__invoke',
|
|
2 => 'app\\application\\auth\\login',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Auth/LoginUserHandler.php' =>
|
|
array (
|
|
0 => '8fda5b4e9da7422100c709aa2a1ba3632681bccc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\auth\\loginuserhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\auth\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Auth/LoginUser.php' =>
|
|
array (
|
|
0 => '67517ff6d48153fd9583e5a2341133b89aa5170e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\auth\\loginuser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\auth\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Auth/templates/loginform.view.php' =>
|
|
array (
|
|
0 => '538ab322050e0fab6e245d0f7e67deafe000b2da',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Auth/LoginRequest.php' =>
|
|
array (
|
|
0 => '45a375810aa822653a91b5723357d6451608e156',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\auth\\loginrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/OrderRequest.php' =>
|
|
array (
|
|
0 => '7371334a98a01c87557bb6d3404be35a83bf9287',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\orderrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/WebhookRequest.php' =>
|
|
array (
|
|
0 => '3afba805780bab04e8bf09b36b1142ec705c0776',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\webhookrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/CustomerController.php' =>
|
|
array (
|
|
0 => '5f62e266afdbb2ddf35e7b22871c8d95ac7972dc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\customercontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
1 => 'app\\application\\shopify\\listcustomers',
|
|
2 => 'app\\application\\shopify\\getcustomer',
|
|
3 => 'app\\application\\shopify\\createcustomer',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/ProductRequest.php' =>
|
|
array (
|
|
0 => '299a0fe137c23afc1ea009bb4116d5fd16378408',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\productrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/CustomerRequest.php' =>
|
|
array (
|
|
0 => '6eec6ded20b98b0808bffabff5f75c570a2dc369',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\customerrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/ShopController.php' =>
|
|
array (
|
|
0 => '3924cd95a3173a78653a64dff621ad36d6cdb8bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\shopcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
1 => 'app\\application\\shopify\\getshopinfo',
|
|
2 => 'app\\application\\shopify\\getwebhooks',
|
|
3 => 'app\\application\\shopify\\createwebhook',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/OrderController.php' =>
|
|
array (
|
|
0 => '50386c9ff8ddcfde12587ea4af2a3f6d3a423374',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\ordercontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
1 => 'app\\application\\shopify\\listorders',
|
|
2 => 'app\\application\\shopify\\getorder',
|
|
3 => 'app\\application\\shopify\\createorder',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/ShopifyWebhookHandler.php' =>
|
|
array (
|
|
0 => '48e364e8d2c0fbb41efd7f75d2c0b7574c2e0f8a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\shopifywebhookhandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
1 => 'app\\application\\shopify\\handlewebhook',
|
|
2 => 'app\\application\\shopify\\validatewebhookhmac',
|
|
3 => 'app\\application\\shopify\\processordercreated',
|
|
4 => 'app\\application\\shopify\\processproductupdate',
|
|
5 => 'app\\application\\shopify\\processcustomercreated',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Shopify/ProductController.php' =>
|
|
array (
|
|
0 => '8ac1aaf674d344223a760af33d59b9437368864e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\productcontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\shopify\\__construct',
|
|
1 => 'app\\application\\shopify\\listproducts',
|
|
2 => 'app\\application\\shopify\\getproduct',
|
|
3 => 'app\\application\\shopify\\createproduct',
|
|
4 => 'app\\application\\shopify\\updateproduct',
|
|
5 => 'app\\application\\shopify\\deleteproduct',
|
|
6 => 'app\\application\\shopify\\searchproducts',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Performance/Http/Controller/PerformanceController.php' =>
|
|
array (
|
|
0 => 'ad3d1249cf9c7cc0e6c9e2953a2b0e2767009e1d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\performance\\http\\controller\\performancecontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\performance\\http\\controller\\__construct',
|
|
1 => 'app\\application\\performance\\http\\controller\\getsummary',
|
|
2 => 'app\\application\\performance\\http\\controller\\getmetrics',
|
|
3 => 'app\\application\\performance\\http\\controller\\getslowestoperations',
|
|
4 => 'app\\application\\performance\\http\\controller\\getreport',
|
|
5 => 'app\\application\\performance\\http\\controller\\getrequeststats',
|
|
6 => 'app\\application\\performance\\http\\controller\\resetmetrics',
|
|
7 => 'app\\application\\performance\\http\\controller\\getmemorystats',
|
|
8 => 'app\\application\\performance\\http\\controller\\getsysteminfo',
|
|
9 => 'app\\application\\performance\\http\\controller\\getconfig',
|
|
10 => 'app\\application\\performance\\http\\controller\\exportmetrics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Service/QrCodeService.php' =>
|
|
array (
|
|
0 => 'bdad90403d9064031037fc9abe22e990c642007e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\service\\qrcodeservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\service\\__construct',
|
|
1 => 'app\\application\\service\\generateqrcode',
|
|
2 => 'app\\application\\service\\generatesvg',
|
|
3 => 'app\\application\\service\\generatepng',
|
|
4 => 'app\\application\\service\\generateascii',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Contact/ContactRequest.php' =>
|
|
array (
|
|
0 => 'e46fd4aaaeb1d65e8fc42ae45d5b2120931343e8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\contact\\contactrequest',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Contact/StoreContact.php' =>
|
|
array (
|
|
0 => '175503deb0c1bc70c3494bc323daee6e1a3b563d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\contact\\storecontact',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\contact\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Contact/contact-success.view.php' =>
|
|
array (
|
|
0 => 'e9423a4345ef3699fef38d1dfee0795c02019844',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Contact/contact.view.php' =>
|
|
array (
|
|
0 => '805704dab3d0c3f396f54e33ac50a062c2877411',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Contact/StoreContactHandler.php' =>
|
|
array (
|
|
0 => '28fede67e0e7e810ebbea98fe950a6e2d53abd5f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\contact\\storecontacthandler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\contact\\__construct',
|
|
1 => 'app\\application\\contact\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Contact/ShowContact.php' =>
|
|
array (
|
|
0 => '4fdc3b437faa814672b75a3d0ad528b4bbf512be',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\contact\\showcontact',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\contact\\__invoke',
|
|
1 => 'app\\application\\contact\\senden',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/WafMiddleware.php' =>
|
|
array (
|
|
0 => '7b7ad92269531e08c8983d6cd15462a63c83d44b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\wafmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\initializesecuritylayers',
|
|
2 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
3 => 'app\\framework\\http\\middlewares\\handleblocked',
|
|
4 => 'app\\framework\\http\\middlewares\\handlesuspicious',
|
|
5 => 'app\\framework\\http\\middlewares\\formatdetections',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Middlewares/DDoSProtectionMiddleware.php' =>
|
|
array (
|
|
0 => '3b24118ad51f18b2b9e03687235638b844220e3f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\ddosprotectionmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewares\\__construct',
|
|
1 => 'app\\framework\\http\\middlewares\\__invoke',
|
|
2 => 'app\\framework\\http\\middlewares\\handleblockingresponse',
|
|
3 => 'app\\framework\\http\\middlewares\\handlechallengeresponse',
|
|
4 => 'app\\framework\\http\\middlewares\\addsecurityheaders',
|
|
5 => 'app\\framework\\http\\middlewares\\logthreatdetection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Response/AdaptiveResponseSystem.php' =>
|
|
array (
|
|
0 => '4dc613861a54cb6d5615fda2f58e06a38eba0ea2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\adaptiveresponsesystem',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\__construct',
|
|
1 => 'app\\framework\\ddos\\response\\executeresponse',
|
|
2 => 'app\\framework\\ddos\\response\\determineresponseaction',
|
|
3 => 'app\\framework\\ddos\\response\\selectblockingaction',
|
|
4 => 'app\\framework\\ddos\\response\\selectratelimitingaction',
|
|
5 => 'app\\framework\\ddos\\response\\selectbehavioralaction',
|
|
6 => 'app\\framework\\ddos\\response\\executeresponseaction',
|
|
7 => 'app\\framework\\ddos\\response\\executeenhancedmonitoring',
|
|
8 => 'app\\framework\\ddos\\response\\executeallowwithmonitoring',
|
|
9 => 'app\\framework\\ddos\\response\\updateadaptivelearning',
|
|
10 => 'app\\framework\\ddos\\response\\evaluateresponseeffectiveness',
|
|
11 => 'app\\framework\\ddos\\response\\logresponse',
|
|
12 => 'app\\framework\\ddos\\response\\getresponsestatistics',
|
|
13 => 'app\\framework\\ddos\\response\\updateresponsestatistics',
|
|
14 => 'app\\framework\\ddos\\response\\checkautounblock',
|
|
15 => 'app\\framework\\ddos\\response\\generatekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Response/ValueObjects/DDoSResponse.php' =>
|
|
array (
|
|
0 => 'b085214cad35593ee08be25f136858766f97db56',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\valueobjects\\ddosresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\ddos\\response\\valueobjects\\allow',
|
|
2 => 'app\\framework\\ddos\\response\\valueobjects\\block',
|
|
3 => 'app\\framework\\ddos\\response\\valueobjects\\ratelimit',
|
|
4 => 'app\\framework\\ddos\\response\\valueobjects\\challenge',
|
|
5 => 'app\\framework\\ddos\\response\\valueobjects\\tarpit',
|
|
6 => 'app\\framework\\ddos\\response\\valueobjects\\withprocessingtime',
|
|
7 => 'app\\framework\\ddos\\response\\valueobjects\\withheaders',
|
|
8 => 'app\\framework\\ddos\\response\\valueobjects\\withmetadata',
|
|
9 => 'app\\framework\\ddos\\response\\valueobjects\\shouldblock',
|
|
10 => 'app\\framework\\ddos\\response\\valueobjects\\requiresuserinteraction',
|
|
11 => 'app\\framework\\ddos\\response\\valueobjects\\getsummary',
|
|
12 => 'app\\framework\\ddos\\response\\valueobjects\\toarray',
|
|
13 => 'app\\framework\\ddos\\response\\valueobjects\\issuccessfulmitigation',
|
|
14 => 'app\\framework\\ddos\\response\\valueobjects\\getcacheduration',
|
|
15 => 'app\\framework\\ddos\\response\\valueobjects\\getage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Response/ValueObjects/ResponseAction.php' =>
|
|
array (
|
|
0 => 'a652f9b8981d290f1253b80b67c5103dfaad18a4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\valueobjects\\responseaction',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\valueobjects\\getdescription',
|
|
1 => 'app\\framework\\ddos\\response\\valueobjects\\getseverity',
|
|
2 => 'app\\framework\\ddos\\response\\valueobjects\\isblocking',
|
|
3 => 'app\\framework\\ddos\\response\\valueobjects\\isratelimiting',
|
|
4 => 'app\\framework\\ddos\\response\\valueobjects\\ischallenge',
|
|
5 => 'app\\framework\\ddos\\response\\valueobjects\\requiresuserinteraction',
|
|
6 => 'app\\framework\\ddos\\response\\valueobjects\\getexpectedduration',
|
|
7 => 'app\\framework\\ddos\\response\\valueobjects\\getrecommendedhttpstatus',
|
|
8 => 'app\\framework\\ddos\\response\\valueobjects\\getretryafter',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Response/ValueObjects/ResponseType.php' =>
|
|
array (
|
|
0 => '7006a73698918288418496b84d723225f3159db7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\valueobjects\\responsetype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\response\\valueobjects\\getdescription',
|
|
1 => 'app\\framework\\ddos\\response\\valueobjects\\isblocking',
|
|
2 => 'app\\framework\\ddos\\response\\valueobjects\\allowsrequest',
|
|
3 => 'app\\framework\\ddos\\response\\valueobjects\\requiresspecialhandling',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/TrafficPatternAnalyzer.php' =>
|
|
array (
|
|
0 => '47800f26dc271e658a1318bc166b92e3608f8941',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\trafficpatternanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\__construct',
|
|
1 => 'app\\framework\\ddos\\analysis\\analyzetrafficpatterns',
|
|
2 => 'app\\framework\\ddos\\analysis\\analyzeiptraffic',
|
|
3 => 'app\\framework\\ddos\\analysis\\analyzepathtraffic',
|
|
4 => 'app\\framework\\ddos\\analysis\\analyzeglobaltraffic',
|
|
5 => 'app\\framework\\ddos\\analysis\\analyzeburstpattern',
|
|
6 => 'app\\framework\\ddos\\analysis\\analyzetemporalpattern',
|
|
7 => 'app\\framework\\ddos\\analysis\\calculatecombinedthreatscore',
|
|
8 => 'app\\framework\\ddos\\analysis\\calculateanalysisconfidence',
|
|
9 => 'app\\framework\\ddos\\analysis\\generatekey',
|
|
10 => 'app\\framework\\ddos\\analysis\\sanitizepath',
|
|
11 => 'app\\framework\\ddos\\analysis\\calculateaverage',
|
|
12 => 'app\\framework\\ddos\\analysis\\calculatestandarddeviation',
|
|
13 => 'app\\framework\\ddos\\analysis\\calculateanomalyscore',
|
|
14 => 'app\\framework\\ddos\\analysis\\calculateburstscore',
|
|
15 => 'app\\framework\\ddos\\analysis\\updatebaseline',
|
|
16 => 'app\\framework\\ddos\\analysis\\calculatebaselinedeviation',
|
|
17 => 'app\\framework\\ddos\\analysis\\identifyanomalyindicators',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/GeoAnomalyDetector.php' =>
|
|
array (
|
|
0 => '8cbabc3ddbeba8256f2652e218aca7fdab0dd4af',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\geoanomalydetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\__construct',
|
|
1 => 'app\\framework\\ddos\\analysis\\detectanomalies',
|
|
2 => 'app\\framework\\ddos\\analysis\\analyzecountryrisk',
|
|
3 => 'app\\framework\\ddos\\analysis\\analyzegeographicdistribution',
|
|
4 => 'app\\framework\\ddos\\analysis\\analyzecountryvelocity',
|
|
5 => 'app\\framework\\ddos\\analysis\\analyzecountryreputation',
|
|
6 => 'app\\framework\\ddos\\analysis\\analyzeattackpatterns',
|
|
7 => 'app\\framework\\ddos\\analysis\\calculatecombinedanomalyscore',
|
|
8 => 'app\\framework\\ddos\\analysis\\calculateanalysisconfidence',
|
|
9 => 'app\\framework\\ddos\\analysis\\identifyriskfactors',
|
|
10 => 'app\\framework\\ddos\\analysis\\createsaferesult',
|
|
11 => 'app\\framework\\ddos\\analysis\\generatekey',
|
|
12 => 'app\\framework\\ddos\\analysis\\calculateshannonentropy',
|
|
13 => 'app\\framework\\ddos\\analysis\\calculatedistributionanomalyscore',
|
|
14 => 'app\\framework\\ddos\\analysis\\calculaterequestintervals',
|
|
15 => 'app\\framework\\ddos\\analysis\\calculatetimingregularity',
|
|
16 => 'app\\framework\\ddos\\analysis\\updategeographicbaseline',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/DDoSProtectionEngine.php' =>
|
|
array (
|
|
0 => '8b5f3f8c1e1ae54c11fe992778593f56f2ac8af3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\ddosprotectionengine',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\__construct',
|
|
1 => 'app\\framework\\ddos\\analyzerequest',
|
|
2 => 'app\\framework\\ddos\\executeresponse',
|
|
3 => 'app\\framework\\ddos\\performmultilayeranalysis',
|
|
4 => 'app\\framework\\ddos\\logsecuritythreat',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Waf/DDoSWafConfig.php' =>
|
|
array (
|
|
0 => '88f902d25869bf6b28ec8b84c69a46ecd9b5195c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\waf\\ddoswafconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\waf\\__construct',
|
|
1 => 'app\\framework\\ddos\\waf\\development',
|
|
2 => 'app\\framework\\ddos\\waf\\production',
|
|
3 => 'app\\framework\\ddos\\waf\\testing',
|
|
4 => 'app\\framework\\ddos\\waf\\getthresholdforattacktype',
|
|
5 => 'app\\framework\\ddos\\waf\\isdetectionenabled',
|
|
6 => 'app\\framework\\ddos\\waf\\getcacheretentionseconds',
|
|
7 => 'app\\framework\\ddos\\waf\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Waf/DDoSWafLayer.php' =>
|
|
array (
|
|
0 => '819e8abde1395dd9dc85ac85331286a03d973f47',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\waf\\ddoswaflayer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\waf\\__construct',
|
|
1 => 'app\\framework\\ddos\\waf\\getname',
|
|
2 => 'app\\framework\\ddos\\waf\\isenabled',
|
|
3 => 'app\\framework\\ddos\\waf\\ishealthy',
|
|
4 => 'app\\framework\\ddos\\waf\\analyze',
|
|
5 => 'app\\framework\\ddos\\waf\\detectresourceintensiverequests',
|
|
6 => 'app\\framework\\ddos\\waf\\detectslowlorisattacks',
|
|
7 => 'app\\framework\\ddos\\waf\\detecthttpfloodpatterns',
|
|
8 => 'app\\framework\\ddos\\waf\\detectbotautomation',
|
|
9 => 'app\\framework\\ddos\\waf\\detectquerycomplexity',
|
|
10 => 'app\\framework\\ddos\\waf\\detectprotocolabusepatterns',
|
|
11 => 'app\\framework\\ddos\\waf\\detectrepetitivepatterns',
|
|
12 => 'app\\framework\\ddos\\waf\\calculatethreatscore',
|
|
13 => 'app\\framework\\ddos\\waf\\calculateconfidence',
|
|
14 => 'app\\framework\\ddos\\waf\\createlayerresult',
|
|
15 => 'app\\framework\\ddos\\waf\\updatelearningpatterns',
|
|
16 => 'app\\framework\\ddos\\waf\\getclientip',
|
|
17 => 'app\\framework\\ddos\\waf\\generatekey',
|
|
18 => 'app\\framework\\ddos\\waf\\calculateaverageinterval',
|
|
19 => 'app\\framework\\ddos\\waf\\getpriority',
|
|
20 => 'app\\framework\\ddos\\waf\\getconfidencelevel',
|
|
21 => 'app\\framework\\ddos\\waf\\gettimeoutthreshold',
|
|
22 => 'app\\framework\\ddos\\waf\\configure',
|
|
23 => 'app\\framework\\ddos\\waf\\getconfig',
|
|
24 => 'app\\framework\\ddos\\waf\\getmetrics',
|
|
25 => 'app\\framework\\ddos\\waf\\reset',
|
|
26 => 'app\\framework\\ddos\\waf\\warmup',
|
|
27 => 'app\\framework\\ddos\\waf\\shutdown',
|
|
28 => 'app\\framework\\ddos\\waf\\getdependencies',
|
|
29 => 'app\\framework\\ddos\\waf\\supportsparallelprocessing',
|
|
30 => 'app\\framework\\ddos\\waf\\getversion',
|
|
31 => 'app\\framework\\ddos\\waf\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/ValueObjects/DDoSAssessment.php' =>
|
|
array (
|
|
0 => '9c54aab22095360e3659adb6a4b55ce2b4bb9013',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\ddosassessment',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\ddos\\valueobjects\\createsafe',
|
|
2 => 'app\\framework\\ddos\\valueobjects\\requiresblocking',
|
|
3 => 'app\\framework\\ddos\\valueobjects\\requiresratelimiting',
|
|
4 => 'app\\framework\\ddos\\valueobjects\\requirescaptcha',
|
|
5 => 'app\\framework\\ddos\\valueobjects\\getsummary',
|
|
6 => 'app\\framework\\ddos\\valueobjects\\getanalysisbreakdown',
|
|
7 => 'app\\framework\\ddos\\valueobjects\\toarray',
|
|
8 => 'app\\framework\\ddos\\valueobjects\\issuspiciouslocation',
|
|
9 => 'app\\framework\\ddos\\valueobjects\\getriskscore',
|
|
10 => 'app\\framework\\ddos\\valueobjects\\getage',
|
|
11 => 'app\\framework\\ddos\\valueobjects\\isfresh',
|
|
12 => 'app\\framework\\ddos\\valueobjects\\iscriticalthreat',
|
|
13 => 'app\\framework\\ddos\\valueobjects\\ishighthreat',
|
|
14 => 'app\\framework\\ddos\\valueobjects\\ismediumthreat',
|
|
15 => 'app\\framework\\ddos\\valueobjects\\getthreatindicators',
|
|
16 => 'app\\framework\\ddos\\valueobjects\\__get',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/ValueObjects/AttackPattern.php' =>
|
|
array (
|
|
0 => '555aa0aff0702ec1d2e2cae4f01a1eb97e482601',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\attackpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\getdescription',
|
|
1 => 'app\\framework\\ddos\\valueobjects\\getseveritylevel',
|
|
2 => 'app\\framework\\ddos\\valueobjects\\getrecommendedmitigation',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/ValueObjects/ThreatLevel.php' =>
|
|
array (
|
|
0 => '869d182564df9017a11800e90e557565bc444a0d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\threatlevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\getnumericvalue',
|
|
1 => 'app\\framework\\ddos\\valueobjects\\getdescription',
|
|
2 => 'app\\framework\\ddos\\valueobjects\\requiresimmediateaction',
|
|
3 => 'app\\framework\\ddos\\valueobjects\\requiresenhancedmonitoring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/DDoSConfig.php' =>
|
|
array (
|
|
0 => 'e367d1b28e76f71e72e359a84b9ad10aa88be422',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\ddosconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\__construct',
|
|
1 => 'app\\framework\\ddos\\getvolumetricthreshold',
|
|
2 => 'app\\framework\\ddos\\getdistributedthreshold',
|
|
3 => 'app\\framework\\ddos\\getapplicationthreshold',
|
|
4 => 'app\\framework\\ddos\\getprotocolthreshold',
|
|
5 => 'app\\framework\\ddos\\getbotnetthreshold',
|
|
6 => 'app\\framework\\ddos\\getslowattackthreshold',
|
|
7 => 'app\\framework\\ddos\\getcoordinatedthreshold',
|
|
8 => 'app\\framework\\ddos\\getamplificationthreshold',
|
|
9 => 'app\\framework\\ddos\\getcriticalthreatthreshold',
|
|
10 => 'app\\framework\\ddos\\gethighthreatthreshold',
|
|
11 => 'app\\framework\\ddos\\getmediumthreatthreshold',
|
|
12 => 'app\\framework\\ddos\\getanalysiswindow',
|
|
13 => 'app\\framework\\ddos\\getmaxprocessingtime',
|
|
14 => 'app\\framework\\ddos\\getcacheassessmentduration',
|
|
15 => 'app\\framework\\ddos\\getratelimitwindow',
|
|
16 => 'app\\framework\\ddos\\getcircuitbreakertimeout',
|
|
17 => 'app\\framework\\ddos\\getassessmentretentionperiod',
|
|
18 => 'app\\framework\\ddos\\development',
|
|
19 => 'app\\framework\\ddos\\production',
|
|
20 => 'app\\framework\\ddos\\testing',
|
|
21 => 'app\\framework\\ddos\\istrustedip',
|
|
22 => 'app\\framework\\ddos\\isexemptpath',
|
|
23 => 'app\\framework\\ddos\\iscountryblocked',
|
|
24 => 'app\\framework\\ddos\\getthreatthreshold',
|
|
25 => 'app\\framework\\ddos\\shouldlogassessment',
|
|
26 => 'app\\framework\\ddos\\getratelimitforip',
|
|
27 => 'app\\framework\\ddos\\getcachettlseconds',
|
|
28 => 'app\\framework\\ddos\\getanalysiswindowseconds',
|
|
29 => 'app\\framework\\ddos\\isprocessingtimeexceeded',
|
|
30 => 'app\\framework\\ddos\\getcircuitbreakerconfig',
|
|
31 => 'app\\framework\\ddos\\toarray',
|
|
32 => 'app\\framework\\ddos\\adaptive',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Config/WafConfig.php' =>
|
|
array (
|
|
0 => '820144018cf1d9a3f58fe5c1f9d15f4664e04f63',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\wafconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\config\\__construct',
|
|
1 => 'app\\framework\\config\\production',
|
|
2 => 'app\\framework\\config\\development',
|
|
3 => 'app\\framework\\config\\testing',
|
|
4 => 'app\\framework\\config\\getddosconfigenvironment',
|
|
5 => 'app\\framework\\config\\getddosconfig',
|
|
6 => 'app\\framework\\config\\getdefaultlayerconfig',
|
|
7 => 'app\\framework\\config\\islayerenabled',
|
|
8 => 'app\\framework\\config\\istrustedip',
|
|
9 => 'app\\framework\\config\\isexemptpath',
|
|
10 => 'app\\framework\\config\\ipmatches',
|
|
11 => 'app\\framework\\config\\getenvironmenttype',
|
|
12 => 'app\\framework\\config\\withglobaltimeout',
|
|
13 => 'app\\framework\\config\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Layers/SqlInjectionLayer.php' =>
|
|
array (
|
|
0 => '5dc675bb6ae92810a250bb3f0c70a70459a789ba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\sqlinjectionlayer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\__construct',
|
|
1 => 'app\\framework\\waf\\layers\\getname',
|
|
2 => 'app\\framework\\waf\\layers\\analyze',
|
|
3 => 'app\\framework\\waf\\layers\\analyzestring',
|
|
4 => 'app\\framework\\waf\\layers\\isenabled',
|
|
5 => 'app\\framework\\waf\\layers\\ishealthy',
|
|
6 => 'app\\framework\\waf\\layers\\getpriority',
|
|
7 => 'app\\framework\\waf\\layers\\getconfidencelevel',
|
|
8 => 'app\\framework\\waf\\layers\\gettimeoutthreshold',
|
|
9 => 'app\\framework\\waf\\layers\\configure',
|
|
10 => 'app\\framework\\waf\\layers\\getconfig',
|
|
11 => 'app\\framework\\waf\\layers\\getmetrics',
|
|
12 => 'app\\framework\\waf\\layers\\reset',
|
|
13 => 'app\\framework\\waf\\layers\\warmup',
|
|
14 => 'app\\framework\\waf\\layers\\shutdown',
|
|
15 => 'app\\framework\\waf\\layers\\getdependencies',
|
|
16 => 'app\\framework\\waf\\layers\\supportsparallelprocessing',
|
|
17 => 'app\\framework\\waf\\layers\\getversion',
|
|
18 => 'app\\framework\\waf\\layers\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Layers/XssLayer.php' =>
|
|
array (
|
|
0 => 'afdbd5241485343a781e3be8da03c24a8754bae3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\xsslayer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\__construct',
|
|
1 => 'app\\framework\\waf\\layers\\getname',
|
|
2 => 'app\\framework\\waf\\layers\\analyze',
|
|
3 => 'app\\framework\\waf\\layers\\analyzestring',
|
|
4 => 'app\\framework\\waf\\layers\\calculateseverity',
|
|
5 => 'app\\framework\\waf\\layers\\calculateriskscore',
|
|
6 => 'app\\framework\\waf\\layers\\isenabled',
|
|
7 => 'app\\framework\\waf\\layers\\ishealthy',
|
|
8 => 'app\\framework\\waf\\layers\\getpriority',
|
|
9 => 'app\\framework\\waf\\layers\\getconfidencelevel',
|
|
10 => 'app\\framework\\waf\\layers\\gettimeoutthreshold',
|
|
11 => 'app\\framework\\waf\\layers\\configure',
|
|
12 => 'app\\framework\\waf\\layers\\getconfig',
|
|
13 => 'app\\framework\\waf\\layers\\getmetrics',
|
|
14 => 'app\\framework\\waf\\layers\\reset',
|
|
15 => 'app\\framework\\waf\\layers\\warmup',
|
|
16 => 'app\\framework\\waf\\layers\\shutdown',
|
|
17 => 'app\\framework\\waf\\layers\\getdependencies',
|
|
18 => 'app\\framework\\waf\\layers\\supportsparallelprocessing',
|
|
19 => 'app\\framework\\waf\\layers\\getversion',
|
|
20 => 'app\\framework\\waf\\layers\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Layers/SuspiciousUserAgentLayer.php' =>
|
|
array (
|
|
0 => 'e7aa618e6993f7b8a1b1b6cd2e00424e0060ac68',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\suspicioususeragentlayer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\__construct',
|
|
1 => 'app\\framework\\waf\\layers\\getname',
|
|
2 => 'app\\framework\\waf\\layers\\analyze',
|
|
3 => 'app\\framework\\waf\\layers\\analyzeuseragent',
|
|
4 => 'app\\framework\\waf\\layers\\identifythreattype',
|
|
5 => 'app\\framework\\waf\\layers\\calculateseverity',
|
|
6 => 'app\\framework\\waf\\layers\\calculateriskscore',
|
|
7 => 'app\\framework\\waf\\layers\\calculateconfidence',
|
|
8 => 'app\\framework\\waf\\layers\\performheuristicanalysis',
|
|
9 => 'app\\framework\\waf\\layers\\analyzeuseragentstructure',
|
|
10 => 'app\\framework\\waf\\layers\\isenabled',
|
|
11 => 'app\\framework\\waf\\layers\\ishealthy',
|
|
12 => 'app\\framework\\waf\\layers\\getpriority',
|
|
13 => 'app\\framework\\waf\\layers\\getconfidencelevel',
|
|
14 => 'app\\framework\\waf\\layers\\gettimeoutthreshold',
|
|
15 => 'app\\framework\\waf\\layers\\configure',
|
|
16 => 'app\\framework\\waf\\layers\\getconfig',
|
|
17 => 'app\\framework\\waf\\layers\\getmetrics',
|
|
18 => 'app\\framework\\waf\\layers\\reset',
|
|
19 => 'app\\framework\\waf\\layers\\warmup',
|
|
20 => 'app\\framework\\waf\\layers\\shutdown',
|
|
21 => 'app\\framework\\waf\\layers\\getdependencies',
|
|
22 => 'app\\framework\\waf\\layers\\supportsparallelprocessing',
|
|
23 => 'app\\framework\\waf\\layers\\getversion',
|
|
24 => 'app\\framework\\waf\\layers\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Layers/CommandInjectionLayer.php' =>
|
|
array (
|
|
0 => 'b9966b5f30ba26fe9d92c304978b09621e1f932b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\commandinjectionlayer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\__construct',
|
|
1 => 'app\\framework\\waf\\layers\\getname',
|
|
2 => 'app\\framework\\waf\\layers\\analyze',
|
|
3 => 'app\\framework\\waf\\layers\\analyzestring',
|
|
4 => 'app\\framework\\waf\\layers\\calculateseverity',
|
|
5 => 'app\\framework\\waf\\layers\\calculateriskscore',
|
|
6 => 'app\\framework\\waf\\layers\\identifycommandtype',
|
|
7 => 'app\\framework\\waf\\layers\\analyzeriskfactors',
|
|
8 => 'app\\framework\\waf\\layers\\isenabled',
|
|
9 => 'app\\framework\\waf\\layers\\ishealthy',
|
|
10 => 'app\\framework\\waf\\layers\\getpriority',
|
|
11 => 'app\\framework\\waf\\layers\\getconfidencelevel',
|
|
12 => 'app\\framework\\waf\\layers\\gettimeoutthreshold',
|
|
13 => 'app\\framework\\waf\\layers\\configure',
|
|
14 => 'app\\framework\\waf\\layers\\getconfig',
|
|
15 => 'app\\framework\\waf\\layers\\getmetrics',
|
|
16 => 'app\\framework\\waf\\layers\\reset',
|
|
17 => 'app\\framework\\waf\\layers\\warmup',
|
|
18 => 'app\\framework\\waf\\layers\\shutdown',
|
|
19 => 'app\\framework\\waf\\layers\\getdependencies',
|
|
20 => 'app\\framework\\waf\\layers\\supportsparallelprocessing',
|
|
21 => 'app\\framework\\waf\\layers\\getversion',
|
|
22 => 'app\\framework\\waf\\layers\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Layers/PathTraversalLayer.php' =>
|
|
array (
|
|
0 => 'bbb39107a1da34f0ffafa93f938a98ce3cb2b8be',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\pathtraversallayer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\__construct',
|
|
1 => 'app\\framework\\waf\\layers\\getname',
|
|
2 => 'app\\framework\\waf\\layers\\analyze',
|
|
3 => 'app\\framework\\waf\\layers\\analyzestring',
|
|
4 => 'app\\framework\\waf\\layers\\calculateseverity',
|
|
5 => 'app\\framework\\waf\\layers\\calculateriskscore',
|
|
6 => 'app\\framework\\waf\\layers\\identifythreattype',
|
|
7 => 'app\\framework\\waf\\layers\\isenabled',
|
|
8 => 'app\\framework\\waf\\layers\\ishealthy',
|
|
9 => 'app\\framework\\waf\\layers\\getpriority',
|
|
10 => 'app\\framework\\waf\\layers\\getconfidencelevel',
|
|
11 => 'app\\framework\\waf\\layers\\gettimeoutthreshold',
|
|
12 => 'app\\framework\\waf\\layers\\configure',
|
|
13 => 'app\\framework\\waf\\layers\\getconfig',
|
|
14 => 'app\\framework\\waf\\layers\\getmetrics',
|
|
15 => 'app\\framework\\waf\\layers\\reset',
|
|
16 => 'app\\framework\\waf\\layers\\warmup',
|
|
17 => 'app\\framework\\waf\\layers\\shutdown',
|
|
18 => 'app\\framework\\waf\\layers\\getdependencies',
|
|
19 => 'app\\framework\\waf\\layers\\supportsparallelprocessing',
|
|
20 => 'app\\framework\\waf\\layers\\getversion',
|
|
21 => 'app\\framework\\waf\\layers\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/WafEngineInitializer.php' =>
|
|
array (
|
|
0 => 'ae9fff78a1c00fd771853e50677f6858debfe553',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\wafengineinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\__construct',
|
|
1 => 'app\\framework\\waf\\__invoke',
|
|
2 => 'app\\framework\\waf\\registersecuritylayers',
|
|
3 => 'app\\framework\\waf\\getregisteredlayernames',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/Detectors/DeviceIntelligenceDetector.php' =>
|
|
array (
|
|
0 => '056c4ce8bc7fa8fb1716035a8bc602b539a443ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\detectors\\deviceintelligencedetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\detectors\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\detectors\\analyzedevice',
|
|
2 => 'app\\framework\\waf\\botprotection\\detectors\\extractdevicedata',
|
|
3 => 'app\\framework\\waf\\botprotection\\detectors\\extractoperatingsystem',
|
|
4 => 'app\\framework\\waf\\botprotection\\detectors\\extractbrowser',
|
|
5 => 'app\\framework\\waf\\botprotection\\detectors\\extractdevicetype',
|
|
6 => 'app\\framework\\waf\\botprotection\\detectors\\detectvirtualmachine',
|
|
7 => 'app\\framework\\waf\\botprotection\\detectors\\detectheadlessbrowser',
|
|
8 => 'app\\framework\\waf\\botprotection\\detectors\\detectwebdriver',
|
|
9 => 'app\\framework\\waf\\botprotection\\detectors\\analyzeuseragentconsistency',
|
|
10 => 'app\\framework\\waf\\botprotection\\detectors\\analyzehardwareconsistency',
|
|
11 => 'app\\framework\\waf\\botprotection\\detectors\\checkagainstknownpatterns',
|
|
12 => 'app\\framework\\waf\\botprotection\\detectors\\matchespattern',
|
|
13 => 'app\\framework\\waf\\botprotection\\detectors\\tracksuspiciousdevice',
|
|
14 => 'app\\framework\\waf\\botprotection\\detectors\\initializedevicepatterns',
|
|
15 => 'app\\framework\\waf\\botprotection\\detectors\\createemptyprofile',
|
|
16 => 'app\\framework\\waf\\botprotection\\detectors\\generateprofilecachekey',
|
|
17 => 'app\\framework\\waf\\botprotection\\detectors\\cleanupprofilecache',
|
|
18 => 'app\\framework\\waf\\botprotection\\detectors\\getstatistics',
|
|
19 => 'app\\framework\\waf\\botprotection\\detectors\\getsuspiciousdevices',
|
|
20 => 'app\\framework\\waf\\botprotection\\detectors\\isenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/Detectors/FingerprintDetector.php' =>
|
|
array (
|
|
0 => '99d93d1992b43902781371002130b12540e3291d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\detectors\\fingerprintdetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\detectors\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\detectors\\analyzefingerprint',
|
|
2 => 'app\\framework\\waf\\botprotection\\detectors\\extractfingerprintdata',
|
|
3 => 'app\\framework\\waf\\botprotection\\detectors\\createemptyfingerprint',
|
|
4 => 'app\\framework\\waf\\botprotection\\detectors\\generatecachekey',
|
|
5 => 'app\\framework\\waf\\botprotection\\detectors\\cleanupcache',
|
|
6 => 'app\\framework\\waf\\botprotection\\detectors\\addknownbotfingerprint',
|
|
7 => 'app\\framework\\waf\\botprotection\\detectors\\isknownbot',
|
|
8 => 'app\\framework\\waf\\botprotection\\detectors\\getstatistics',
|
|
9 => 'app\\framework\\waf\\botprotection\\detectors\\isenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/Detectors/BehavioralDetector.php' =>
|
|
array (
|
|
0 => 'ed65ea57afe60d86b6732d332c255005c12f3634',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\detectors\\behavioraldetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\detectors\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\detectors\\analyzebehavior',
|
|
2 => 'app\\framework\\waf\\botprotection\\detectors\\getsessionid',
|
|
3 => 'app\\framework\\waf\\botprotection\\detectors\\updatesessiondata',
|
|
4 => 'app\\framework\\waf\\botprotection\\detectors\\analyzerequesttiming',
|
|
5 => 'app\\framework\\waf\\botprotection\\detectors\\analyzemousemovement',
|
|
6 => 'app\\framework\\waf\\botprotection\\detectors\\analyzekeystrokepatterns',
|
|
7 => 'app\\framework\\waf\\botprotection\\detectors\\analyzenavigationpatterns',
|
|
8 => 'app\\framework\\waf\\botprotection\\detectors\\calculatebehavioralriskscore',
|
|
9 => 'app\\framework\\waf\\botprotection\\detectors\\calculateanalysisconfidence',
|
|
10 => 'app\\framework\\waf\\botprotection\\detectors\\isperfectline',
|
|
11 => 'app\\framework\\waf\\botprotection\\detectors\\calculatevariance',
|
|
12 => 'app\\framework\\waf\\botprotection\\detectors\\limitsessiondatasize',
|
|
13 => 'app\\framework\\waf\\botprotection\\detectors\\cleanupoldsessions',
|
|
14 => 'app\\framework\\waf\\botprotection\\detectors\\initializebehaviorpatterns',
|
|
15 => 'app\\framework\\waf\\botprotection\\detectors\\initializetimingthresholds',
|
|
16 => 'app\\framework\\waf\\botprotection\\detectors\\getstatistics',
|
|
17 => 'app\\framework\\waf\\botprotection\\detectors\\isenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/BehavioralAnalysisResult.php' =>
|
|
array (
|
|
0 => 'b1771498ebad92f7081aeeee70045f9fe38f5aac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\behavioralanalysisresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\empty',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\getriskscore',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\getdetections',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\ishighlysuspicious',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/BrowserFingerprint.php' =>
|
|
array (
|
|
0 => '1280e0b039615e5f4325e96105cf30e7f6a738ea',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\browserfingerprint',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\fromdata',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\isanomalous',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\ishighlysuspicious',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\getanomalyscore',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\getanomalousfeatures',
|
|
6 => 'app\\framework\\waf\\botprotection\\valueobjects\\matches',
|
|
7 => 'app\\framework\\waf\\botprotection\\valueobjects\\similarity',
|
|
8 => 'app\\framework\\waf\\botprotection\\valueobjects\\extractfeatures',
|
|
9 => 'app\\framework\\waf\\botprotection\\valueobjects\\detectanomalies',
|
|
10 => 'app\\framework\\waf\\botprotection\\valueobjects\\calculateanomalyscore',
|
|
11 => 'app\\framework\\waf\\botprotection\\valueobjects\\issuspicioususeragent',
|
|
12 => 'app\\framework\\waf\\botprotection\\valueobjects\\generatehash',
|
|
13 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/CaptchaChallenge.php' =>
|
|
array (
|
|
0 => '20b5a0d39e807f2329adccfcb6dd0109d3c57be2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\captchachallenge',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\disabled',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\fromarray',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\isactive',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\isexpired',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\gettimeuntilexpiration',
|
|
6 => 'app\\framework\\waf\\botprotection\\valueobjects\\gethtml',
|
|
7 => 'app\\framework\\waf\\botprotection\\valueobjects\\getrecaptchahtml',
|
|
8 => 'app\\framework\\waf\\botprotection\\valueobjects\\gethcaptchahtml',
|
|
9 => 'app\\framework\\waf\\botprotection\\valueobjects\\getjavascript',
|
|
10 => 'app\\framework\\waf\\botprotection\\valueobjects\\getrecaptchajavascript',
|
|
11 => 'app\\framework\\waf\\botprotection\\valueobjects\\gethcaptchajavascript',
|
|
12 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/BotRiskScore.php' =>
|
|
array (
|
|
0 => 'd1f5ec7f1d627c6cbfc0c42b944bfb62e507cb51',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\botriskscore',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\zero',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\getvalue',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\iscritical',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\ishigh',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\iselevated',
|
|
6 => 'app\\framework\\waf\\botprotection\\valueobjects\\getdominantfactor',
|
|
7 => 'app\\framework\\waf\\botprotection\\valueobjects\\getrisklevel',
|
|
8 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/CaptchaResult.php' =>
|
|
array (
|
|
0 => 'e01fd9f81fe56ec8fc84cf59bd325f8ee73f0b7d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\captcharesult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\disabled',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\invalid',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\ishuman',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\isbot',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\isinconclusive',
|
|
6 => 'app\\framework\\waf\\botprotection\\valueobjects\\getconfidencelevel',
|
|
7 => 'app\\framework\\waf\\botprotection\\valueobjects\\haserrors',
|
|
8 => 'app\\framework\\waf\\botprotection\\valueobjects\\geterrormessage',
|
|
9 => 'app\\framework\\waf\\botprotection\\valueobjects\\shouldblock',
|
|
10 => 'app\\framework\\waf\\botprotection\\valueobjects\\shouldallow',
|
|
11 => 'app\\framework\\waf\\botprotection\\valueobjects\\requiresadditionalverification',
|
|
12 => 'app\\framework\\waf\\botprotection\\valueobjects\\getresponsetime',
|
|
13 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/BotDetection.php' =>
|
|
array (
|
|
0 => 'fd89ae4f3c1b77cf42f34b8aa4ee9601eaef59e2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\botdetection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\shouldblock',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\shouldalert',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\ishighconfidence',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\getriskcontribution',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/DeviceProfile.php' =>
|
|
array (
|
|
0 => '17bb58dbaac5552e81aa27644c6c1994b7ae1b23',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\deviceprofile',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\fromdata',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\issuspicious',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\ishighlysuspicious',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\getsuspicionscore',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\getsuspiciousfeatures',
|
|
6 => 'app\\framework\\waf\\botprotection\\valueobjects\\islikelybot',
|
|
7 => 'app\\framework\\waf\\botprotection\\valueobjects\\matches',
|
|
8 => 'app\\framework\\waf\\botprotection\\valueobjects\\similarity',
|
|
9 => 'app\\framework\\waf\\botprotection\\valueobjects\\extractcharacteristics',
|
|
10 => 'app\\framework\\waf\\botprotection\\valueobjects\\detectsuspiciousfeatures',
|
|
11 => 'app\\framework\\waf\\botprotection\\valueobjects\\calculatesuspicionscore',
|
|
12 => 'app\\framework\\waf\\botprotection\\valueobjects\\generatedeviceid',
|
|
13 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/ValueObjects/BotDetectionResult.php' =>
|
|
array (
|
|
0 => 'b7ed01f1988d71d39edf674c8bd3ff8e8c05c9f0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\botdetectionresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\valueobjects\\getconfidence',
|
|
2 => 'app\\framework\\waf\\botprotection\\valueobjects\\disabled',
|
|
3 => 'app\\framework\\waf\\botprotection\\valueobjects\\error',
|
|
4 => 'app\\framework\\waf\\botprotection\\valueobjects\\shouldblock',
|
|
5 => 'app\\framework\\waf\\botprotection\\valueobjects\\shouldflag',
|
|
6 => 'app\\framework\\waf\\botprotection\\valueobjects\\requiresverification',
|
|
7 => 'app\\framework\\waf\\botprotection\\valueobjects\\getrisklevel',
|
|
8 => 'app\\framework\\waf\\botprotection\\valueobjects\\getdetectiontypes',
|
|
9 => 'app\\framework\\waf\\botprotection\\valueobjects\\gethighconfidencedetections',
|
|
10 => 'app\\framework\\waf\\botprotection\\valueobjects\\haserror',
|
|
11 => 'app\\framework\\waf\\botprotection\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/BotDetectionType.php' =>
|
|
array (
|
|
0 => '06848539379f713859943535d6ba086f0476f272',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\botdetectiontype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\getdescription',
|
|
1 => 'app\\framework\\waf\\botprotection\\getdefaultseverity',
|
|
2 => 'app\\framework\\waf\\botprotection\\shouldblock',
|
|
3 => 'app\\framework\\waf\\botprotection\\getall',
|
|
4 => 'app\\framework\\waf\\botprotection\\getbyseverity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/BotProtectionEngine.php' =>
|
|
array (
|
|
0 => 'daf4e2674af38a61119f034776da18ed1245c042',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\botprotectionengine',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\getbotthreshold',
|
|
2 => 'app\\framework\\waf\\botprotection\\getanalysistimeout',
|
|
3 => 'app\\framework\\waf\\botprotection\\analyzerequest',
|
|
4 => 'app\\framework\\waf\\botprotection\\detectfingerprint',
|
|
5 => 'app\\framework\\waf\\botprotection\\analyzebehavior',
|
|
6 => 'app\\framework\\waf\\botprotection\\analyzedevice',
|
|
7 => 'app\\framework\\waf\\botprotection\\calculatebotriskscore',
|
|
8 => 'app\\framework\\waf\\botprotection\\shouldrequirecaptcha',
|
|
9 => 'app\\framework\\waf\\botprotection\\validatecaptcha',
|
|
10 => 'app\\framework\\waf\\botprotection\\createfingerprintdetection',
|
|
11 => 'app\\framework\\waf\\botprotection\\createdevicedetection',
|
|
12 => 'app\\framework\\waf\\botprotection\\createcaptchafailuredetection',
|
|
13 => 'app\\framework\\waf\\botprotection\\calculateconfidence',
|
|
14 => 'app\\framework\\waf\\botprotection\\calculateriskconfidence',
|
|
15 => 'app\\framework\\waf\\botprotection\\calculateriskscorevariance',
|
|
16 => 'app\\framework\\waf\\botprotection\\getclientidentifier',
|
|
17 => 'app\\framework\\waf\\botprotection\\getrecentdetections',
|
|
18 => 'app\\framework\\waf\\botprotection\\recorddetection',
|
|
19 => 'app\\framework\\waf\\botprotection\\updateperformancemetrics',
|
|
20 => 'app\\framework\\waf\\botprotection\\getperformancestats',
|
|
21 => 'app\\framework\\waf\\botprotection\\calculatebotdetectionrate',
|
|
22 => 'app\\framework\\waf\\botprotection\\isenabled',
|
|
23 => 'app\\framework\\waf\\botprotection\\getconfiguration',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/BotProtection/CaptchaValidator.php' =>
|
|
array (
|
|
0 => '06f81af6fedcc3d96712868528c2543627e95b18',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\captchavalidator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\botprotection\\__construct',
|
|
1 => 'app\\framework\\waf\\botprotection\\generatechallenge',
|
|
2 => 'app\\framework\\waf\\botprotection\\validateresponse',
|
|
3 => 'app\\framework\\waf\\botprotection\\validatewithprovider',
|
|
4 => 'app\\framework\\waf\\botprotection\\normalizeproviderresponse',
|
|
5 => 'app\\framework\\waf\\botprotection\\getchallenge',
|
|
6 => 'app\\framework\\waf\\botprotection\\removechallenge',
|
|
7 => 'app\\framework\\waf\\botprotection\\generatechallengeid',
|
|
8 => 'app\\framework\\waf\\botprotection\\isrequired',
|
|
9 => 'app\\framework\\waf\\botprotection\\ismandatory',
|
|
10 => 'app\\framework\\waf\\botprotection\\cleanupexpiredchallenges',
|
|
11 => 'app\\framework\\waf\\botprotection\\getstatistics',
|
|
12 => 'app\\framework\\waf\\botprotection\\isconfigured',
|
|
13 => 'app\\framework\\waf\\botprotection\\getsupportedproviders',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Http/HttpException.php' =>
|
|
array (
|
|
0 => 'b1d6dfe8d2fc841db7dd632acd4e6092c7611b9c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\http\\httpexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\http\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Http/AsyncHttpClient.php' =>
|
|
array (
|
|
0 => 'e96ceac589e719638debf0050c394bbe1ab51c5e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\http\\asynchttpclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\http\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\http\\get',
|
|
2 => 'app\\framework\\asyncexamples\\http\\post',
|
|
3 => 'app\\framework\\asyncexamples\\http\\put',
|
|
4 => 'app\\framework\\asyncexamples\\http\\delete',
|
|
5 => 'app\\framework\\asyncexamples\\http\\requestmultiple',
|
|
6 => 'app\\framework\\asyncexamples\\http\\requestbatch',
|
|
7 => 'app\\framework\\asyncexamples\\http\\request',
|
|
8 => 'app\\framework\\asyncexamples\\http\\createcontext',
|
|
9 => 'app\\framework\\asyncexamples\\http\\parseheaders',
|
|
10 => 'app\\framework\\asyncexamples\\http\\extractstatuscode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Http/HttpResponse.php' =>
|
|
array (
|
|
0 => 'c8f99ea3e840cff6a707507bbc6d3c93dd7583f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\http\\httpresponse',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\http\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\http\\issuccess',
|
|
2 => 'app\\framework\\asyncexamples\\http\\json',
|
|
3 => 'app\\framework\\asyncexamples\\http\\getheader',
|
|
4 => 'app\\framework\\asyncexamples\\http\\getcontenttype',
|
|
5 => 'app\\framework\\asyncexamples\\http\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Mail/Email.php' =>
|
|
array (
|
|
0 => '42a62b7dc3b29be1ab16a69bb86d96d94f4a2747',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\mail\\email',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\mail\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\mail\\html',
|
|
2 => 'app\\framework\\asyncexamples\\mail\\text',
|
|
3 => 'app\\framework\\asyncexamples\\mail\\withcc',
|
|
4 => 'app\\framework\\asyncexamples\\mail\\withbcc',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Mail/AsyncMailer.php' =>
|
|
array (
|
|
0 => '8cd1798cc91f243af6f85298fe3f827270c3fb05',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\mail\\asyncmailer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\mail\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\mail\\send',
|
|
2 => 'app\\framework\\asyncexamples\\mail\\sendmultiple',
|
|
3 => 'app\\framework\\asyncexamples\\mail\\queue',
|
|
4 => 'app\\framework\\asyncexamples\\mail\\queuemultiple',
|
|
5 => 'app\\framework\\asyncexamples\\mail\\startworker',
|
|
6 => 'app\\framework\\asyncexamples\\mail\\processqueue',
|
|
7 => 'app\\framework\\asyncexamples\\mail\\sendnewsletter',
|
|
8 => 'app\\framework\\asyncexamples\\mail\\sendemail',
|
|
9 => 'app\\framework\\asyncexamples\\mail\\personalizecontent',
|
|
10 => 'app\\framework\\asyncexamples\\mail\\stopworker',
|
|
11 => 'app\\framework\\asyncexamples\\mail\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Cache/AsyncCache.php' =>
|
|
array (
|
|
0 => 'f271603556c39495dfac91079ec706e11c429c34',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\cache\\asynccache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\cache\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\cache\\get',
|
|
2 => 'app\\framework\\asyncexamples\\cache\\set',
|
|
3 => 'app\\framework\\asyncexamples\\cache\\getmultiple',
|
|
4 => 'app\\framework\\asyncexamples\\cache\\setmultiple',
|
|
5 => 'app\\framework\\asyncexamples\\cache\\delete',
|
|
6 => 'app\\framework\\asyncexamples\\cache\\deletemultiple',
|
|
7 => 'app\\framework\\asyncexamples\\cache\\has',
|
|
8 => 'app\\framework\\asyncexamples\\cache\\clear',
|
|
9 => 'app\\framework\\asyncexamples\\cache\\remember',
|
|
10 => 'app\\framework\\asyncexamples\\cache\\remembermultiple',
|
|
11 => 'app\\framework\\asyncexamples\\cache\\getfilepath',
|
|
12 => 'app\\framework\\asyncexamples\\cache\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Database/DatabaseException.php' =>
|
|
array (
|
|
0 => 'f428690bb70abca1a96c277ef67d09fe978c919d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\database\\databaseexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Database/DatabaseResult.php' =>
|
|
array (
|
|
0 => '6486b37511c08a970721f2facf54a2d564e7ccda',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\database\\databaseresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\database\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\database\\fetchall',
|
|
2 => 'app\\framework\\asyncexamples\\database\\fetch',
|
|
3 => 'app\\framework\\asyncexamples\\database\\fetchcolumn',
|
|
4 => 'app\\framework\\asyncexamples\\database\\getaffectedrows',
|
|
5 => 'app\\framework\\asyncexamples\\database\\getexecutiontime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Database/AsyncDatabase.php' =>
|
|
array (
|
|
0 => '80e4b0474b02caff2300c8e214c475d55ff1fd2a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\database\\asyncdatabase',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\database\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\database\\query',
|
|
2 => 'app\\framework\\asyncexamples\\database\\querymultiple',
|
|
3 => 'app\\framework\\asyncexamples\\database\\querybatch',
|
|
4 => 'app\\framework\\asyncexamples\\database\\select',
|
|
5 => 'app\\framework\\asyncexamples\\database\\insert',
|
|
6 => 'app\\framework\\asyncexamples\\database\\insertmultiple',
|
|
7 => 'app\\framework\\asyncexamples\\database\\update',
|
|
8 => 'app\\framework\\asyncexamples\\database\\delete',
|
|
9 => 'app\\framework\\asyncexamples\\database\\begintransaction',
|
|
10 => 'app\\framework\\asyncexamples\\database\\commit',
|
|
11 => 'app\\framework\\asyncexamples\\database\\rollback',
|
|
12 => 'app\\framework\\asyncexamples\\database\\transaction',
|
|
13 => 'app\\framework\\asyncexamples\\database\\getconnection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/AsyncExamples/Assets/AsyncAssetProcessor.php' =>
|
|
array (
|
|
0 => '35683eb25d0d09ad6c14f53952ec48c9a5a11579',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\assets\\asyncassetprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\asyncexamples\\assets\\__construct',
|
|
1 => 'app\\framework\\asyncexamples\\assets\\processall',
|
|
2 => 'app\\framework\\asyncexamples\\assets\\processcss',
|
|
3 => 'app\\framework\\asyncexamples\\assets\\processjs',
|
|
4 => 'app\\framework\\asyncexamples\\assets\\processimages',
|
|
5 => 'app\\framework\\asyncexamples\\assets\\bundlejs',
|
|
6 => 'app\\framework\\asyncexamples\\assets\\bundlecss',
|
|
7 => 'app\\framework\\asyncexamples\\assets\\generateimagesizes',
|
|
8 => 'app\\framework\\asyncexamples\\assets\\minifycss',
|
|
9 => 'app\\framework\\asyncexamples\\assets\\minifycsscontent',
|
|
10 => 'app\\framework\\asyncexamples\\assets\\compilesass',
|
|
11 => 'app\\framework\\asyncexamples\\assets\\minifyjs',
|
|
12 => 'app\\framework\\asyncexamples\\assets\\minifyjscontent',
|
|
13 => 'app\\framework\\asyncexamples\\assets\\optimizeimage',
|
|
14 => 'app\\framework\\asyncexamples\\assets\\resizeimage',
|
|
15 => 'app\\framework\\asyncexamples\\assets\\processsassvariables',
|
|
16 => 'app\\framework\\asyncexamples\\assets\\findfiles',
|
|
17 => 'app\\framework\\asyncexamples\\assets\\watch',
|
|
18 => 'app\\framework\\asyncexamples\\assets\\processfile',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Exceptions/MiddlewareTimeoutException.php' =>
|
|
array (
|
|
0 => '6716695b41850b12d58cdb67447296fda70a8f96',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\exceptions\\middlewaretimeoutexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\exceptions\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/MiddlewareCircuitBreaker.php' =>
|
|
array (
|
|
0 => '7e60df0c503add36264cb5de15673bf3cc0440ad',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\middlewarecircuitbreaker',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\__construct',
|
|
1 => 'app\\framework\\http\\isallowed',
|
|
2 => 'app\\framework\\http\\recordsuccess',
|
|
3 => 'app\\framework\\http\\recordfailure',
|
|
4 => 'app\\framework\\http\\getstate',
|
|
5 => 'app\\framework\\http\\reset',
|
|
6 => 'app\\framework\\http\\getmetrics',
|
|
7 => 'app\\framework\\http\\getservicename',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Metrics/MiddlewareMetricsCollector.php' =>
|
|
array (
|
|
0 => 'c29ea5ac35736b0f9af95b67de779ac133f79afc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\metrics\\middlewaremetricscollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\metrics\\__construct',
|
|
1 => 'app\\framework\\http\\metrics\\recordexecution',
|
|
2 => 'app\\framework\\http\\metrics\\getmetrics',
|
|
3 => 'app\\framework\\http\\metrics\\getallmetrics',
|
|
4 => 'app\\framework\\http\\metrics\\getallmetricsasarray',
|
|
5 => 'app\\framework\\http\\metrics\\getcachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Metrics/MiddlewareMetrics.php' =>
|
|
array (
|
|
0 => '3031a5c80d2073046094bbe843e2467356ebf7d4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\metrics\\middlewaremetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\metrics\\__construct',
|
|
1 => 'app\\framework\\http\\metrics\\gettotalexecutions',
|
|
2 => 'app\\framework\\http\\metrics\\getaverageexecutiontime',
|
|
3 => 'app\\framework\\http\\metrics\\getsuccessrate',
|
|
4 => 'app\\framework\\http\\metrics\\recordexecution',
|
|
5 => 'app\\framework\\http\\metrics\\toarray',
|
|
6 => 'app\\framework\\http\\metrics\\fromarray',
|
|
7 => 'app\\framework\\http\\metrics\\tojson',
|
|
8 => 'app\\framework\\http\\metrics\\fromjson',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Serializer.php' =>
|
|
array (
|
|
0 => '384cca7a3cec3a03f37fcc589213990adddf0f2c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\serializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\serialize',
|
|
1 => 'app\\framework\\serializer\\deserialize',
|
|
2 => 'app\\framework\\serializer\\getmimetype',
|
|
3 => 'app\\framework\\serializer\\getfileextension',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Json/JsonSerializerConfig.php' =>
|
|
array (
|
|
0 => '6762a6d493270c3516d24469ade927c297a0278d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\json\\jsonserializerconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\json\\__construct',
|
|
1 => 'app\\framework\\serializer\\json\\compact',
|
|
2 => 'app\\framework\\serializer\\json\\pretty',
|
|
3 => 'app\\framework\\serializer\\json\\minimal',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Json/JsonSerializer.php' =>
|
|
array (
|
|
0 => '050978b860e7ed23a2895dc1426fffd410af9e83',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\json\\jsonserializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\json\\__construct',
|
|
1 => 'app\\framework\\serializer\\json\\serialize',
|
|
2 => 'app\\framework\\serializer\\json\\deserialize',
|
|
3 => 'app\\framework\\serializer\\json\\parsememorylimit',
|
|
4 => 'app\\framework\\serializer\\json\\getmimetype',
|
|
5 => 'app\\framework\\serializer\\json\\getfileextension',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/SerializerFactory.php' =>
|
|
array (
|
|
0 => '4dc6de9d948d367c3b52ec2ce51f80989f034e22',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\serializerfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\createjsonserializer',
|
|
1 => 'app\\framework\\serializer\\createprettyjsonserializer',
|
|
2 => 'app\\framework\\serializer\\createcompactjsonserializer',
|
|
3 => 'app\\framework\\serializer\\createminimaljsonserializer',
|
|
4 => 'app\\framework\\serializer\\createcustomjsonserializer',
|
|
5 => 'app\\framework\\serializer\\createphpserializer',
|
|
6 => 'app\\framework\\serializer\\createsafephpserializer',
|
|
7 => 'app\\framework\\serializer\\createunsafephpserializer',
|
|
8 => 'app\\framework\\serializer\\createcustomphpserializer',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Exception/SerializerException.php' =>
|
|
array (
|
|
0 => '3476d8102ca26763731b1d48d6b17e06aeebd06c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\exception\\serializerexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Exception/SerializeException.php' =>
|
|
array (
|
|
0 => 'c9b0cb45d54514f84b8880329d38f5a7e05a68c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\exception\\serializeexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Exception/DeserializeException.php' =>
|
|
array (
|
|
0 => 'b765d6a1dfea743b2abaaa2b6cf296fbb7fb09af',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\exception\\deserializeexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Php/PhpSerializerConfig.php' =>
|
|
array (
|
|
0 => '4c4037e4d70ec183c1d2f7a259af39e739d8afb3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\php\\phpserializerconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\php\\__construct',
|
|
1 => 'app\\framework\\serializer\\php\\safe',
|
|
2 => 'app\\framework\\serializer\\php\\unsafe',
|
|
3 => 'app\\framework\\serializer\\php\\getoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Serializer/Php/PhpSerializer.php' =>
|
|
array (
|
|
0 => '96993a97d98997a966946d7ba2361aac6243930c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\php\\phpserializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\serializer\\php\\__construct',
|
|
1 => 'app\\framework\\serializer\\php\\serialize',
|
|
2 => 'app\\framework\\serializer\\php\\containsresource',
|
|
3 => 'app\\framework\\serializer\\php\\deserialize',
|
|
4 => 'app\\framework\\serializer\\php\\getmimetype',
|
|
5 => 'app\\framework\\serializer\\php\\getfileextension',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/styleguide.view.php' =>
|
|
array (
|
|
0 => '07d17bc1aba67512b04f0c1897505e744ecc6f08',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/health-dashboard-optimized.view.php' =>
|
|
array (
|
|
0 => '585a4d59ad870dd4a2ccbac0f74a450d13b5f693',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/View/templates/layouts/admin.view.php' =>
|
|
array (
|
|
0 => 'bb8882893260aaf077c4ce83a53316d86b1ec62b',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/LazyReflectionProxy.php' =>
|
|
array (
|
|
0 => '3f253c6bdfb1e63899ef0dc70f1c9d59fdf9d7cc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\lazyreflectionproxy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\__construct',
|
|
1 => 'app\\framework\\reflection\\isinstantiable',
|
|
2 => 'app\\framework\\reflection\\implementsinterface',
|
|
3 => 'app\\framework\\reflection\\getshortname',
|
|
4 => 'app\\framework\\reflection\\isabstract',
|
|
5 => 'app\\framework\\reflection\\isfinal',
|
|
6 => 'app\\framework\\reflection\\getparentclass',
|
|
7 => 'app\\framework\\reflection\\getmethodcount',
|
|
8 => 'app\\framework\\reflection\\getpropertycount',
|
|
9 => 'app\\framework\\reflection\\getnamespacename',
|
|
10 => 'app\\framework\\reflection\\getreflectionclass',
|
|
11 => 'app\\framework\\reflection\\getname',
|
|
12 => 'app\\framework\\reflection\\isloaded',
|
|
13 => 'app\\framework\\reflection\\isenum',
|
|
14 => 'app\\framework\\reflection\\getenumcases',
|
|
15 => 'app\\framework\\reflection\\hasattribute',
|
|
16 => 'app\\framework\\reflection\\getattributes',
|
|
17 => 'app\\framework\\reflection\\getattributeinstances',
|
|
18 => 'app\\framework\\reflection\\getmemorystats',
|
|
19 => 'app\\framework\\reflection\\storemetadata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Cache/MetadataCacheManager.php' =>
|
|
array (
|
|
0 => 'a1bb16d6be37038dc4ce0e3184e844940173e0f5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\metadatacachemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\cache\\__construct',
|
|
1 => 'app\\framework\\reflection\\cache\\getmetadata',
|
|
2 => 'app\\framework\\reflection\\cache\\hasmetadata',
|
|
3 => 'app\\framework\\reflection\\cache\\hasmetadatamultiple',
|
|
4 => 'app\\framework\\reflection\\cache\\getmetadataproperty',
|
|
5 => 'app\\framework\\reflection\\cache\\getmetadatapropertymultiple',
|
|
6 => 'app\\framework\\reflection\\cache\\forget',
|
|
7 => 'app\\framework\\reflection\\cache\\forgetmultiple',
|
|
8 => 'app\\framework\\reflection\\cache\\getmetadatamultiple',
|
|
9 => 'app\\framework\\reflection\\cache\\flush',
|
|
10 => 'app\\framework\\reflection\\cache\\getstats',
|
|
11 => 'app\\framework\\reflection\\cache\\extractmetadata',
|
|
12 => 'app\\framework\\reflection\\cache\\getcachekeyobject',
|
|
13 => 'app\\framework\\reflection\\cache\\has',
|
|
14 => 'app\\framework\\reflection\\cache\\getcachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheKey.php' =>
|
|
array (
|
|
0 => '2fadcec71a2a53c3b70eb9ee1f147eda0d5f3482',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cachekey',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\fromstring',
|
|
2 => 'app\\framework\\cache\\fromstringsafe',
|
|
3 => 'app\\framework\\cache\\fromnamespace',
|
|
4 => 'app\\framework\\cache\\forobject',
|
|
5 => 'app\\framework\\cache\\forclass',
|
|
6 => 'app\\framework\\cache\\forquery',
|
|
7 => 'app\\framework\\cache\\forcollection',
|
|
8 => 'app\\framework\\cache\\tostring',
|
|
9 => 'app\\framework\\cache\\__tostring',
|
|
10 => 'app\\framework\\cache\\withsuffix',
|
|
11 => 'app\\framework\\cache\\withnamespace',
|
|
12 => 'app\\framework\\cache\\matches',
|
|
13 => 'app\\framework\\cache\\equals',
|
|
14 => 'app\\framework\\cache\\gettype',
|
|
15 => 'app\\framework\\cache\\matcheskey',
|
|
16 => 'app\\framework\\cache\\getnormalizedstring',
|
|
17 => 'app\\framework\\cache\\validate',
|
|
18 => 'app\\framework\\cache\\normalizestring',
|
|
19 => 'app\\framework\\cache\\getshortclassname',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/AsyncDatabaseBuilder.php' =>
|
|
array (
|
|
0 => 'd55f5ffc5b79c0b8e1c341e239f7f1aebe705f96',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\asyncdatabasebuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\select',
|
|
2 => 'app\\framework\\database\\selectone',
|
|
3 => 'app\\framework\\database\\selectcolumn',
|
|
4 => 'app\\framework\\database\\selectscalar',
|
|
5 => 'app\\framework\\database\\count',
|
|
6 => 'app\\framework\\database\\sum',
|
|
7 => 'app\\framework\\database\\avg',
|
|
8 => 'app\\framework\\database\\max',
|
|
9 => 'app\\framework\\database\\min',
|
|
10 => 'app\\framework\\database\\withtimeout',
|
|
11 => 'app\\framework\\database\\intransaction',
|
|
12 => 'app\\framework\\database\\execute',
|
|
13 => 'app\\framework\\database\\executeasreadahead',
|
|
14 => 'app\\framework\\database\\reset',
|
|
15 => 'app\\framework\\database\\create',
|
|
16 => 'app\\framework\\database\\dashboardmetrics',
|
|
17 => 'app\\framework\\database\\useranalytics',
|
|
18 => 'app\\framework\\database\\productanalytics',
|
|
19 => 'app\\framework\\database\\systemhealth',
|
|
20 => 'app\\framework\\database\\ecommerceanalytics',
|
|
21 => 'app\\framework\\database\\addquery',
|
|
22 => 'app\\framework\\database\\executeintransaction',
|
|
23 => 'app\\framework\\database\\asyncdb',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/AsyncAwareConnection.php' =>
|
|
array (
|
|
0 => '2a4a23e0de1a816f0dcb87271fc6b96abd0f678a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\asyncawareconnection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\execute',
|
|
2 => 'app\\framework\\database\\query',
|
|
3 => 'app\\framework\\database\\queryone',
|
|
4 => 'app\\framework\\database\\querycolumn',
|
|
5 => 'app\\framework\\database\\queryscalar',
|
|
6 => 'app\\framework\\database\\begintransaction',
|
|
7 => 'app\\framework\\database\\commit',
|
|
8 => 'app\\framework\\database\\rollback',
|
|
9 => 'app\\framework\\database\\intransaction',
|
|
10 => 'app\\framework\\database\\lastinsertid',
|
|
11 => 'app\\framework\\database\\getpdo',
|
|
12 => 'app\\framework\\database\\async',
|
|
13 => 'app\\framework\\database\\getwrappedconnection',
|
|
14 => 'app\\framework\\database\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/AsyncDatabaseDecorator.php' =>
|
|
array (
|
|
0 => 'f7ba090d8073505ccd5e4fc46c7156df52e173d7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\asyncdatabasedecorator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\execute',
|
|
2 => 'app\\framework\\database\\query',
|
|
3 => 'app\\framework\\database\\queryone',
|
|
4 => 'app\\framework\\database\\querycolumn',
|
|
5 => 'app\\framework\\database\\queryscalar',
|
|
6 => 'app\\framework\\database\\begintransaction',
|
|
7 => 'app\\framework\\database\\commit',
|
|
8 => 'app\\framework\\database\\rollback',
|
|
9 => 'app\\framework\\database\\intransaction',
|
|
10 => 'app\\framework\\database\\lastinsertid',
|
|
11 => 'app\\framework\\database\\getpdo',
|
|
12 => 'app\\framework\\database\\queryasync',
|
|
13 => 'app\\framework\\database\\querymultiple',
|
|
14 => 'app\\framework\\database\\aggregate',
|
|
15 => 'app\\framework\\database\\batchinsert',
|
|
16 => 'app\\framework\\database\\batchupdate',
|
|
17 => 'app\\framework\\database\\readahead',
|
|
18 => 'app\\framework\\database\\executeasync',
|
|
19 => 'app\\framework\\database\\queryreplicas',
|
|
20 => 'app\\framework\\database\\optimisticupdate',
|
|
21 => 'app\\framework\\database\\transactionwithtimeout',
|
|
22 => 'app\\framework\\database\\gettablestats',
|
|
23 => 'app\\framework\\database\\getstats',
|
|
24 => 'app\\framework\\database\\getwrappedconnection',
|
|
25 => 'app\\framework\\database\\buildwhereclause',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Examples/AsyncDatabaseDemo.php' =>
|
|
array (
|
|
0 => '00a425ed99206f189fe03d750b915ae96dfa2bd5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\examples\\asyncdatabasedemo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\examples\\run',
|
|
1 => 'app\\framework\\database\\examples\\demonstrateparallelqueries',
|
|
2 => 'app\\framework\\database\\examples\\demonstratebatchoperations',
|
|
3 => 'app\\framework\\database\\examples\\demonstratedataaggregation',
|
|
4 => 'app\\framework\\database\\examples\\demonstratereplicaqueries',
|
|
5 => 'app\\framework\\database\\examples\\demonstrateoptimisticlocking',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Examples/AsyncDatabaseExample.php' =>
|
|
array (
|
|
0 => 'e95b9a435ebe2393e210f9fe0cff127656488468',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\examples\\asyncdatabaseexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\examples\\__construct',
|
|
1 => 'app\\framework\\database\\examples\\loaddashboarddata',
|
|
2 => 'app\\framework\\database\\examples\\loadproductpagedata',
|
|
3 => 'app\\framework\\database\\examples\\importusers',
|
|
4 => 'app\\framework\\database\\examples\\updateorderstatuses',
|
|
5 => 'app\\framework\\database\\examples\\collectanalyticsdata',
|
|
6 => 'app\\framework\\database\\examples\\monitordatabasehealth',
|
|
7 => 'app\\framework\\database\\examples\\getuseractivitytimeline',
|
|
8 => 'app\\framework\\database\\examples\\reserveinventory',
|
|
9 => 'app\\framework\\database\\examples\\generatesalesreport',
|
|
10 => 'app\\framework\\database\\examples\\cleanupolddata',
|
|
11 => 'app\\framework\\database\\examples\\preloadrelateddata',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Contracts/AsyncCapable.php' =>
|
|
array (
|
|
0 => '8bba969786b3f8b5a34e818ae02a0ba1ed9609c8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\contracts\\asynccapable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\contracts\\async',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/AsyncDatabaseAdapter.php' =>
|
|
array (
|
|
0 => '7bed00d37de9d09f5d75b9f9b90deb0b24f249d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\asyncdatabaseadapter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\__construct',
|
|
1 => 'app\\framework\\database\\query',
|
|
2 => 'app\\framework\\database\\queryone',
|
|
3 => 'app\\framework\\database\\queryscalar',
|
|
4 => 'app\\framework\\database\\querycolumn',
|
|
5 => 'app\\framework\\database\\execute',
|
|
6 => 'app\\framework\\database\\querymultiple',
|
|
7 => 'app\\framework\\database\\aggregate',
|
|
8 => 'app\\framework\\database\\batchinsert',
|
|
9 => 'app\\framework\\database\\batchupdate',
|
|
10 => 'app\\framework\\database\\readahead',
|
|
11 => 'app\\framework\\database\\queryreplicas',
|
|
12 => 'app\\framework\\database\\transactionwithtimeout',
|
|
13 => 'app\\framework\\database\\gettablestats',
|
|
14 => 'app\\framework\\database\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/FiberManager.php' =>
|
|
array (
|
|
0 => 'ccac465508477ccc62cee9fdf8c44a2bf7d09b37',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\fibermanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\async',
|
|
2 => 'app\\framework\\async\\batch',
|
|
3 => 'app\\framework\\async\\asyncgenerator',
|
|
4 => 'app\\framework\\async\\waitforall',
|
|
5 => 'app\\framework\\async\\throttled',
|
|
6 => 'app\\framework\\async\\withtimeout',
|
|
7 => 'app\\framework\\async\\withtimeoutduration',
|
|
8 => 'app\\framework\\async\\combine',
|
|
9 => 'app\\framework\\async\\sequence',
|
|
10 => 'app\\framework\\async\\reset',
|
|
11 => 'app\\framework\\async\\getfiberduration',
|
|
12 => 'app\\framework\\async\\getfiberrunningtime',
|
|
13 => 'app\\framework\\async\\getstats',
|
|
14 => 'app\\framework\\async\\calculateaverageduration',
|
|
15 => 'app\\framework\\async\\calculatetotalexecutiontime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncStream.php' =>
|
|
array (
|
|
0 => 'e66f62304276055357f22b41d822402856a4eb64',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncstream',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\fromgenerator',
|
|
2 => 'app\\framework\\async\\fromarray',
|
|
3 => 'app\\framework\\async\\interval',
|
|
4 => 'app\\framework\\async\\pipe',
|
|
5 => 'app\\framework\\async\\filter',
|
|
6 => 'app\\framework\\async\\map',
|
|
7 => 'app\\framework\\async\\take',
|
|
8 => 'app\\framework\\async\\skip',
|
|
9 => 'app\\framework\\async\\collect',
|
|
10 => 'app\\framework\\async\\reduce',
|
|
11 => 'app\\framework\\async\\subscribe',
|
|
12 => 'app\\framework\\async\\emit',
|
|
13 => 'app\\framework\\async\\close',
|
|
14 => 'app\\framework\\async\\isclosed',
|
|
15 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncTimer.php' =>
|
|
array (
|
|
0 => 'e7d74d8c7cf806c59909023e8a081fe4fe380aa1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asynctimer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\settimeout',
|
|
2 => 'app\\framework\\async\\settimeoutduration',
|
|
3 => 'app\\framework\\async\\setinterval',
|
|
4 => 'app\\framework\\async\\setintervalduration',
|
|
5 => 'app\\framework\\async\\clear',
|
|
6 => 'app\\framework\\async\\start',
|
|
7 => 'app\\framework\\async\\stop',
|
|
8 => 'app\\framework\\async\\sleep',
|
|
9 => 'app\\framework\\async\\sleepduration',
|
|
10 => 'app\\framework\\async\\waitfor',
|
|
11 => 'app\\framework\\async\\waitforduration',
|
|
12 => 'app\\framework\\async\\processtasks',
|
|
13 => 'app\\framework\\async\\calculateexecutetime',
|
|
14 => 'app\\framework\\async\\scheduleat',
|
|
15 => 'app\\framework\\async\\getnextexecution',
|
|
16 => 'app\\framework\\async\\timeuntilexecution',
|
|
17 => 'app\\framework\\async\\getstats',
|
|
18 => 'app\\framework\\async\\getnextexecutiontime',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncBarrier.php' =>
|
|
array (
|
|
0 => 'baef85c636e2dcd6734b21cb7c8ebc02d5fd7042',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncbarrier',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\await',
|
|
2 => 'app\\framework\\async\\breakbarrier',
|
|
3 => 'app\\framework\\async\\isbroken',
|
|
4 => 'app\\framework\\async\\getnumberwaiting',
|
|
5 => 'app\\framework\\async\\getparties',
|
|
6 => 'app\\framework\\async\\resumeall',
|
|
7 => 'app\\framework\\async\\resumeallwithexception',
|
|
8 => 'app\\framework\\async\\reset',
|
|
9 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncOperationFactory.php' =>
|
|
array (
|
|
0 => 'a67d301b7df8bd515277eda6303377e20c238fcf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncoperationfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\readfile',
|
|
2 => 'app\\framework\\async\\writefile',
|
|
3 => 'app\\framework\\async\\listdirectory',
|
|
4 => 'app\\framework\\async\\httprequest',
|
|
5 => 'app\\framework\\async\\databasequery',
|
|
6 => 'app\\framework\\async\\sleep',
|
|
7 => 'app\\framework\\async\\sleepduration',
|
|
8 => 'app\\framework\\async\\measureexecution',
|
|
9 => 'app\\framework\\async\\withtimeout',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncQueue.php' =>
|
|
array (
|
|
0 => 'da7f2ab061d7ec4e9dc3ed9a95a65a66206086bb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncqueue',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\enqueue',
|
|
2 => 'app\\framework\\async\\dequeue',
|
|
3 => 'app\\framework\\async\\trydequeue',
|
|
4 => 'app\\framework\\async\\close',
|
|
5 => 'app\\framework\\async\\isempty',
|
|
6 => 'app\\framework\\async\\size',
|
|
7 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncChannel.php' =>
|
|
array (
|
|
0 => '9eb8dacffb8ee97a58bad13b409f8695545819c9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncchannel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\send',
|
|
2 => 'app\\framework\\async\\receive',
|
|
3 => 'app\\framework\\async\\tryreceive',
|
|
4 => 'app\\framework\\async\\close',
|
|
5 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncPool.php' =>
|
|
array (
|
|
0 => 'f68cc3100080924aec39332c2379e4c8d6b2c57b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncpool',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\add',
|
|
2 => 'app\\framework\\async\\execute',
|
|
3 => 'app\\framework\\async\\startfiber',
|
|
4 => 'app\\framework\\async\\collectcompletedfibers',
|
|
5 => 'app\\framework\\async\\await',
|
|
6 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncTimeoutException.php' =>
|
|
array (
|
|
0 => 'ee04c7d6d9b3e06c688aafc2224f458747d81e07',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asynctimeoutexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncService.php' =>
|
|
array (
|
|
0 => '59cd8e2c0151f5e82f65ad9fe245dc28e42bf6dc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\async',
|
|
2 => 'app\\framework\\async\\promise',
|
|
3 => 'app\\framework\\async\\parallel',
|
|
4 => 'app\\framework\\async\\withtimeout',
|
|
5 => 'app\\framework\\async\\delay',
|
|
6 => 'app\\framework\\async\\measure',
|
|
7 => 'app\\framework\\async\\waitfor',
|
|
8 => 'app\\framework\\async\\schedule',
|
|
9 => 'app\\framework\\async\\repeat',
|
|
10 => 'app\\framework\\async\\cancel',
|
|
11 => 'app\\framework\\async\\batch',
|
|
12 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/Contracts/AsyncCapable.php' =>
|
|
array (
|
|
0 => 'a7ac0c9e7c3941b9033b03614aa5fe9c35ac6482',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\contracts\\asynccapable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\contracts\\async',
|
|
1 => 'app\\framework\\async\\contracts\\sync',
|
|
2 => 'app\\framework\\async\\contracts\\supportsasync',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/Contracts/AsyncOperation.php' =>
|
|
array (
|
|
0 => 'b10a4ce8e3d5c13f0b4322e369a233cc4d9b38d5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\contracts\\asyncoperation',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\contracts\\execute',
|
|
1 => 'app\\framework\\async\\contracts\\executeasync',
|
|
2 => 'app\\framework\\async\\contracts\\executewithtimeout',
|
|
3 => 'app\\framework\\async\\contracts\\iscancellable',
|
|
4 => 'app\\framework\\async\\contracts\\cancel',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/BackgroundJob.php' =>
|
|
array (
|
|
0 => '105043eb756a0900365ff471d0191815685e535a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\backgroundjob',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\create',
|
|
2 => 'app\\framework\\async\\retry',
|
|
3 => 'app\\framework\\async\\canretry',
|
|
4 => 'app\\framework\\async\\calculateretrydelay',
|
|
5 => 'app\\framework\\async\\isready',
|
|
6 => 'app\\framework\\async\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/BackgroundJobProcessor.php' =>
|
|
array (
|
|
0 => 'fdd62eb9bb1d928fd0a0c7fde45a972d86e3520d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\backgroundjobprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\registerhandler',
|
|
2 => 'app\\framework\\async\\enqueue',
|
|
3 => 'app\\framework\\async\\start',
|
|
4 => 'app\\framework\\async\\stop',
|
|
5 => 'app\\framework\\async\\processjob',
|
|
6 => 'app\\framework\\async\\onjobcompleted',
|
|
7 => 'app\\framework\\async\\onjobfailed',
|
|
8 => 'app\\framework\\async\\onjobdeadletter',
|
|
9 => 'app\\framework\\async\\cleanupcompletedjobs',
|
|
10 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncServiceInitializer.php' =>
|
|
array (
|
|
0 => '6d2369beb08444094da03c439b4ec76c15c9b298',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncserviceinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncScheduler.php' =>
|
|
array (
|
|
0 => '93074e877bcc1d62fab9434a055e1b730c6b7749',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncscheduler',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\daily',
|
|
2 => 'app\\framework\\async\\hourly',
|
|
3 => 'app\\framework\\async\\everyminute',
|
|
4 => 'app\\framework\\async\\every',
|
|
5 => 'app\\framework\\async\\at',
|
|
6 => 'app\\framework\\async\\start',
|
|
7 => 'app\\framework\\async\\stop',
|
|
8 => 'app\\framework\\async\\unschedule',
|
|
9 => 'app\\framework\\async\\shouldrun',
|
|
10 => 'app\\framework\\async\\executejob',
|
|
11 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncEventLoop.php' =>
|
|
array (
|
|
0 => '2fabb6a232e0670f34be5c09f89f4bbed44246c7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asynceventloop',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\run',
|
|
2 => 'app\\framework\\async\\stop',
|
|
3 => 'app\\framework\\async\\schedule',
|
|
4 => 'app\\framework\\async\\scheduleduration',
|
|
5 => 'app\\framework\\async\\unschedule',
|
|
6 => 'app\\framework\\async\\settimeout',
|
|
7 => 'app\\framework\\async\\settimeoutduration',
|
|
8 => 'app\\framework\\async\\nexttick',
|
|
9 => 'app\\framework\\async\\processtasks',
|
|
10 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncSemaphore.php' =>
|
|
array (
|
|
0 => '0b095eafcab67045dccbf94bc6e0bcbba1646f11',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncsemaphore',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\acquire',
|
|
2 => 'app\\framework\\async\\tryacquire',
|
|
3 => 'app\\framework\\async\\release',
|
|
4 => 'app\\framework\\async\\withpermit',
|
|
5 => 'app\\framework\\async\\availablepermits',
|
|
6 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncPromise.php' =>
|
|
array (
|
|
0 => '501c5eee1a94edfa0c09f6b782cca63b1081e03c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncpromise',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\resolve',
|
|
2 => 'app\\framework\\async\\reject',
|
|
3 => 'app\\framework\\async\\create',
|
|
4 => 'app\\framework\\async\\all',
|
|
5 => 'app\\framework\\async\\race',
|
|
6 => 'app\\framework\\async\\then',
|
|
7 => 'app\\framework\\async\\catch',
|
|
8 => 'app\\framework\\async\\finally',
|
|
9 => 'app\\framework\\async\\await',
|
|
10 => 'app\\framework\\async\\doresolve',
|
|
11 => 'app\\framework\\async\\doreject',
|
|
12 => 'app\\framework\\async\\executethen',
|
|
13 => 'app\\framework\\async\\executefinally',
|
|
14 => 'app\\framework\\async\\isresolved',
|
|
15 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Async/AsyncMutex.php' =>
|
|
array (
|
|
0 => '111642dfe4d926f0d746bda5f095ad1a22257693',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\asyncmutex',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\async\\__construct',
|
|
1 => 'app\\framework\\async\\acquire',
|
|
2 => 'app\\framework\\async\\tryacquire',
|
|
3 => 'app\\framework\\async\\release',
|
|
4 => 'app\\framework\\async\\synchronized',
|
|
5 => 'app\\framework\\async\\islocked',
|
|
6 => 'app\\framework\\async\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/ParameterCacheCollection.php' =>
|
|
array (
|
|
0 => '76b87745e9ec7b2c1b5aedd55159adc84c4a1ed7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\parametercachecollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\__construct',
|
|
1 => 'app\\framework\\di\\dependency\\from',
|
|
2 => 'app\\framework\\di\\dependency\\fromarray',
|
|
3 => 'app\\framework\\di\\dependency\\empty',
|
|
4 => 'app\\framework\\di\\dependency\\getiterator',
|
|
5 => 'app\\framework\\di\\dependency\\count',
|
|
6 => 'app\\framework\\di\\dependency\\isempty',
|
|
7 => 'app\\framework\\di\\dependency\\get',
|
|
8 => 'app\\framework\\di\\dependency\\toarray',
|
|
9 => 'app\\framework\\di\\dependency\\tolegacyarray',
|
|
10 => 'app\\framework\\di\\dependency\\getdependencytypes',
|
|
11 => 'app\\framework\\di\\dependency\\usesdependencytype',
|
|
12 => 'app\\framework\\di\\dependency\\getclassdependencies',
|
|
13 => 'app\\framework\\di\\dependency\\dependson',
|
|
14 => 'app\\framework\\di\\dependency\\filterbytype',
|
|
15 => 'app\\framework\\di\\dependency\\getclassdependencyparameters',
|
|
16 => 'app\\framework\\di\\dependency\\resolvevalues',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/ResolvedParameter.php' =>
|
|
array (
|
|
0 => 'c27e529bc7a7c5bcb270c5ee6e7b7c60a34fb1a0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\resolvedparameter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\__construct',
|
|
1 => 'app\\framework\\di\\dependency\\getcacheinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/ConstructorCache.php' =>
|
|
array (
|
|
0 => '3a4e6d43e024691ce7e3f07956c21d18a30da594',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\constructorcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\has',
|
|
1 => 'app\\framework\\di\\dependency\\get',
|
|
2 => 'app\\framework\\di\\dependency\\set',
|
|
3 => 'app\\framework\\di\\dependency\\remove',
|
|
4 => 'app\\framework\\di\\dependency\\clear',
|
|
5 => 'app\\framework\\di\\dependency\\getcachedclasses',
|
|
6 => 'app\\framework\\di\\dependency\\getstats',
|
|
7 => 'app\\framework\\di\\dependency\\getdependentsof',
|
|
8 => 'app\\framework\\di\\dependency\\getentrieswithdependencytype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/ConstructorCacheEntry.php' =>
|
|
array (
|
|
0 => 'b26d0b75d1c4550278b1e14eae03c91c80c80f50',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\constructorcacheentry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\__construct',
|
|
1 => 'app\\framework\\di\\dependency\\empty',
|
|
2 => 'app\\framework\\di\\dependency\\fromcacheinfo',
|
|
3 => 'app\\framework\\di\\dependency\\fromparameters',
|
|
4 => 'app\\framework\\di\\dependency\\hasparameters',
|
|
5 => 'app\\framework\\di\\dependency\\getparametercount',
|
|
6 => 'app\\framework\\di\\dependency\\getparameter',
|
|
7 => 'app\\framework\\di\\dependency\\getparameters',
|
|
8 => 'app\\framework\\di\\dependency\\getparametersasarray',
|
|
9 => 'app\\framework\\di\\dependency\\getdependencytypes',
|
|
10 => 'app\\framework\\di\\dependency\\usesdependencytype',
|
|
11 => 'app\\framework\\di\\dependency\\getclassdependencies',
|
|
12 => 'app\\framework\\di\\dependency\\dependson',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/ParameterCacheInfo.php' =>
|
|
array (
|
|
0 => 'e3dba777a8f9d37369bc374d1a741f3062a34921',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\parametercacheinfo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\__construct',
|
|
1 => 'app\\framework\\di\\dependency\\default',
|
|
2 => 'app\\framework\\di\\dependency\\null',
|
|
3 => 'app\\framework\\di\\dependency\\dependency',
|
|
4 => 'app\\framework\\di\\dependency\\nullabledependency',
|
|
5 => 'app\\framework\\di\\dependency\\fromarray',
|
|
6 => 'app\\framework\\di\\dependency\\toarray',
|
|
7 => 'app\\framework\\di\\dependency\\hasclassdependency',
|
|
8 => 'app\\framework\\di\\dependency\\dependson',
|
|
9 => 'app\\framework\\di\\dependency\\resolvevalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/DependencyCollection.php' =>
|
|
array (
|
|
0 => '61b59b5371ad93aa8e78eaa27e144a915c7b10d2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\dependencycollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\__construct',
|
|
1 => 'app\\framework\\di\\dependency\\fromvalues',
|
|
2 => 'app\\framework\\di\\dependency\\empty',
|
|
3 => 'app\\framework\\di\\dependency\\toarray',
|
|
4 => 'app\\framework\\di\\dependency\\get',
|
|
5 => 'app\\framework\\di\\dependency\\isempty',
|
|
6 => 'app\\framework\\di\\dependency\\count',
|
|
7 => 'app\\framework\\di\\dependency\\getiterator',
|
|
8 => 'app\\framework\\di\\dependency\\with',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DI/Dependency/Dependency.php' =>
|
|
array (
|
|
0 => '4f51780be3fe401cb6bc9100fe18f69aa45885f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\dependency',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\di\\dependency\\__construct',
|
|
1 => 'app\\framework\\di\\dependency\\default',
|
|
2 => 'app\\framework\\di\\dependency\\null',
|
|
3 => 'app\\framework\\di\\dependency\\dependency',
|
|
4 => 'app\\framework\\di\\dependency\\nullabledependency',
|
|
5 => 'app\\framework\\di\\dependency\\getcacheinfo',
|
|
6 => 'app\\framework\\di\\dependency\\fromcacheinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Services/VersionParser.php' =>
|
|
array (
|
|
0 => 'a40c49bcfe296ea8007a5a2213f754b10f061e9d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\versionparser',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\services\\parse',
|
|
1 => 'app\\framework\\core\\valueobjects\\services\\isvalid',
|
|
2 => 'app\\framework\\core\\valueobjects\\services\\isfullsemver',
|
|
3 => 'app\\framework\\core\\valueobjects\\services\\issimpleformat',
|
|
4 => 'app\\framework\\core\\valueobjects\\services\\isvalidprerelease',
|
|
5 => 'app\\framework\\core\\valueobjects\\services\\isvalidbuildmetadata',
|
|
6 => 'app\\framework\\core\\valueobjects\\services\\normalize',
|
|
7 => 'app\\framework\\core\\valueobjects\\services\\buildparseresult',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Statistics.php' =>
|
|
array (
|
|
0 => '426b68f6c76e7a0e48b5dbd03b23b1357a8100df',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\statistics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\countersonly',
|
|
2 => 'app\\framework\\core\\valueobjects\\withmemory',
|
|
3 => 'app\\framework\\core\\valueobjects\\performance',
|
|
4 => 'app\\framework\\core\\valueobjects\\comprehensive',
|
|
5 => 'app\\framework\\core\\valueobjects\\fromarray',
|
|
6 => 'app\\framework\\core\\valueobjects\\getcounters',
|
|
7 => 'app\\framework\\core\\valueobjects\\getcounter',
|
|
8 => 'app\\framework\\core\\valueobjects\\hascounter',
|
|
9 => 'app\\framework\\core\\valueobjects\\gettotalcount',
|
|
10 => 'app\\framework\\core\\valueobjects\\getmemoryusagemb',
|
|
11 => 'app\\framework\\core\\valueobjects\\gethitratiopercent',
|
|
12 => 'app\\framework\\core\\valueobjects\\getmetadata',
|
|
13 => 'app\\framework\\core\\valueobjects\\getmetadatavalue',
|
|
14 => 'app\\framework\\core\\valueobjects\\getrecommendations',
|
|
15 => 'app\\framework\\core\\valueobjects\\hasrecommendations',
|
|
16 => 'app\\framework\\core\\valueobjects\\withadditionalcounters',
|
|
17 => 'app\\framework\\core\\valueobjects\\withadditionalmetadata',
|
|
18 => 'app\\framework\\core\\valueobjects\\withadditionalrecommendations',
|
|
19 => 'app\\framework\\core\\valueobjects\\merge',
|
|
20 => 'app\\framework\\core\\valueobjects\\toarray',
|
|
21 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
22 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
23 => 'app\\framework\\core\\valueobjects\\validatecounters',
|
|
24 => 'app\\framework\\core\\valueobjects\\validatehitratio',
|
|
25 => 'app\\framework\\core\\valueobjects\\validatememoryusage',
|
|
26 => 'app\\framework\\core\\valueobjects\\calculateaveragehitratio',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Version.php' =>
|
|
array (
|
|
0 => 'b701ebc5af7c4ddaa3e8072bb5b1ea71dbfad5d0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\version',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\fromstring',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromcomponents',
|
|
3 => 'app\\framework\\core\\valueobjects\\getvalue',
|
|
4 => 'app\\framework\\core\\valueobjects\\getmajor',
|
|
5 => 'app\\framework\\core\\valueobjects\\getminor',
|
|
6 => 'app\\framework\\core\\valueobjects\\getpatch',
|
|
7 => 'app\\framework\\core\\valueobjects\\getprerelease',
|
|
8 => 'app\\framework\\core\\valueobjects\\getbuildmetadata',
|
|
9 => 'app\\framework\\core\\valueobjects\\iscompatiblewith',
|
|
10 => 'app\\framework\\core\\valueobjects\\isnewerthan',
|
|
11 => 'app\\framework\\core\\valueobjects\\isolderthan',
|
|
12 => 'app\\framework\\core\\valueobjects\\equals',
|
|
13 => 'app\\framework\\core\\valueobjects\\isprerelease',
|
|
14 => 'app\\framework\\core\\valueobjects\\isstable',
|
|
15 => 'app\\framework\\core\\valueobjects\\incrementmajor',
|
|
16 => 'app\\framework\\core\\valueobjects\\incrementminor',
|
|
17 => 'app\\framework\\core\\valueobjects\\incrementpatch',
|
|
18 => 'app\\framework\\core\\valueobjects\\getversioncore',
|
|
19 => 'app\\framework\\core\\valueobjects\\getshortversion',
|
|
20 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
21 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Waf/Layers/IntelligentRateLimitLayer.php' =>
|
|
array (
|
|
0 => '4464c6c7cb5c953720778f2a0a292db56ee6c312',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\intelligentratelimitlayer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\waf\\layers\\__construct',
|
|
1 => 'app\\framework\\waf\\layers\\getname',
|
|
2 => 'app\\framework\\waf\\layers\\analyze',
|
|
3 => 'app\\framework\\waf\\layers\\buildrequestcontext',
|
|
4 => 'app\\framework\\waf\\layers\\selectratelimittier',
|
|
5 => 'app\\framework\\waf\\layers\\createratelimitdetection',
|
|
6 => 'app\\framework\\waf\\layers\\createsuspiciouspatterndetection',
|
|
7 => 'app\\framework\\waf\\layers\\createanomalydetection',
|
|
8 => 'app\\framework\\waf\\layers\\shouldblock',
|
|
9 => 'app\\framework\\waf\\layers\\buildthreatmessage',
|
|
10 => 'app\\framework\\waf\\layers\\isenabled',
|
|
11 => 'app\\framework\\waf\\layers\\ishealthy',
|
|
12 => 'app\\framework\\waf\\layers\\getpriority',
|
|
13 => 'app\\framework\\waf\\layers\\getconfidencelevel',
|
|
14 => 'app\\framework\\waf\\layers\\gettimeoutthreshold',
|
|
15 => 'app\\framework\\waf\\layers\\configure',
|
|
16 => 'app\\framework\\waf\\layers\\getconfig',
|
|
17 => 'app\\framework\\waf\\layers\\getmetrics',
|
|
18 => 'app\\framework\\waf\\layers\\reset',
|
|
19 => 'app\\framework\\waf\\layers\\warmup',
|
|
20 => 'app\\framework\\waf\\layers\\shutdown',
|
|
21 => 'app\\framework\\waf\\layers\\getdependencies',
|
|
22 => 'app\\framework\\waf\\layers\\supportsparallelprocessing',
|
|
23 => 'app\\framework\\waf\\layers\\getversion',
|
|
24 => 'app\\framework\\waf\\layers\\getsupportedcategories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/RouteParametersInitializer.php' =>
|
|
array (
|
|
0 => '7cf3e295764dd2da68c9b1f9fd0b9426f49a2c05',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\routeparametersinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ValueObjects/RouteParameters.php' =>
|
|
array (
|
|
0 => '1e1a100bf28d6c4753fe975902e00368f3176bf3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\routeparameters',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\router\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\router\\valueobjects\\empty',
|
|
3 => 'app\\framework\\router\\valueobjects\\has',
|
|
4 => 'app\\framework\\router\\valueobjects\\get',
|
|
5 => 'app\\framework\\router\\valueobjects\\getstring',
|
|
6 => 'app\\framework\\router\\valueobjects\\getint',
|
|
7 => 'app\\framework\\router\\valueobjects\\getbool',
|
|
8 => 'app\\framework\\router\\valueobjects\\getfloat',
|
|
9 => 'app\\framework\\router\\valueobjects\\getarray',
|
|
10 => 'app\\framework\\router\\valueobjects\\all',
|
|
11 => 'app\\framework\\router\\valueobjects\\count',
|
|
12 => 'app\\framework\\router\\valueobjects\\isempty',
|
|
13 => 'app\\framework\\router\\valueobjects\\keys',
|
|
14 => 'app\\framework\\router\\valueobjects\\values',
|
|
15 => 'app\\framework\\router\\valueobjects\\with',
|
|
16 => 'app\\framework\\router\\valueobjects\\without',
|
|
17 => 'app\\framework\\router\\valueobjects\\merge',
|
|
18 => 'app\\framework\\router\\valueobjects\\filter',
|
|
19 => 'app\\framework\\router\\valueobjects\\only',
|
|
20 => 'app\\framework\\router\\valueobjects\\except',
|
|
21 => 'app\\framework\\router\\valueobjects\\validate',
|
|
22 => 'app\\framework\\router\\valueobjects\\getdebuginfo',
|
|
23 => 'app\\framework\\router\\valueobjects\\validateandnormalize',
|
|
24 => 'app\\framework\\router\\valueobjects\\validatetype',
|
|
25 => 'app\\framework\\router\\valueobjects\\tojson',
|
|
26 => 'app\\framework\\router\\valueobjects\\fromjson',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ValueObjects/ParameterConstraints.php' =>
|
|
array (
|
|
0 => '0cd50835a8b4168b4e689ad06ece9c1bc56125a7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\parameterconstraints',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\router\\valueobjects\\create',
|
|
2 => 'app\\framework\\router\\valueobjects\\string',
|
|
3 => 'app\\framework\\router\\valueobjects\\int',
|
|
4 => 'app\\framework\\router\\valueobjects\\float',
|
|
5 => 'app\\framework\\router\\valueobjects\\bool',
|
|
6 => 'app\\framework\\router\\valueobjects\\array',
|
|
7 => 'app\\framework\\router\\valueobjects\\enum',
|
|
8 => 'app\\framework\\router\\valueobjects\\id',
|
|
9 => 'app\\framework\\router\\valueobjects\\slug',
|
|
10 => 'app\\framework\\router\\valueobjects\\email',
|
|
11 => 'app\\framework\\router\\valueobjects\\uuid',
|
|
12 => 'app\\framework\\router\\valueobjects\\url',
|
|
13 => 'app\\framework\\router\\valueobjects\\date',
|
|
14 => 'app\\framework\\router\\valueobjects\\datetime',
|
|
15 => 'app\\framework\\router\\valueobjects\\page',
|
|
16 => 'app\\framework\\router\\valueobjects\\limit',
|
|
17 => 'app\\framework\\router\\valueobjects\\sort',
|
|
18 => 'app\\framework\\router\\valueobjects\\search',
|
|
19 => 'app\\framework\\router\\valueobjects\\custom',
|
|
20 => 'app\\framework\\router\\valueobjects\\withdefault',
|
|
21 => 'app\\framework\\router\\valueobjects\\with',
|
|
22 => 'app\\framework\\router\\valueobjects\\toarray',
|
|
23 => 'app\\framework\\router\\valueobjects\\has',
|
|
24 => 'app\\framework\\router\\valueobjects\\get',
|
|
25 => 'app\\framework\\router\\valueobjects\\count',
|
|
26 => 'app\\framework\\router\\valueobjects\\isempty',
|
|
27 => 'app\\framework\\router\\valueobjects\\getparameternames',
|
|
28 => 'app\\framework\\router\\valueobjects\\getrequiredparameters',
|
|
29 => 'app\\framework\\router\\valueobjects\\getoptionalparameters',
|
|
30 => 'app\\framework\\router\\valueobjects\\getdebuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Examples/AsyncHttpClientBuilderExample.php' =>
|
|
array (
|
|
0 => '3fa8adc2ff0733d00ba48bd21bfca6a1c0783562',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\examples\\asynchttpclientbuilderexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\examples\\__construct',
|
|
1 => 'app\\framework\\httpclient\\examples\\loaduserdashboard',
|
|
2 => 'app\\framework\\httpclient\\examples\\loadproductpage',
|
|
3 => 'app\\framework\\httpclient\\examples\\checksystemhealth',
|
|
4 => 'app\\framework\\httpclient\\examples\\syncuserdata',
|
|
5 => 'app\\framework\\httpclient\\examples\\searchproducts',
|
|
6 => 'app\\framework\\httpclient\\examples\\processusers',
|
|
7 => 'app\\framework\\httpclient\\examples\\collectservermetrics',
|
|
8 => 'app\\framework\\httpclient\\examples\\sendnotifications',
|
|
9 => 'app\\framework\\httpclient\\examples\\runabtestanalysis',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Examples/AsyncHttpClientDemo.php' =>
|
|
array (
|
|
0 => 'ebae435f542824fb791f5278a992542ef1abd805',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\examples\\asynchttpclientdemo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\examples\\run',
|
|
1 => 'app\\framework\\httpclient\\examples\\demonstrateparallelrequests',
|
|
2 => 'app\\framework\\httpclient\\examples\\demonstratemicroservicesaggregation',
|
|
3 => 'app\\framework\\httpclient\\examples\\demonstratehealthchecks',
|
|
4 => 'app\\framework\\httpclient\\examples\\demonstratecircuitbreaker',
|
|
5 => 'app\\framework\\httpclient\\examples\\demonstratetimeoutprotection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Examples/AsyncHttpClientExample.php' =>
|
|
array (
|
|
0 => 'bfe24eb667e68da925b6bcbf59c5532d67dc2708',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\examples\\asynchttpclientexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\examples\\__construct',
|
|
1 => 'app\\framework\\httpclient\\examples\\loaddashboarddata',
|
|
2 => 'app\\framework\\httpclient\\examples\\getproductdetails',
|
|
3 => 'app\\framework\\httpclient\\examples\\checksystemhealth',
|
|
4 => 'app\\framework\\httpclient\\examples\\sendnotificationtoallchannels',
|
|
5 => 'app\\framework\\httpclient\\examples\\searchproducts',
|
|
6 => 'app\\framework\\httpclient\\examples\\processuseruploads',
|
|
7 => 'app\\framework\\httpclient\\examples\\getexternaldata',
|
|
8 => 'app\\framework\\httpclient\\examples\\collectmetrics',
|
|
9 => 'app\\framework\\httpclient\\examples\\getslowapidata',
|
|
10 => 'app\\framework\\httpclient\\examples\\reliableapicall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AsyncHttpClientDecorator.php' =>
|
|
array (
|
|
0 => '3949db3af7257f07b1d300de3ac867cded95a6a1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\asynchttpclientdecorator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\send',
|
|
2 => 'app\\framework\\httpclient\\sendasync',
|
|
3 => 'app\\framework\\httpclient\\sendmultiple',
|
|
4 => 'app\\framework\\httpclient\\sendwithtimeout',
|
|
5 => 'app\\framework\\httpclient\\sendbatch',
|
|
6 => 'app\\framework\\httpclient\\sendwithretry',
|
|
7 => 'app\\framework\\httpclient\\aggregate',
|
|
8 => 'app\\framework\\httpclient\\fanout',
|
|
9 => 'app\\framework\\httpclient\\race',
|
|
10 => 'app\\framework\\httpclient\\healthcheck',
|
|
11 => 'app\\framework\\httpclient\\collect',
|
|
12 => 'app\\framework\\httpclient\\sendwithcircuitbreaker',
|
|
13 => 'app\\framework\\httpclient\\getstats',
|
|
14 => 'app\\framework\\httpclient\\getwrappedclient',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Contracts/AsyncCapable.php' =>
|
|
array (
|
|
0 => '2d5b046138965bf2c60e01aec18316188b686a78',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\contracts\\asynccapable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\contracts\\async',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AsyncHttpClientAdapter.php' =>
|
|
array (
|
|
0 => '30213f7d70d7fbe4556a59d2ae71017330cd27ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\asynchttpclientadapter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\send',
|
|
2 => 'app\\framework\\httpclient\\sendmultiple',
|
|
3 => 'app\\framework\\httpclient\\sendwithtimeout',
|
|
4 => 'app\\framework\\httpclient\\sendbatch',
|
|
5 => 'app\\framework\\httpclient\\aggregate',
|
|
6 => 'app\\framework\\httpclient\\fanout',
|
|
7 => 'app\\framework\\httpclient\\race',
|
|
8 => 'app\\framework\\httpclient\\healthcheck',
|
|
9 => 'app\\framework\\httpclient\\sendwithretry',
|
|
10 => 'app\\framework\\httpclient\\collect',
|
|
11 => 'app\\framework\\httpclient\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AsyncAwareHttpClient.php' =>
|
|
array (
|
|
0 => '8e1315d7eec3e36c02b3ee42d2e527cb281bb2f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\asyncawarehttpclient',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\send',
|
|
2 => 'app\\framework\\httpclient\\async',
|
|
3 => 'app\\framework\\httpclient\\getwrappedclient',
|
|
4 => 'app\\framework\\httpclient\\getstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/AsyncHttpClientBuilder.php' =>
|
|
array (
|
|
0 => '807a584e97545be9ac3eca6c5830a7984872b740',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\asynchttpclientbuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\__construct',
|
|
1 => 'app\\framework\\httpclient\\get',
|
|
2 => 'app\\framework\\httpclient\\post',
|
|
3 => 'app\\framework\\httpclient\\put',
|
|
4 => 'app\\framework\\httpclient\\delete',
|
|
5 => 'app\\framework\\httpclient\\postjson',
|
|
6 => 'app\\framework\\httpclient\\putjson',
|
|
7 => 'app\\framework\\httpclient\\withconcurrency',
|
|
8 => 'app\\framework\\httpclient\\withtimeout',
|
|
9 => 'app\\framework\\httpclient\\withretry',
|
|
10 => 'app\\framework\\httpclient\\execute',
|
|
11 => 'app\\framework\\httpclient\\executeasaggregation',
|
|
12 => 'app\\framework\\httpclient\\executeashealthcheck',
|
|
13 => 'app\\framework\\httpclient\\executeasrace',
|
|
14 => 'app\\framework\\httpclient\\collect',
|
|
15 => 'app\\framework\\httpclient\\reset',
|
|
16 => 'app\\framework\\httpclient\\create',
|
|
17 => 'app\\framework\\httpclient\\addrequest',
|
|
18 => 'app\\framework\\httpclient\\asynchttp',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/DiscoveryCacheData.php' =>
|
|
array (
|
|
0 => '6314341980b95d23f4cc8ee3c778b15c6cbb0dad',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\discoverycachedata',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\create',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\fromarray',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\toarray',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\isvalid',
|
|
5 => 'app\\framework\\discovery\\valueobjects\\isversionsupported',
|
|
6 => 'app\\framework\\discovery\\valueobjects\\isnotexpired',
|
|
7 => 'app\\framework\\discovery\\valueobjects\\hasvalidchecksum',
|
|
8 => 'app\\framework\\discovery\\valueobjects\\calculatechecksum',
|
|
9 => 'app\\framework\\discovery\\valueobjects\\areresultsplausible',
|
|
10 => 'app\\framework\\discovery\\valueobjects\\withresults',
|
|
11 => 'app\\framework\\discovery\\valueobjects\\getage',
|
|
12 => 'app\\framework\\discovery\\valueobjects\\isrecent',
|
|
13 => 'app\\framework\\discovery\\valueobjects\\getdebuginfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Examples/SimpleParameterExample.php' =>
|
|
array (
|
|
0 => '5061e13c1660ecce23178a63d6c8f6820d651b50',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\examples\\simpleparameterexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\examples\\getuserbyid',
|
|
1 => 'app\\application\\examples\\listposts',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/StyleguideController.php' =>
|
|
array (
|
|
0 => 'df4a267e261882f51b3f2151587cbe3944843770',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\styleguidecontroller',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\admin\\showstyleguide',
|
|
1 => 'app\\application\\admin\\getcomponentexamples',
|
|
2 => 'app\\application\\admin\\getcolortokens',
|
|
3 => 'app\\application\\admin\\getspacingtokens',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Admin/templates/health-dashboard-refactored.view.php' =>
|
|
array (
|
|
0 => 'a431024e945a200e9158d8b2a96e7e8331202c49',
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/WafEventProcessor.php' =>
|
|
array (
|
|
0 => '2c879521c6a4d6a9008ceafb2ac3ede765e693ba',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\wafeventprocessor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\__construct',
|
|
1 => 'app\\application\\security\\processlayerresult',
|
|
2 => 'app\\application\\security\\processdetection',
|
|
3 => 'app\\application\\security\\processdetectioncollection',
|
|
4 => 'app\\application\\security\\processbatch',
|
|
5 => 'app\\application\\security\\shouldprocessdetection',
|
|
6 => 'app\\application\\security\\createrequestcontext',
|
|
7 => 'app\\application\\security\\createsecuritycontext',
|
|
8 => 'app\\application\\security\\getprocessingstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Application/Security/WafOWASPEventBridge.php' =>
|
|
array (
|
|
0 => 'e4080cf4b437fae169844a462dc699ea30338411',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\application\\security\\wafowaspeventbridge',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\application\\security\\__construct',
|
|
1 => 'app\\application\\security\\processwafdetection',
|
|
2 => 'app\\application\\security\\convertdetectiontoowaspevent',
|
|
3 => 'app\\application\\security\\createsqlinjectionevent',
|
|
4 => 'app\\application\\security\\createxssevent',
|
|
5 => 'app\\application\\security\\createmaliciousinputevent',
|
|
6 => 'app\\application\\security\\createauthenticationfailedevent',
|
|
7 => 'app\\application\\security\\createsuspiciousnetworkactivityevent',
|
|
8 => 'app\\application\\security\\createsystemanomalyevent',
|
|
9 => 'app\\application\\security\\creategenericinputvalidationevent',
|
|
10 => 'app\\application\\security\\mapdetectioncategorytoinputtype',
|
|
11 => 'app\\application\\security\\mapdetectioncategorytoattacktype',
|
|
12 => 'app\\application\\security\\mapdetectioncategorytoactivitytype',
|
|
13 => 'app\\application\\security\\mapdetectioncategorytoanomalytype',
|
|
14 => 'app\\application\\security\\mapseveritytostring',
|
|
15 => 'app\\application\\security\\createowaspeventidentifier',
|
|
16 => 'app\\application\\security\\maptoowasploglevel',
|
|
17 => 'app\\application\\security\\determinexsstype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Storage/DiscoveryStorage.php' =>
|
|
array (
|
|
0 => '586e44e84872e64cafb4bbb6f2586a5cb400af12',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\storage\\discoverystorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\storage\\findchangedfiles',
|
|
1 => 'app\\framework\\discovery\\storage\\incrementalscan',
|
|
2 => 'app\\framework\\discovery\\storage\\findfiles',
|
|
3 => 'app\\framework\\discovery\\storage\\getdiscoverymetadata',
|
|
4 => 'app\\framework\\discovery\\storage\\getdiscoverymetadatamultiple',
|
|
5 => 'app\\framework\\discovery\\storage\\registerfilesystemevents',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Storage/FileSystemDiscoveryStorage.php' =>
|
|
array (
|
|
0 => '7b4235726674e675241506b52397a9bad831bba9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\storage\\filesystemdiscoverystorage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\storage\\__construct',
|
|
1 => 'app\\framework\\discovery\\storage\\get',
|
|
2 => 'app\\framework\\discovery\\storage\\put',
|
|
3 => 'app\\framework\\discovery\\storage\\exists',
|
|
4 => 'app\\framework\\discovery\\storage\\delete',
|
|
5 => 'app\\framework\\discovery\\storage\\copy',
|
|
6 => 'app\\framework\\discovery\\storage\\size',
|
|
7 => 'app\\framework\\discovery\\storage\\lastmodified',
|
|
8 => 'app\\framework\\discovery\\storage\\getmimetype',
|
|
9 => 'app\\framework\\discovery\\storage\\isreadable',
|
|
10 => 'app\\framework\\discovery\\storage\\iswritable',
|
|
11 => 'app\\framework\\discovery\\storage\\listdirectory',
|
|
12 => 'app\\framework\\discovery\\storage\\createdirectory',
|
|
13 => 'app\\framework\\discovery\\storage\\file',
|
|
14 => 'app\\framework\\discovery\\storage\\directory',
|
|
15 => 'app\\framework\\discovery\\storage\\batch',
|
|
16 => 'app\\framework\\discovery\\storage\\getmultiple',
|
|
17 => 'app\\framework\\discovery\\storage\\putmultiple',
|
|
18 => 'app\\framework\\discovery\\storage\\getmetadatamultiple',
|
|
19 => 'app\\framework\\discovery\\storage\\findchangedfiles',
|
|
20 => 'app\\framework\\discovery\\storage\\incrementalscan',
|
|
21 => 'app\\framework\\discovery\\storage\\findfiles',
|
|
22 => 'app\\framework\\discovery\\storage\\findfilesrecursive',
|
|
23 => 'app\\framework\\discovery\\storage\\matchespattern',
|
|
24 => 'app\\framework\\discovery\\storage\\getdiscoverymetadata',
|
|
25 => 'app\\framework\\discovery\\storage\\getdiscoverymetadatamultiple',
|
|
26 => 'app\\framework\\discovery\\storage\\registerfilesystemevents',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/UnifiedTelemetryService.php' =>
|
|
array (
|
|
0 => '5b3b5544dcb05037001fd4ac661bab753fccef25',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\unifiedtelemetryservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\__construct',
|
|
1 => 'app\\framework\\telemetry\\addexporter',
|
|
2 => 'app\\framework\\telemetry\\startoperation',
|
|
3 => 'app\\framework\\telemetry\\endoperation',
|
|
4 => 'app\\framework\\telemetry\\addoperationattribute',
|
|
5 => 'app\\framework\\telemetry\\recordmetric',
|
|
6 => 'app\\framework\\telemetry\\recordevent',
|
|
7 => 'app\\framework\\telemetry\\trace',
|
|
8 => 'app\\framework\\telemetry\\getoperationstack',
|
|
9 => 'app\\framework\\telemetry\\exportoperation',
|
|
10 => 'app\\framework\\telemetry\\exportmetric',
|
|
11 => 'app\\framework\\telemetry\\exportevent',
|
|
12 => 'app\\framework\\telemetry\\generateid',
|
|
13 => 'app\\framework\\telemetry\\maptypetocategory',
|
|
14 => 'app\\framework\\telemetry\\flush',
|
|
15 => 'app\\framework\\telemetry\\isenabled',
|
|
16 => 'app\\framework\\telemetry\\getconfig',
|
|
17 => 'app\\framework\\telemetry\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Middleware/TelemetryHttpMiddleware.php' =>
|
|
array (
|
|
0 => '0385805dceaab623c852966582068a1b2b54d5e2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\middleware\\telemetryhttpmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\middleware\\__construct',
|
|
1 => 'app\\framework\\telemetry\\middleware\\__invoke',
|
|
2 => 'app\\framework\\telemetry\\middleware\\getspanname',
|
|
3 => 'app\\framework\\telemetry\\middleware\\createrequestattributes',
|
|
4 => 'app\\framework\\telemetry\\middleware\\addresponseattributes',
|
|
5 => 'app\\framework\\telemetry\\middleware\\setspanstatus',
|
|
6 => 'app\\framework\\telemetry\\middleware\\sanitizequery',
|
|
7 => 'app\\framework\\telemetry\\middleware\\issensitiveparameter',
|
|
8 => 'app\\framework\\telemetry\\middleware\\getclientip',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Middleware/TelemetryDatabaseMiddleware.php' =>
|
|
array (
|
|
0 => 'cf9293045fdffc5d9bb48654756f6a49e2aecb30',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\middleware\\telemetrydatabasemiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\middleware\\__construct',
|
|
1 => 'app\\framework\\telemetry\\middleware\\process',
|
|
2 => 'app\\framework\\telemetry\\middleware\\getpriority',
|
|
3 => 'app\\framework\\telemetry\\middleware\\getquerytype',
|
|
4 => 'app\\framework\\telemetry\\middleware\\sanitizequery',
|
|
5 => 'app\\framework\\telemetry\\middleware\\extracttablename',
|
|
6 => 'app\\framework\\telemetry\\middleware\\getdatabasesystem',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Exporters/FileExporter.php' =>
|
|
array (
|
|
0 => 'de476d2819e195ceb8dacec4cb4fe30ee9073dee',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\exporters\\fileexporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\exporters\\__construct',
|
|
1 => 'app\\framework\\telemetry\\exporters\\fromconfig',
|
|
2 => 'app\\framework\\telemetry\\exporters\\exportoperation',
|
|
3 => 'app\\framework\\telemetry\\exporters\\exportmetric',
|
|
4 => 'app\\framework\\telemetry\\exporters\\exportevent',
|
|
5 => 'app\\framework\\telemetry\\exporters\\flush',
|
|
6 => 'app\\framework\\telemetry\\exporters\\close',
|
|
7 => 'app\\framework\\telemetry\\exporters\\ensuredirectoryexists',
|
|
8 => 'app\\framework\\telemetry\\exporters\\getoperationshandle',
|
|
9 => 'app\\framework\\telemetry\\exporters\\getmetricshandle',
|
|
10 => 'app\\framework\\telemetry\\exporters\\geteventshandle',
|
|
11 => 'app\\framework\\telemetry\\exporters\\writetofile',
|
|
12 => 'app\\framework\\telemetry\\exporters\\__destruct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Exporters/TelemetryExporterInterface.php' =>
|
|
array (
|
|
0 => '3015715c8d5f4ae51daf801a04b515fe8a2d6a69',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\exporters\\telemetryexporterinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\exporters\\exportoperation',
|
|
1 => 'app\\framework\\telemetry\\exporters\\exportmetric',
|
|
2 => 'app\\framework\\telemetry\\exporters\\exportevent',
|
|
3 => 'app\\framework\\telemetry\\exporters\\flush',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Exporters/PrometheusExporter.php' =>
|
|
array (
|
|
0 => 'bee95a8e45b88dbb69197f8c00606440e4caf4f0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\exporters\\prometheusexporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\exporters\\__construct',
|
|
1 => 'app\\framework\\telemetry\\exporters\\fromconfig',
|
|
2 => 'app\\framework\\telemetry\\exporters\\exportoperation',
|
|
3 => 'app\\framework\\telemetry\\exporters\\exportmetric',
|
|
4 => 'app\\framework\\telemetry\\exporters\\exportevent',
|
|
5 => 'app\\framework\\telemetry\\exporters\\flush',
|
|
6 => 'app\\framework\\telemetry\\exporters\\getmetricsoutput',
|
|
7 => 'app\\framework\\telemetry\\exporters\\recordcounter',
|
|
8 => 'app\\framework\\telemetry\\exporters\\incrementcounter',
|
|
9 => 'app\\framework\\telemetry\\exporters\\recordgauge',
|
|
10 => 'app\\framework\\telemetry\\exporters\\recordhistogram',
|
|
11 => 'app\\framework\\telemetry\\exporters\\ensuremetricexists',
|
|
12 => 'app\\framework\\telemetry\\exporters\\formatlabels',
|
|
13 => 'app\\framework\\telemetry\\exporters\\extractscalarattributes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Config/ExporterConfig.php' =>
|
|
array (
|
|
0 => '7685068bcf0036773e5d8a945d935eea72cd2562',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\config\\exporterconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\config\\__construct',
|
|
1 => 'app\\framework\\telemetry\\config\\getendpoint',
|
|
2 => 'app\\framework\\telemetry\\config\\getprotocol',
|
|
3 => 'app\\framework\\telemetry\\config\\getoptions',
|
|
4 => 'app\\framework\\telemetry\\config\\getoption',
|
|
5 => 'app\\framework\\telemetry\\config\\hasoption',
|
|
6 => 'app\\framework\\telemetry\\config\\ishttpexporter',
|
|
7 => 'app\\framework\\telemetry\\config\\isfileexporter',
|
|
8 => 'app\\framework\\telemetry\\config\\withoptions',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Config/TelemetryConfig.php' =>
|
|
array (
|
|
0 => 'f4d11a53f296b128cf26521baa409f4bc5bab3cc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\config\\telemetryconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\config\\__construct',
|
|
1 => 'app\\framework\\telemetry\\config\\fromarray',
|
|
2 => 'app\\framework\\telemetry\\config\\getservicename',
|
|
3 => 'app\\framework\\telemetry\\config\\getserviceversion',
|
|
4 => 'app\\framework\\telemetry\\config\\getenvironment',
|
|
5 => 'app\\framework\\telemetry\\config\\getsamplingratio',
|
|
6 => 'app\\framework\\telemetry\\config\\getexporters',
|
|
7 => 'app\\framework\\telemetry\\config\\getresourceattributes',
|
|
8 => 'app\\framework\\telemetry\\config\\isenabled',
|
|
9 => 'app\\framework\\telemetry\\config\\getallresourceattributes',
|
|
10 => 'app\\framework\\telemetry\\config\\hasexporter',
|
|
11 => 'app\\framework\\telemetry\\config\\getexporter',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/ValueObjects/Metric.php' =>
|
|
array (
|
|
0 => 'f87beeb726e7eb782eef4ec59db40a0c2ff974e6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\valueobjects\\metric',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\telemetry\\valueobjects\\toarray',
|
|
2 => 'app\\framework\\telemetry\\valueobjects\\withattributes',
|
|
3 => 'app\\framework\\telemetry\\valueobjects\\counter',
|
|
4 => 'app\\framework\\telemetry\\valueobjects\\gauge',
|
|
5 => 'app\\framework\\telemetry\\valueobjects\\histogram',
|
|
6 => 'app\\framework\\telemetry\\valueobjects\\getprometheusname',
|
|
7 => 'app\\framework\\telemetry\\valueobjects\\getprometheustype',
|
|
8 => 'app\\framework\\telemetry\\valueobjects\\getprometheushelp',
|
|
9 => 'app\\framework\\telemetry\\valueobjects\\getprometheuslabels',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/ValueObjects/Operation.php' =>
|
|
array (
|
|
0 => '7e1ffb915d92bb41d4f1889194d156fe47a527f2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\valueobjects\\operation',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\telemetry\\valueobjects\\getduration',
|
|
2 => 'app\\framework\\telemetry\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\telemetry\\valueobjects\\addattribute',
|
|
4 => 'app\\framework\\telemetry\\valueobjects\\end',
|
|
5 => 'app\\framework\\telemetry\\valueobjects\\fail',
|
|
6 => 'app\\framework\\telemetry\\valueobjects\\iscompleted',
|
|
7 => 'app\\framework\\telemetry\\valueobjects\\issuccessful',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/ValueObjects/Event.php' =>
|
|
array (
|
|
0 => '0f418e65614b849ec93f983965d94e87486b9f83',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\valueobjects\\event',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\telemetry\\valueobjects\\toarray',
|
|
2 => 'app\\framework\\telemetry\\valueobjects\\withattributes',
|
|
3 => 'app\\framework\\telemetry\\valueobjects\\info',
|
|
4 => 'app\\framework\\telemetry\\valueobjects\\warning',
|
|
5 => 'app\\framework\\telemetry\\valueobjects\\error',
|
|
6 => 'app\\framework\\telemetry\\valueobjects\\getmetricname',
|
|
7 => 'app\\framework\\telemetry\\valueobjects\\getmetricattributes',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/TelemetryContext.php' =>
|
|
array (
|
|
0 => 'ee342cc68a40cd7bb961e907b886b8daa76c4cb4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\telemetrycontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\getcurrentoperationid',
|
|
1 => 'app\\framework\\telemetry\\getcurrentoperation',
|
|
2 => 'app\\framework\\telemetry\\setcurrentoperation',
|
|
3 => 'app\\framework\\telemetry\\getoperation',
|
|
4 => 'app\\framework\\telemetry\\removeoperation',
|
|
5 => 'app\\framework\\telemetry\\restoreparentoperation',
|
|
6 => 'app\\framework\\telemetry\\getactiveoperations',
|
|
7 => 'app\\framework\\telemetry\\getalloperations',
|
|
8 => 'app\\framework\\telemetry\\clear',
|
|
9 => 'app\\framework\\telemetry\\getoperationstackasstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/OperationHandle.php' =>
|
|
array (
|
|
0 => '3bc76ce8e81f030a9d99f76dff058a532819e4e3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\operationhandle',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\__construct',
|
|
1 => 'app\\framework\\telemetry\\getid',
|
|
2 => 'app\\framework\\telemetry\\addattribute',
|
|
3 => 'app\\framework\\telemetry\\end',
|
|
4 => 'app\\framework\\telemetry\\fail',
|
|
5 => 'app\\framework\\telemetry\\recordmetric',
|
|
6 => 'app\\framework\\telemetry\\recordevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Telemetry/Adapters/PerformanceCollectorAdapter.php' =>
|
|
array (
|
|
0 => '0433185c20d675ca695f2c123274256a0717807c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\adapters\\performancecollectoradapter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\telemetry\\adapters\\__construct',
|
|
1 => 'app\\framework\\telemetry\\adapters\\starttiming',
|
|
2 => 'app\\framework\\telemetry\\adapters\\endtiming',
|
|
3 => 'app\\framework\\telemetry\\adapters\\measure',
|
|
4 => 'app\\framework\\telemetry\\adapters\\recordmetric',
|
|
5 => 'app\\framework\\telemetry\\adapters\\increment',
|
|
6 => 'app\\framework\\telemetry\\adapters\\getmetrics',
|
|
7 => 'app\\framework\\telemetry\\adapters\\getmetric',
|
|
8 => 'app\\framework\\telemetry\\adapters\\gettotalrequesttime',
|
|
9 => 'app\\framework\\telemetry\\adapters\\gettotalrequestmemory',
|
|
10 => 'app\\framework\\telemetry\\adapters\\getpeakmemory',
|
|
11 => 'app\\framework\\telemetry\\adapters\\reset',
|
|
12 => 'app\\framework\\telemetry\\adapters\\isenabled',
|
|
13 => 'app\\framework\\telemetry\\adapters\\setenabled',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Http/Session/ValueObjects/CsrfDataCollection.php' =>
|
|
array (
|
|
0 => '5d8c60c7a51bedb323c54daf90eeb6bd18606ccd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\csrfdatacollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\http\\session\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\http\\session\\valueobjects\\fromarray',
|
|
2 => 'app\\framework\\http\\session\\valueobjects\\toarray',
|
|
3 => 'app\\framework\\http\\session\\valueobjects\\getformdata',
|
|
4 => 'app\\framework\\http\\session\\valueobjects\\withformdata',
|
|
5 => 'app\\framework\\http\\session\\valueobjects\\withoutform',
|
|
6 => 'app\\framework\\http\\session\\valueobjects\\hasform',
|
|
7 => 'app\\framework\\http\\session\\valueobjects\\getformids',
|
|
8 => 'app\\framework\\http\\session\\valueobjects\\isempty',
|
|
9 => 'app\\framework\\http\\session\\valueobjects\\clear',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Components/AttackPatternDetector.php' =>
|
|
array (
|
|
0 => 'f514be2159cb0893b84b0601c73435c2e28bc9c4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\attackpatterndetector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\__construct',
|
|
1 => 'app\\framework\\ddos\\components\\identifyattackpatterns',
|
|
2 => 'app\\framework\\ddos\\components\\isvolumetricattack',
|
|
3 => 'app\\framework\\ddos\\components\\isprotocolattack',
|
|
4 => 'app\\framework\\ddos\\components\\isapplicationlayerattack',
|
|
5 => 'app\\framework\\ddos\\components\\isdistributedattack',
|
|
6 => 'app\\framework\\ddos\\components\\isbotnetattack',
|
|
7 => 'app\\framework\\ddos\\components\\isslowattack',
|
|
8 => 'app\\framework\\ddos\\components\\isamplificationattack',
|
|
9 => 'app\\framework\\ddos\\components\\calculatepatternconfidence',
|
|
10 => 'app\\framework\\ddos\\components\\assesspatternseverity',
|
|
11 => 'app\\framework\\ddos\\components\\getpatternanalysisdetails',
|
|
12 => 'app\\framework\\ddos\\components\\analyzepatternevolution',
|
|
13 => 'app\\framework\\ddos\\components\\generatepatternfingerprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Components/RequestAnalyzer.php' =>
|
|
array (
|
|
0 => 'a21f5088fead168b3a8dc0806c3a651473901215',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\requestanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\__construct',
|
|
1 => 'app\\framework\\ddos\\components\\getclientip',
|
|
2 => 'app\\framework\\ddos\\components\\analyzerequestsignature',
|
|
3 => 'app\\framework\\ddos\\components\\calculateuseragententropy',
|
|
4 => 'app\\framework\\ddos\\components\\analyzeheaderconsistency',
|
|
5 => 'app\\framework\\ddos\\components\\analyzetimingpatterns',
|
|
6 => 'app\\framework\\ddos\\components\\analyzepayloadpatterns',
|
|
7 => 'app\\framework\\ddos\\components\\calculatebotscore',
|
|
8 => 'app\\framework\\ddos\\components\\analyzerequestfrequency',
|
|
9 => 'app\\framework\\ddos\\components\\generaterequestfingerprint',
|
|
10 => 'app\\framework\\ddos\\components\\createbehavioralprofile',
|
|
11 => 'app\\framework\\ddos\\components\\normalizeuseragent',
|
|
12 => 'app\\framework\\ddos\\components\\identifyaccesspatterns',
|
|
13 => 'app\\framework\\ddos\\components\\detectautomationindicators',
|
|
14 => 'app\\framework\\ddos\\components\\analyzepayloadcharacteristics',
|
|
15 => 'app\\framework\\ddos\\components\\calculaterequestentropy',
|
|
16 => 'app\\framework\\ddos\\components\\detectsessionhijackingindicators',
|
|
17 => 'app\\framework\\ddos\\components\\analyzehttpmethodappropriateness',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Components/WafAnalysisAdapter.php' =>
|
|
array (
|
|
0 => '7fbc454ab0f3a35e0074ebd684b6b4a794482567',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\wafanalysisadapter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\__construct',
|
|
1 => 'app\\framework\\ddos\\components\\analyzerequest',
|
|
2 => 'app\\framework\\ddos\\components\\combinethreatlevels',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Components/ThreatLevelCalculator.php' =>
|
|
array (
|
|
0 => '6f207ced03b90df3d8359097893504ea2b637a41',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\threatlevelcalculator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\__construct',
|
|
1 => 'app\\framework\\ddos\\components\\calculatethreatlevel',
|
|
2 => 'app\\framework\\ddos\\components\\calculateconfidence',
|
|
3 => 'app\\framework\\ddos\\components\\extractthreatscore',
|
|
4 => 'app\\framework\\ddos\\components\\getrecommendedaction',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Components/ServiceHealthAnalyzer.php' =>
|
|
array (
|
|
0 => 'f21f2362b403c32bf935f21e91f97318e44e88f3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\servicehealthanalyzer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\components\\__construct',
|
|
1 => 'app\\framework\\ddos\\components\\analyzeservicehealth',
|
|
2 => 'app\\framework\\ddos\\components\\calculatehealthscore',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/ValueObjects/ThreatScore.php' =>
|
|
array (
|
|
0 => 'a8cbb80b9700eb0fd7756346c3dd9f7cb7fda3e6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\threatscore',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\ddos\\valueobjects\\fromfloat',
|
|
2 => 'app\\framework\\ddos\\valueobjects\\fromanalyses',
|
|
3 => 'app\\framework\\ddos\\valueobjects\\safe',
|
|
4 => 'app\\framework\\ddos\\valueobjects\\critical',
|
|
5 => 'app\\framework\\ddos\\valueobjects\\getscore',
|
|
6 => 'app\\framework\\ddos\\valueobjects\\getindicators',
|
|
7 => 'app\\framework\\ddos\\valueobjects\\getsources',
|
|
8 => 'app\\framework\\ddos\\valueobjects\\requiresblocking',
|
|
9 => 'app\\framework\\ddos\\valueobjects\\requiresratelimiting',
|
|
10 => 'app\\framework\\ddos\\valueobjects\\requiresmonitoring',
|
|
11 => 'app\\framework\\ddos\\valueobjects\\isimmediatethreat',
|
|
12 => 'app\\framework\\ddos\\valueobjects\\getrecommendedaction',
|
|
13 => 'app\\framework\\ddos\\valueobjects\\getdescription',
|
|
14 => 'app\\framework\\ddos\\valueobjects\\combinewith',
|
|
15 => 'app\\framework\\ddos\\valueobjects\\hasindicator',
|
|
16 => 'app\\framework\\ddos\\valueobjects\\hassource',
|
|
17 => 'app\\framework\\ddos\\valueobjects\\getconfidence',
|
|
18 => 'app\\framework\\ddos\\valueobjects\\toarray',
|
|
19 => 'app\\framework\\ddos\\valueobjects\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FileScanner.php' =>
|
|
array (
|
|
0 => 'c9368da5287ac6c748ef1b9177ea83a129da2a86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filescanner',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\findfiles',
|
|
2 => 'app\\framework\\filesystem\\getlatestmodificationtime',
|
|
3 => 'app\\framework\\filesystem\\findfilesmodifiedsince',
|
|
4 => 'app\\framework\\filesystem\\streamfiles',
|
|
5 => 'app\\framework\\filesystem\\streamfilesinbatches',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/ValueObjects/ScannerMemoryUsage.php' =>
|
|
array (
|
|
0 => '08c195d25d9ab6aa407d7b504404083c91234147',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\scannermemoryusage',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\filesystem\\valueobjects\\frommemorymonitor',
|
|
2 => 'app\\framework\\filesystem\\valueobjects\\current',
|
|
3 => 'app\\framework\\filesystem\\valueobjects\\iscritical',
|
|
4 => 'app\\framework\\filesystem\\valueobjects\\ishigh',
|
|
5 => 'app\\framework\\filesystem\\valueobjects\\getavailable',
|
|
6 => 'app\\framework\\filesystem\\valueobjects\\hasenoughmemoryfor',
|
|
7 => 'app\\framework\\filesystem\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/ValueObjects/FilePattern.php' =>
|
|
array (
|
|
0 => '555bcb08169095bcb39b88411a8466ec22d4001e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\filepattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\filesystem\\valueobjects\\create',
|
|
2 => 'app\\framework\\filesystem\\valueobjects\\php',
|
|
3 => 'app\\framework\\filesystem\\valueobjects\\javascript',
|
|
4 => 'app\\framework\\filesystem\\valueobjects\\css',
|
|
5 => 'app\\framework\\filesystem\\valueobjects\\all',
|
|
6 => 'app\\framework\\filesystem\\valueobjects\\fromextension',
|
|
7 => 'app\\framework\\filesystem\\valueobjects\\tostring',
|
|
8 => 'app\\framework\\filesystem\\valueobjects\\__tostring',
|
|
9 => 'app\\framework\\filesystem\\valueobjects\\toregex',
|
|
10 => 'app\\framework\\filesystem\\valueobjects\\matches',
|
|
11 => 'app\\framework\\filesystem\\valueobjects\\anyof',
|
|
12 => 'app\\framework\\filesystem\\valueobjects\\validate',
|
|
13 => 'app\\framework\\filesystem\\valueobjects\\equals',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/ValueObjects/FileCollection.php' =>
|
|
array (
|
|
0 => '000eccf9d9f524fc274937bc21250f53358972f9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\filecollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\filesystem\\valueobjects\\fromfiles',
|
|
2 => 'app\\framework\\filesystem\\valueobjects\\empty',
|
|
3 => 'app\\framework\\filesystem\\valueobjects\\fromsplfiles',
|
|
4 => 'app\\framework\\filesystem\\valueobjects\\getiterator',
|
|
5 => 'app\\framework\\filesystem\\valueobjects\\count',
|
|
6 => 'app\\framework\\filesystem\\valueobjects\\isempty',
|
|
7 => 'app\\framework\\filesystem\\valueobjects\\toarray',
|
|
8 => 'app\\framework\\filesystem\\valueobjects\\filterbypattern',
|
|
9 => 'app\\framework\\filesystem\\valueobjects\\filterbyextension',
|
|
10 => 'app\\framework\\filesystem\\valueobjects\\modifiedafter',
|
|
11 => 'app\\framework\\filesystem\\valueobjects\\modifiedbefore',
|
|
12 => 'app\\framework\\filesystem\\valueobjects\\sortbymodificationtime',
|
|
13 => 'app\\framework\\filesystem\\valueobjects\\sortbyname',
|
|
14 => 'app\\framework\\filesystem\\valueobjects\\getlatestmodified',
|
|
15 => 'app\\framework\\filesystem\\valueobjects\\getoldestmodified',
|
|
16 => 'app\\framework\\filesystem\\valueobjects\\get',
|
|
17 => 'app\\framework\\filesystem\\valueobjects\\first',
|
|
18 => 'app\\framework\\filesystem\\valueobjects\\last',
|
|
19 => 'app\\framework\\filesystem\\valueobjects\\merge',
|
|
20 => 'app\\framework\\filesystem\\valueobjects\\unique',
|
|
21 => 'app\\framework\\filesystem\\valueobjects\\groupbyextension',
|
|
22 => 'app\\framework\\filesystem\\valueobjects\\gettotalsize',
|
|
23 => 'app\\framework\\filesystem\\valueobjects\\contains',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/ValueObjects/ScannerMetrics.php' =>
|
|
array (
|
|
0 => '7701daeede8a1a2d1adb4e13b2573bbaa8c84b16',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\scannermetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\filesystem\\valueobjects\\empty',
|
|
2 => 'app\\framework\\filesystem\\valueobjects\\gettotalerrors',
|
|
3 => 'app\\framework\\filesystem\\valueobjects\\geterrorrate',
|
|
4 => 'app\\framework\\filesystem\\valueobjects\\haserrors',
|
|
5 => 'app\\framework\\filesystem\\valueobjects\\hasfatalerrors',
|
|
6 => 'app\\framework\\filesystem\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FileScannerInterface.php' =>
|
|
array (
|
|
0 => 'a114c7cf790891f79b1f63785a79a7e4b6e96c61',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filescannerinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\findfiles',
|
|
1 => 'app\\framework\\filesystem\\getlatestmodificationtime',
|
|
2 => 'app\\framework\\filesystem\\findfilesmodifiedsince',
|
|
3 => 'app\\framework\\filesystem\\streamfiles',
|
|
4 => 'app\\framework\\filesystem\\streamfilesinbatches',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Filesystem/FileSystemService.php' =>
|
|
array (
|
|
0 => 'b444b5da323b6e02dc5439909ad56426746a765d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\filesystemservice',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\filesystem\\__construct',
|
|
1 => 'app\\framework\\filesystem\\readfile',
|
|
2 => 'app\\framework\\filesystem\\writefile',
|
|
3 => 'app\\framework\\filesystem\\createfile',
|
|
4 => 'app\\framework\\filesystem\\fileexists',
|
|
5 => 'app\\framework\\filesystem\\deletefile',
|
|
6 => 'app\\framework\\filesystem\\copyfile',
|
|
7 => 'app\\framework\\filesystem\\getmetadata',
|
|
8 => 'app\\framework\\filesystem\\refreshfile',
|
|
9 => 'app\\framework\\filesystem\\streamfilelines',
|
|
10 => 'app\\framework\\filesystem\\streamfilechunks',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Builder/ReflectionBuilderFactory.php' =>
|
|
array (
|
|
0 => '2943f1c38f0155da8c9706370f297b63629ca3a9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\builder\\reflectionbuilderfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\builder\\forclass',
|
|
1 => 'app\\framework\\reflection\\builder\\formethod',
|
|
2 => 'app\\framework\\reflection\\builder\\forclasswithattribute',
|
|
3 => 'app\\framework\\reflection\\builder\\formethodwithattribute',
|
|
4 => 'app\\framework\\reflection\\builder\\forclasswithfilteredmethods',
|
|
5 => 'app\\framework\\reflection\\builder\\create',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Builder/ReflectionBuilder.php' =>
|
|
array (
|
|
0 => '01bd2b85a975cc666f8a273ec9e71a29a6809db6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\builder\\reflectionbuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\builder\\__construct',
|
|
1 => 'app\\framework\\reflection\\builder\\forclass',
|
|
2 => 'app\\framework\\reflection\\builder\\method',
|
|
3 => 'app\\framework\\reflection\\builder\\withattribute',
|
|
4 => 'app\\framework\\reflection\\builder\\filtermethods',
|
|
5 => 'app\\framework\\reflection\\builder\\getclass',
|
|
6 => 'app\\framework\\reflection\\builder\\getmethod',
|
|
7 => 'app\\framework\\reflection\\builder\\getclassattributes',
|
|
8 => 'app\\framework\\reflection\\builder\\getmethodattributes',
|
|
9 => 'app\\framework\\reflection\\builder\\getmethodparameters',
|
|
10 => 'app\\framework\\reflection\\builder\\getmethods',
|
|
11 => 'app\\framework\\reflection\\builder\\getproperties',
|
|
12 => 'app\\framework\\reflection\\builder\\hasattribute',
|
|
13 => 'app\\framework\\reflection\\builder\\isinstantiable',
|
|
14 => 'app\\framework\\reflection\\builder\\implementsinterface',
|
|
15 => 'app\\framework\\reflection\\builder\\newinstance',
|
|
16 => 'app\\framework\\reflection\\builder\\ensureclassisset',
|
|
17 => 'app\\framework\\reflection\\builder\\ensuremethodisset',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/EnumReflector.php' =>
|
|
array (
|
|
0 => '38887e1c76d2c7b86ba91bd4bf2622d68f8f631e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\enumreflector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\isenum',
|
|
1 => 'app\\framework\\reflection\\contracts\\getenumcases',
|
|
2 => 'app\\framework\\reflection\\contracts\\getenumcase',
|
|
3 => 'app\\framework\\reflection\\contracts\\hasenumcase',
|
|
4 => 'app\\framework\\reflection\\contracts\\getenumcaseattributes',
|
|
5 => 'app\\framework\\reflection\\contracts\\isbackedenum',
|
|
6 => 'app\\framework\\reflection\\contracts\\getenumbackingtype',
|
|
7 => 'app\\framework\\reflection\\contracts\\getenumcasebackingvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/PropertyReflector.php' =>
|
|
array (
|
|
0 => '45e2ab78ef16d95689b8973779e628a724f202fc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\propertyreflector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\getproperties',
|
|
1 => 'app\\framework\\reflection\\contracts\\getproperty',
|
|
2 => 'app\\framework\\reflection\\contracts\\hasproperty',
|
|
3 => 'app\\framework\\reflection\\contracts\\getpropertieswithattribute',
|
|
4 => 'app\\framework\\reflection\\contracts\\getpropertyattributes',
|
|
5 => 'app\\framework\\reflection\\contracts\\getpropertytype',
|
|
6 => 'app\\framework\\reflection\\contracts\\getpropertydefaultvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/InstantiationReflector.php' =>
|
|
array (
|
|
0 => '9bb14a83a1f4fd1385f9934d903079dcea138335',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\instantiationreflector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\isinstantiable',
|
|
1 => 'app\\framework\\reflection\\contracts\\createinstance',
|
|
2 => 'app\\framework\\reflection\\contracts\\createinstancewithoutconstructor',
|
|
3 => 'app\\framework\\reflection\\contracts\\createlazyghost',
|
|
4 => 'app\\framework\\reflection\\contracts\\createlazyproxy',
|
|
5 => 'app\\framework\\reflection\\contracts\\hasconstructor',
|
|
6 => 'app\\framework\\reflection\\contracts\\getconstructorparameters',
|
|
7 => 'app\\framework\\reflection\\contracts\\isabstract',
|
|
8 => 'app\\framework\\reflection\\contracts\\isfinal',
|
|
9 => 'app\\framework\\reflection\\contracts\\isinternal',
|
|
10 => 'app\\framework\\reflection\\contracts\\isuserdefined',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/ParameterReflector.php' =>
|
|
array (
|
|
0 => '054906d3cbf35c592a3b49a53c5d3bf635bfe389',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\parameterreflector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\getmethodparameters',
|
|
1 => 'app\\framework\\reflection\\contracts\\getmethodparameter',
|
|
2 => 'app\\framework\\reflection\\contracts\\hasmethodparameter',
|
|
3 => 'app\\framework\\reflection\\contracts\\getparametertype',
|
|
4 => 'app\\framework\\reflection\\contracts\\getparameterdefaultvalue',
|
|
5 => 'app\\framework\\reflection\\contracts\\isparameteroptional',
|
|
6 => 'app\\framework\\reflection\\contracts\\isparametervariadic',
|
|
7 => 'app\\framework\\reflection\\contracts\\getparameterattributes',
|
|
8 => 'app\\framework\\reflection\\contracts\\getparameterinfo',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Reflection/Contracts/AttributeReflector.php' =>
|
|
array (
|
|
0 => '1b6f22916f498415ed4990a6d74ddd1932a8d642',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\attributereflector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\reflection\\contracts\\getattributes',
|
|
1 => 'app\\framework\\reflection\\contracts\\getmethodattributes',
|
|
2 => 'app\\framework\\reflection\\contracts\\hasattribute',
|
|
3 => 'app\\framework\\reflection\\contracts\\hasmethodattribute',
|
|
4 => 'app\\framework\\reflection\\contracts\\getattributeinstances',
|
|
5 => 'app\\framework\\reflection\\contracts\\getmethodattributeinstances',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Monitoring/ErrorBoundaryMetrics.php' =>
|
|
array (
|
|
0 => 'dd39449eb99aedb1de7ede46af7f75936c0e5623',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\errorboundarymetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\__construct',
|
|
1 => 'app\\framework\\monitoring\\getsuccessrate',
|
|
2 => 'app\\framework\\monitoring\\getfallbackrate',
|
|
3 => 'app\\framework\\monitoring\\geterrorrate',
|
|
4 => 'app\\framework\\monitoring\\ishealthy',
|
|
5 => 'app\\framework\\monitoring\\isdegraded',
|
|
6 => 'app\\framework\\monitoring\\isfailed',
|
|
7 => 'app\\framework\\monitoring\\gethealthstatus',
|
|
8 => 'app\\framework\\monitoring\\gettimesincelastexecution',
|
|
9 => 'app\\framework\\monitoring\\getmostcommonerrortype',
|
|
10 => 'app\\framework\\monitoring\\geterrortypedistribution',
|
|
11 => 'app\\framework\\monitoring\\toarray',
|
|
12 => 'app\\framework\\monitoring\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Monitoring/MonitoringAlert.php' =>
|
|
array (
|
|
0 => '4f6415a871ff6f7b684972ea3e6201544c23e0b3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\monitoringalert',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\__construct',
|
|
1 => 'app\\framework\\monitoring\\getpriority',
|
|
2 => 'app\\framework\\monitoring\\requiresimmediateattention',
|
|
3 => 'app\\framework\\monitoring\\getage',
|
|
4 => 'app\\framework\\monitoring\\toarray',
|
|
5 => 'app\\framework\\monitoring\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Monitoring/CircuitBreakerMetrics.php' =>
|
|
array (
|
|
0 => 'bd6ceee348ed56b646205acde2fb3d26038d5313',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\circuitbreakermetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\__construct',
|
|
1 => 'app\\framework\\monitoring\\getfailurerate',
|
|
2 => 'app\\framework\\monitoring\\getsuccessrate',
|
|
3 => 'app\\framework\\monitoring\\ishealthy',
|
|
4 => 'app\\framework\\monitoring\\isdegraded',
|
|
5 => 'app\\framework\\monitoring\\isfailed',
|
|
6 => 'app\\framework\\monitoring\\gethealthstatus',
|
|
7 => 'app\\framework\\monitoring\\gettimesincelaststatechange',
|
|
8 => 'app\\framework\\monitoring\\toarray',
|
|
9 => 'app\\framework\\monitoring\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Monitoring/SystemHealthSummary.php' =>
|
|
array (
|
|
0 => '5d3c95c7a52c7d5c44d555cff4cb5a768371d9a4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\systemhealthsummary',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\__construct',
|
|
1 => 'app\\framework\\monitoring\\getsystemstatus',
|
|
2 => 'app\\framework\\monitoring\\gethealthypercentage',
|
|
3 => 'app\\framework\\monitoring\\getdegradedpercentage',
|
|
4 => 'app\\framework\\monitoring\\getfailedpercentage',
|
|
5 => 'app\\framework\\monitoring\\isfullyoperational',
|
|
6 => 'app\\framework\\monitoring\\hascriticalissues',
|
|
7 => 'app\\framework\\monitoring\\getseveritylevel',
|
|
8 => 'app\\framework\\monitoring\\getstatistics',
|
|
9 => 'app\\framework\\monitoring\\toarray',
|
|
10 => 'app\\framework\\monitoring\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Monitoring/MonitoringConfig.php' =>
|
|
array (
|
|
0 => '6d421ca891c8d9604eac9ae0b679e7bd436f47c5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\monitoringconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\__construct',
|
|
1 => 'app\\framework\\monitoring\\production',
|
|
2 => 'app\\framework\\monitoring\\development',
|
|
3 => 'app\\framework\\monitoring\\highperformance',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Monitoring/AdvancedMonitoring.php' =>
|
|
array (
|
|
0 => 'e1e9d8c2d219c08c63d84ddf3eb4af84e7504a46',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\advancedmonitoring',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\monitoring\\__construct',
|
|
1 => 'app\\framework\\monitoring\\recordcircuitbreakermetrics',
|
|
2 => 'app\\framework\\monitoring\\recorderrorboundarymetrics',
|
|
3 => 'app\\framework\\monitoring\\getcircuitbreakerdashboard',
|
|
4 => 'app\\framework\\monitoring\\geterrorboundarydashboard',
|
|
5 => 'app\\framework\\monitoring\\getsystemhealthsummary',
|
|
6 => 'app\\framework\\monitoring\\getcircuitbreakertrends',
|
|
7 => 'app\\framework\\monitoring\\getperformanceanalytics',
|
|
8 => 'app\\framework\\monitoring\\generatealerts',
|
|
9 => 'app\\framework\\monitoring\\getcircuithealth',
|
|
10 => 'app\\framework\\monitoring\\getboundaryhealth',
|
|
11 => 'app\\framework\\monitoring\\calculatehealthstatus',
|
|
12 => 'app\\framework\\monitoring\\calculateboundaryhealthstatus',
|
|
13 => 'app\\framework\\monitoring\\updateaggregatedmetrics',
|
|
14 => 'app\\framework\\monitoring\\updateboundaryaggregatedmetrics',
|
|
15 => 'app\\framework\\monitoring\\aggregatecircuitmetrics',
|
|
16 => 'app\\framework\\monitoring\\aggregateboundarymetrics',
|
|
17 => 'app\\framework\\monitoring\\getactivecircuits',
|
|
18 => 'app\\framework\\monitoring\\getactiveboundaries',
|
|
19 => 'app\\framework\\monitoring\\getaggregatedcircuitmetrics',
|
|
20 => 'app\\framework\\monitoring\\getaggregatedboundarymetrics',
|
|
21 => 'app\\framework\\monitoring\\getmetricsintimerange',
|
|
22 => 'app\\framework\\monitoring\\analyzetrends',
|
|
23 => 'app\\framework\\monitoring\\analyzecircuitperformance',
|
|
24 => 'app\\framework\\monitoring\\analyzeboundaryperformance',
|
|
25 => 'app\\framework\\monitoring\\checkcircuitbreakeralerts',
|
|
26 => 'app\\framework\\monitoring\\checkerrorboundaryalerts',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/SlidingWindowRateLimiter.php' =>
|
|
array (
|
|
0 => 'be188813dec80309d25ea5ded76971cb18a8d1b9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\slidingwindowratelimiter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\checklimit',
|
|
2 => 'app\\framework\\ratelimit\\checklimitwithanalysis',
|
|
3 => 'app\\framework\\ratelimit\\checktokenbucket',
|
|
4 => 'app\\framework\\ratelimit\\reset',
|
|
5 => 'app\\framework\\ratelimit\\getusage',
|
|
6 => 'app\\framework\\ratelimit\\getadvancedanalytics',
|
|
7 => 'app\\framework\\ratelimit\\enhanceanalysiswithcontext',
|
|
8 => 'app\\framework\\ratelimit\\analyzeuseragent',
|
|
9 => 'app\\framework\\ratelimit\\calculateretryafter',
|
|
10 => 'app\\framework\\ratelimit\\getorcreatetokenbucket',
|
|
11 => 'app\\framework\\ratelimit\\savetokenbucket',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/RateLimitConfig.php' =>
|
|
array (
|
|
0 => '200c7259cdddaaca1aa9d88bf9c2661ba16f5259',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\ratelimitconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\fromsecurityconfig',
|
|
2 => 'app\\framework\\ratelimit\\production',
|
|
3 => 'app\\framework\\ratelimit\\development',
|
|
4 => 'app\\framework\\ratelimit\\testing',
|
|
5 => 'app\\framework\\ratelimit\\isexemptpath',
|
|
6 => 'app\\framework\\ratelimit\\istrustedip',
|
|
7 => 'app\\framework\\ratelimit\\ipmatches',
|
|
8 => 'app\\framework\\ratelimit\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/SlidingWindowTokenBucket.php' =>
|
|
array (
|
|
0 => '929595c92203e7f22a50650e08e67f88fc9eb589',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\slidingwindowtokenbucket',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\consume',
|
|
2 => 'app\\framework\\ratelimit\\consumewithanalysis',
|
|
3 => 'app\\framework\\ratelimit\\peek',
|
|
4 => 'app\\framework\\ratelimit\\reset',
|
|
5 => 'app\\framework\\ratelimit\\getcapacity',
|
|
6 => 'app\\framework\\ratelimit\\getrefillrate',
|
|
7 => 'app\\framework\\ratelimit\\getanalytics',
|
|
8 => 'app\\framework\\ratelimit\\getcurrenttokens',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/RateLimit/Examples/SlidingWindowRateLimitExample.php' =>
|
|
array (
|
|
0 => '7de9ee3650345582005e48282918ee2ec04fabc3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\examples\\slidingwindowratelimitexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ratelimit\\examples\\__construct',
|
|
1 => 'app\\framework\\ratelimit\\examples\\basicratelimitingexample',
|
|
2 => 'app\\framework\\ratelimit\\examples\\advancedratelimitingexample',
|
|
3 => 'app\\framework\\ratelimit\\examples\\tokenbucketexample',
|
|
4 => 'app\\framework\\ratelimit\\examples\\tokenbucketwithanalysisexample',
|
|
5 => 'app\\framework\\ratelimit\\examples\\migrationexample',
|
|
6 => 'app\\framework\\ratelimit\\examples\\performancecomparisonexample',
|
|
7 => 'app\\framework\\ratelimit\\examples\\runallexamples',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheKeyCollection.php' =>
|
|
array (
|
|
0 => '77eca0d0a1a30dfadb3930b28355c184ec7a8953',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cachekeycollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\fromkeys',
|
|
2 => 'app\\framework\\cache\\empty',
|
|
3 => 'app\\framework\\cache\\getkeys',
|
|
4 => 'app\\framework\\cache\\first',
|
|
5 => 'app\\framework\\cache\\last',
|
|
6 => 'app\\framework\\cache\\contains',
|
|
7 => 'app\\framework\\cache\\filter',
|
|
8 => 'app\\framework\\cache\\map',
|
|
9 => 'app\\framework\\cache\\merge',
|
|
10 => 'app\\framework\\cache\\add',
|
|
11 => 'app\\framework\\cache\\unique',
|
|
12 => 'app\\framework\\cache\\isempty',
|
|
13 => 'app\\framework\\cache\\tostringarray',
|
|
14 => 'app\\framework\\cache\\count',
|
|
15 => 'app\\framework\\cache\\getiterator',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheIdentifier.php' =>
|
|
array (
|
|
0 => '93b3aa4e6afd5872a3317aab8b1ea1d7f42afe3b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheidentifier',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\tostring',
|
|
1 => 'app\\framework\\cache\\gettype',
|
|
2 => 'app\\framework\\cache\\equals',
|
|
3 => 'app\\framework\\cache\\matcheskey',
|
|
4 => 'app\\framework\\cache\\getnormalizedstring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheTag.php' =>
|
|
array (
|
|
0 => '5a036dcec6ae886d1658600755214c29d1984fe9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cachetag',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\fromstring',
|
|
2 => 'app\\framework\\cache\\fortype',
|
|
3 => 'app\\framework\\cache\\foruser',
|
|
4 => 'app\\framework\\cache\\forentity',
|
|
5 => 'app\\framework\\cache\\tostring',
|
|
6 => 'app\\framework\\cache\\gettype',
|
|
7 => 'app\\framework\\cache\\equals',
|
|
8 => 'app\\framework\\cache\\matcheskey',
|
|
9 => 'app\\framework\\cache\\getnormalizedstring',
|
|
10 => 'app\\framework\\cache\\createkeywithtag',
|
|
11 => 'app\\framework\\cache\\matchespattern',
|
|
12 => 'app\\framework\\cache\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheIdentifierType.php' =>
|
|
array (
|
|
0 => 'ea503e42756e7520ae38be9ce09dcbc29e03bea6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheidentifiertype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\supportsbatchoperations',
|
|
1 => 'app\\framework\\cache\\isexactmatch',
|
|
2 => 'app\\framework\\cache\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/SmartCache.php' =>
|
|
array (
|
|
0 => '1e1b4e5efac161c38cd1b7765c7a991f178f6ffe',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\smartcache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\get',
|
|
2 => 'app\\framework\\cache\\set',
|
|
3 => 'app\\framework\\cache\\has',
|
|
4 => 'app\\framework\\cache\\forget',
|
|
5 => 'app\\framework\\cache\\clear',
|
|
6 => 'app\\framework\\cache\\remember',
|
|
7 => 'app\\framework\\cache\\remembermultiple',
|
|
8 => 'app\\framework\\cache\\shoulduseasync',
|
|
9 => 'app\\framework\\cache\\getasync',
|
|
10 => 'app\\framework\\cache\\setasync',
|
|
11 => 'app\\framework\\cache\\hasasync',
|
|
12 => 'app\\framework\\cache\\forgetasync',
|
|
13 => 'app\\framework\\cache\\getbypattern',
|
|
14 => 'app\\framework\\cache\\getbyprefix',
|
|
15 => 'app\\framework\\cache\\getbytag',
|
|
16 => 'app\\framework\\cache\\hasbypattern',
|
|
17 => 'app\\framework\\cache\\hasbyprefix',
|
|
18 => 'app\\framework\\cache\\hasbytag',
|
|
19 => 'app\\framework\\cache\\forgetbypattern',
|
|
20 => 'app\\framework\\cache\\forgetbyprefix',
|
|
21 => 'app\\framework\\cache\\forgetbytag',
|
|
22 => 'app\\framework\\cache\\mergeresults',
|
|
23 => 'app\\framework\\cache\\computesync',
|
|
24 => 'app\\framework\\cache\\computeasync',
|
|
25 => 'app\\framework\\cache\\getstats',
|
|
26 => 'app\\framework\\cache\\getwrappedcache',
|
|
27 => 'app\\framework\\cache\\getcachedriver',
|
|
28 => 'app\\framework\\cache\\getdriver',
|
|
29 => 'app\\framework\\cache\\driversupports',
|
|
30 => 'app\\framework\\cache\\gettagindex',
|
|
31 => 'app\\framework\\cache\\tag',
|
|
32 => 'app\\framework\\cache\\untag',
|
|
33 => 'app\\framework\\cache\\monitorcacheitemsize',
|
|
34 => 'app\\framework\\cache\\analyzeobject',
|
|
35 => 'app\\framework\\cache\\analyzecachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CachePattern.php' =>
|
|
array (
|
|
0 => 'afb17a0abc71b4f07cca14f4a48d11df527ae19b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cachepattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\fromwildcard',
|
|
2 => 'app\\framework\\cache\\withprefix',
|
|
3 => 'app\\framework\\cache\\foruser',
|
|
4 => 'app\\framework\\cache\\forsessions',
|
|
5 => 'app\\framework\\cache\\fortemporary',
|
|
6 => 'app\\framework\\cache\\fornamespace',
|
|
7 => 'app\\framework\\cache\\tostring',
|
|
8 => 'app\\framework\\cache\\gettype',
|
|
9 => 'app\\framework\\cache\\equals',
|
|
10 => 'app\\framework\\cache\\matcheskey',
|
|
11 => 'app\\framework\\cache\\getnormalizedstring',
|
|
12 => 'app\\framework\\cache\\getpattern',
|
|
13 => 'app\\framework\\cache\\getcompiledregex',
|
|
14 => 'app\\framework\\cache\\issimpleprefix',
|
|
15 => 'app\\framework\\cache\\getprefix',
|
|
16 => 'app\\framework\\cache\\isdeeppattern',
|
|
17 => 'app\\framework\\cache\\getselectivity',
|
|
18 => 'app\\framework\\cache\\compilepattern',
|
|
19 => 'app\\framework\\cache\\validate',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheIdentifierCollection.php' =>
|
|
array (
|
|
0 => 'cde118ee26390b5b1c6234b8a587263783427771',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheidentifiercollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\fromidentifiers',
|
|
2 => 'app\\framework\\cache\\empty',
|
|
3 => 'app\\framework\\cache\\getidentifiers',
|
|
4 => 'app\\framework\\cache\\getkeys',
|
|
5 => 'app\\framework\\cache\\gettags',
|
|
6 => 'app\\framework\\cache\\getprefixes',
|
|
7 => 'app\\framework\\cache\\filterbytype',
|
|
8 => 'app\\framework\\cache\\contains',
|
|
9 => 'app\\framework\\cache\\filter',
|
|
10 => 'app\\framework\\cache\\map',
|
|
11 => 'app\\framework\\cache\\merge',
|
|
12 => 'app\\framework\\cache\\add',
|
|
13 => 'app\\framework\\cache\\unique',
|
|
14 => 'app\\framework\\cache\\isempty',
|
|
15 => 'app\\framework\\cache\\tostringarray',
|
|
16 => 'app\\framework\\cache\\groupbytype',
|
|
17 => 'app\\framework\\cache\\count',
|
|
18 => 'app\\framework\\cache\\getiterator',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Compression/NoCompression.php' =>
|
|
array (
|
|
0 => '31a08c9b4aa25a5229dd3f49f2e081b29b733742',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compression\\nocompression',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\compression\\compress',
|
|
1 => 'app\\framework\\cache\\compression\\decompress',
|
|
2 => 'app\\framework\\cache\\compression\\iscompressed',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Contracts/Scannable.php' =>
|
|
array (
|
|
0 => '7b3b2e5931de4a61106e42924ae2b8549b98f719',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\contracts\\scannable',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\contracts\\scan',
|
|
1 => 'app\\framework\\cache\\contracts\\scanprefix',
|
|
2 => 'app\\framework\\cache\\contracts\\getallkeys',
|
|
3 => 'app\\framework\\cache\\contracts\\getscanperformance',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/Contracts/DriverAccessible.php' =>
|
|
array (
|
|
0 => '59e651bec923e39d61bf1b9c2af02932e99246de',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\contracts\\driveraccessible',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\contracts\\getdriver',
|
|
1 => 'app\\framework\\cache\\contracts\\driversupports',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/CacheResult.php' =>
|
|
array (
|
|
0 => 'a4e9d844d8eddf8fe88f6a3393eeaa6ae31b2005',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\cacheresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\fromitems',
|
|
2 => 'app\\framework\\cache\\fromdata',
|
|
3 => 'app\\framework\\cache\\empty',
|
|
4 => 'app\\framework\\cache\\getitem',
|
|
5 => 'app\\framework\\cache\\getitems',
|
|
6 => 'app\\framework\\cache\\gethits',
|
|
7 => 'app\\framework\\cache\\getmisses',
|
|
8 => 'app\\framework\\cache\\hashit',
|
|
9 => 'app\\framework\\cache\\hasmiss',
|
|
10 => 'app\\framework\\cache\\gethitratio',
|
|
11 => 'app\\framework\\cache\\gethitvalues',
|
|
12 => 'app\\framework\\cache\\gethitkeys',
|
|
13 => 'app\\framework\\cache\\getmisskeys',
|
|
14 => 'app\\framework\\cache\\getkeys',
|
|
15 => 'app\\framework\\cache\\isempty',
|
|
16 => 'app\\framework\\cache\\iscompletehit',
|
|
17 => 'app\\framework\\cache\\iscompletemiss',
|
|
18 => 'app\\framework\\cache\\getvalue',
|
|
19 => 'app\\framework\\cache\\filter',
|
|
20 => 'app\\framework\\cache\\map',
|
|
21 => 'app\\framework\\cache\\merge',
|
|
22 => 'app\\framework\\cache\\count',
|
|
23 => 'app\\framework\\cache\\getiterator',
|
|
24 => 'app\\framework\\cache\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/TagIndex.php' =>
|
|
array (
|
|
0 => '7351b9d35ac768f4fa2acdadc009782add080f40',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\tagindex',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\tagkey',
|
|
2 => 'app\\framework\\cache\\untagkey',
|
|
3 => 'app\\framework\\cache\\getkeysfortag',
|
|
4 => 'app\\framework\\cache\\gettagsforkey',
|
|
5 => 'app\\framework\\cache\\removekeyfromalltags',
|
|
6 => 'app\\framework\\cache\\getalltags',
|
|
7 => 'app\\framework\\cache\\clearalltags',
|
|
8 => 'app\\framework\\cache\\getstats',
|
|
9 => 'app\\framework\\cache\\updatekeytags',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Cache/ServiceCacheDecorator.php' =>
|
|
array (
|
|
0 => '1a88ee593069714d7be32863194d283aabd434bd',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\servicecachedecorator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\cache\\__construct',
|
|
1 => 'app\\framework\\cache\\__call',
|
|
2 => 'app\\framework\\cache\\getdriver',
|
|
3 => 'app\\framework\\cache\\driversupports',
|
|
4 => 'app\\framework\\cache\\getcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Logging/LogConfig.php' =>
|
|
array (
|
|
0 => 'ae598a5e29abd2decd612893872bc3f156077fd0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\logconfig',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\logging\\__construct',
|
|
1 => 'app\\framework\\logging\\getlogpath',
|
|
2 => 'app\\framework\\logging\\getalllogpaths',
|
|
3 => 'app\\framework\\logging\\resolvepath',
|
|
4 => 'app\\framework\\logging\\getbaselogpath',
|
|
5 => 'app\\framework\\logging\\ensurelogdirectoriesexist',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Database/Middleware/UnifiedRetryMiddleware.php' =>
|
|
array (
|
|
0 => '82d97e29f73f758c82a9a3c43c4dc9a56807cfcb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\unifiedretrymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\database\\middleware\\__construct',
|
|
1 => 'app\\framework\\database\\middleware\\process',
|
|
2 => 'app\\framework\\database\\middleware\\istransactioncommand',
|
|
3 => 'app\\framework\\database\\middleware\\getquerytype',
|
|
4 => 'app\\framework\\database\\middleware\\getpriority',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/RetryManager.php' =>
|
|
array (
|
|
0 => '829e14804776abec1cd643d51230c85a1283743f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\retrymanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\__construct',
|
|
1 => 'app\\framework\\retry\\create',
|
|
2 => 'app\\framework\\retry\\withstrategy',
|
|
3 => 'app\\framework\\retry\\exponentialbackoff',
|
|
4 => 'app\\framework\\retry\\lineardelay',
|
|
5 => 'app\\framework\\retry\\fixedretry',
|
|
6 => 'app\\framework\\retry\\witheventdispatcher',
|
|
7 => 'app\\framework\\retry\\withcontext',
|
|
8 => 'app\\framework\\retry\\execute',
|
|
9 => 'app\\framework\\retry\\executeoperation',
|
|
10 => 'app\\framework\\retry\\executedatabaseoperation',
|
|
11 => 'app\\framework\\retry\\executehttprequest',
|
|
12 => 'app\\framework\\retry\\executecacheoperation',
|
|
13 => 'app\\framework\\retry\\dispatchattemptevent',
|
|
14 => 'app\\framework\\retry\\dispatchsuccessevent',
|
|
15 => 'app\\framework\\retry\\dispatchfailureevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/RetryResult.php' =>
|
|
array (
|
|
0 => '1096f8a9c0dbcc34be72f4d7c45075e38231b919',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\retryresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\__construct',
|
|
1 => 'app\\framework\\retry\\success',
|
|
2 => 'app\\framework\\retry\\failure',
|
|
3 => 'app\\framework\\retry\\getresult',
|
|
4 => 'app\\framework\\retry\\wassuccessful',
|
|
5 => 'app\\framework\\retry\\getattemptcount',
|
|
6 => 'app\\framework\\retry\\gettotalduration',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/RetryableOperation.php' =>
|
|
array (
|
|
0 => '3f4c82ea389441b0145d55ab4f72fd1f9fe12013',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\retryableoperation',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\execute',
|
|
1 => 'app\\framework\\retry\\canretry',
|
|
2 => 'app\\framework\\retry\\prepareretry',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/RetryInitializer.php' =>
|
|
array (
|
|
0 => 'c41441ab21c2ceaae9f1a2c66690093160df1afb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\retryinitializer',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\__invoke',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/Strategies/ExponentialBackoffStrategy.php' =>
|
|
array (
|
|
0 => 'bef735697aec28231cac5f6566750ef5b694d8c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\strategies\\exponentialbackoffstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\strategies\\__construct',
|
|
1 => 'app\\framework\\retry\\strategies\\shouldretry',
|
|
2 => 'app\\framework\\retry\\strategies\\getdelay',
|
|
3 => 'app\\framework\\retry\\strategies\\getmaxattempts',
|
|
4 => 'app\\framework\\retry\\strategies\\isretryableexception',
|
|
5 => 'app\\framework\\retry\\strategies\\fordatabase',
|
|
6 => 'app\\framework\\retry\\strategies\\forhttpclient',
|
|
7 => 'app\\framework\\retry\\strategies\\forcache',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/Strategies/FixedRetryStrategy.php' =>
|
|
array (
|
|
0 => '0e4b63bc6c78d8c994fcc04a61cddb76806b69a5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\strategies\\fixedretrystrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\strategies\\__construct',
|
|
1 => 'app\\framework\\retry\\strategies\\shouldretry',
|
|
2 => 'app\\framework\\retry\\strategies\\getdelay',
|
|
3 => 'app\\framework\\retry\\strategies\\getmaxattempts',
|
|
4 => 'app\\framework\\retry\\strategies\\isretryableexception',
|
|
5 => 'app\\framework\\retry\\strategies\\quick',
|
|
6 => 'app\\framework\\retry\\strategies\\forinmemoryoperations',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/Strategies/LinearDelayStrategy.php' =>
|
|
array (
|
|
0 => 'ceb455926e1d12c2157e245866cee5533c83a49d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\strategies\\lineardelaystrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\strategies\\__construct',
|
|
1 => 'app\\framework\\retry\\strategies\\shouldretry',
|
|
2 => 'app\\framework\\retry\\strategies\\getdelay',
|
|
3 => 'app\\framework\\retry\\strategies\\getmaxattempts',
|
|
4 => 'app\\framework\\retry\\strategies\\isretryableexception',
|
|
5 => 'app\\framework\\retry\\strategies\\fast',
|
|
6 => 'app\\framework\\retry\\strategies\\medium',
|
|
7 => 'app\\framework\\retry\\strategies\\slow',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/RetryStrategy.php' =>
|
|
array (
|
|
0 => '39bf7fba6ea8193a8b7f8131bf857c0a3a9f81bc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\retrystrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\shouldretry',
|
|
1 => 'app\\framework\\retry\\getdelay',
|
|
2 => 'app\\framework\\retry\\getmaxattempts',
|
|
3 => 'app\\framework\\retry\\isretryableexception',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/Metrics/RetryMetrics.php' =>
|
|
array (
|
|
0 => 'af3774881f056236a80b5c114bcddb39b9ddc7c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\metrics\\retrymetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\metrics\\onretryattempt',
|
|
1 => 'app\\framework\\retry\\metrics\\onretrysucceeded',
|
|
2 => 'app\\framework\\retry\\metrics\\onretryfailed',
|
|
3 => 'app\\framework\\retry\\metrics\\getstats',
|
|
4 => 'app\\framework\\retry\\metrics\\getsuccessrate',
|
|
5 => 'app\\framework\\retry\\metrics\\getretryrate',
|
|
6 => 'app\\framework\\retry\\metrics\\getaverageattemptsperoperation',
|
|
7 => 'app\\framework\\retry\\metrics\\getmostretriedoperations',
|
|
8 => 'app\\framework\\retry\\metrics\\getmostcommonexceptions',
|
|
9 => 'app\\framework\\retry\\metrics\\reset',
|
|
10 => 'app\\framework\\retry\\metrics\\updatecalculatedstats',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/Events/RetryAttemptEvent.php' =>
|
|
array (
|
|
0 => 'a033cddf73f61a96c8d6a4695370936bfc4ae9b0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\events\\retryattemptevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\events\\__construct',
|
|
1 => 'app\\framework\\retry\\events\\isfirstattempt',
|
|
2 => 'app\\framework\\retry\\events\\isretryattempt',
|
|
3 => 'app\\framework\\retry\\events\\islastattempt',
|
|
4 => 'app\\framework\\retry\\events\\getoperationtype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/Events/RetrySucceededEvent.php' =>
|
|
array (
|
|
0 => '3569426bcd8a0dbd3929f36e47a9df15a8bc5aaa',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\events\\retrysucceededevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\events\\__construct',
|
|
1 => 'app\\framework\\retry\\events\\wasretriedoperation',
|
|
2 => 'app\\framework\\retry\\events\\getattemptcount',
|
|
3 => 'app\\framework\\retry\\events\\getdurationms',
|
|
4 => 'app\\framework\\retry\\events\\getoperationtype',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Retry/Events/RetryFailedEvent.php' =>
|
|
array (
|
|
0 => '3527b7e96afdc4b2ad1c488a8917567751cb611e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\events\\retryfailedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\retry\\events\\__construct',
|
|
1 => 'app\\framework\\retry\\events\\getattemptcount',
|
|
2 => 'app\\framework\\retry\\events\\getdurationms',
|
|
3 => 'app\\framework\\retry\\events\\getlastexception',
|
|
4 => 'app\\framework\\retry\\events\\getoperationtype',
|
|
5 => 'app\\framework\\retry\\events\\getattempthistory',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/ScoreLevel.php' =>
|
|
array (
|
|
0 => '8b4abb6bf977eb0cbf68867999166c5a9910ab91',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\scorelevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\getthreshold',
|
|
1 => 'app\\framework\\core\\valueobjects\\getpriority',
|
|
2 => 'app\\framework\\core\\valueobjects\\getdescription',
|
|
3 => 'app\\framework\\core\\valueobjects\\ishigherthan',
|
|
4 => 'app\\framework\\core\\valueobjects\\islowerthan',
|
|
5 => 'app\\framework\\core\\valueobjects\\getrecommendedaction',
|
|
6 => 'app\\framework\\core\\valueobjects\\fromscore',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/Score.php' =>
|
|
array (
|
|
0 => '66c5dab522e7712f69b679e6c77f86542b882e94',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\score',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\frompercentage',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromratio',
|
|
3 => 'app\\framework\\core\\valueobjects\\critical',
|
|
4 => 'app\\framework\\core\\valueobjects\\high',
|
|
5 => 'app\\framework\\core\\valueobjects\\medium',
|
|
6 => 'app\\framework\\core\\valueobjects\\low',
|
|
7 => 'app\\framework\\core\\valueobjects\\zero',
|
|
8 => 'app\\framework\\core\\valueobjects\\max',
|
|
9 => 'app\\framework\\core\\valueobjects\\value',
|
|
10 => 'app\\framework\\core\\valueobjects\\topercentage',
|
|
11 => 'app\\framework\\core\\valueobjects\\tolevel',
|
|
12 => 'app\\framework\\core\\valueobjects\\isatlevel',
|
|
13 => 'app\\framework\\core\\valueobjects\\iscritical',
|
|
14 => 'app\\framework\\core\\valueobjects\\ishigh',
|
|
15 => 'app\\framework\\core\\valueobjects\\ismedium',
|
|
16 => 'app\\framework\\core\\valueobjects\\islow',
|
|
17 => 'app\\framework\\core\\valueobjects\\combine',
|
|
18 => 'app\\framework\\core\\valueobjects\\add',
|
|
19 => 'app\\framework\\core\\valueobjects\\multiply',
|
|
20 => 'app\\framework\\core\\valueobjects\\isabove',
|
|
21 => 'app\\framework\\core\\valueobjects\\isbelow',
|
|
22 => 'app\\framework\\core\\valueobjects\\invert',
|
|
23 => 'app\\framework\\core\\valueobjects\\normalize',
|
|
24 => 'app\\framework\\core\\valueobjects\\toarray',
|
|
25 => 'app\\framework\\core\\valueobjects\\fromarray',
|
|
26 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
27 => 'app\\framework\\core\\valueobjects\\validate',
|
|
28 => 'app\\framework\\core\\valueobjects\\weightedaverage',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/MethodName.php' =>
|
|
array (
|
|
0 => '54c881c17b02e60d3b9d2a1cfa77f1ffdb353f2a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\methodname',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\create',
|
|
2 => 'app\\framework\\core\\valueobjects\\invoke',
|
|
3 => 'app\\framework\\core\\valueobjects\\construct',
|
|
4 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
5 => 'app\\framework\\core\\valueobjects\\ismagicmethod',
|
|
6 => 'app\\framework\\core\\valueobjects\\isconstructor',
|
|
7 => 'app\\framework\\core\\valueobjects\\isinvokable',
|
|
8 => 'app\\framework\\core\\valueobjects\\equals',
|
|
9 => 'app\\framework\\core\\valueobjects\\isvalidmethodname',
|
|
10 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/FilePattern.php' =>
|
|
array (
|
|
0 => '4f59bea9b9d321d541de842818adadd14686106a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\filepattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\create',
|
|
2 => 'app\\framework\\core\\valueobjects\\php',
|
|
3 => 'app\\framework\\core\\valueobjects\\all',
|
|
4 => 'app\\framework\\core\\valueobjects\\forextension',
|
|
5 => 'app\\framework\\core\\valueobjects\\forextensions',
|
|
6 => 'app\\framework\\core\\valueobjects\\tostring',
|
|
7 => 'app\\framework\\core\\valueobjects\\toregex',
|
|
8 => 'app\\framework\\core\\valueobjects\\matches',
|
|
9 => 'app\\framework\\core\\valueobjects\\isglobpattern',
|
|
10 => 'app\\framework\\core\\valueobjects\\getextensions',
|
|
11 => 'app\\framework\\core\\valueobjects\\equals',
|
|
12 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Core/ValueObjects/GrowthRate.php' =>
|
|
array (
|
|
0 => '3b225c07e478185ca18cde5775da4dce6781900f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\growthrate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\core\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\core\\valueobjects\\from',
|
|
2 => 'app\\framework\\core\\valueobjects\\fromdecimal',
|
|
3 => 'app\\framework\\core\\valueobjects\\fromratio',
|
|
4 => 'app\\framework\\core\\valueobjects\\frommemoryvalues',
|
|
5 => 'app\\framework\\core\\valueobjects\\parse',
|
|
6 => 'app\\framework\\core\\valueobjects\\getvalue',
|
|
7 => 'app\\framework\\core\\valueobjects\\todecimal',
|
|
8 => 'app\\framework\\core\\valueobjects\\tomultiplier',
|
|
9 => 'app\\framework\\core\\valueobjects\\format',
|
|
10 => 'app\\framework\\core\\valueobjects\\formatwithsign',
|
|
11 => 'app\\framework\\core\\valueobjects\\equals',
|
|
12 => 'app\\framework\\core\\valueobjects\\greaterthan',
|
|
13 => 'app\\framework\\core\\valueobjects\\lessthan',
|
|
14 => 'app\\framework\\core\\valueobjects\\ispositivegrowth',
|
|
15 => 'app\\framework\\core\\valueobjects\\isnegativegrowth',
|
|
16 => 'app\\framework\\core\\valueobjects\\isnogrowth',
|
|
17 => 'app\\framework\\core\\valueobjects\\ismoderatememorygrowth',
|
|
18 => 'app\\framework\\core\\valueobjects\\ishighmemorygrowth',
|
|
19 => 'app\\framework\\core\\valueobjects\\iscriticalmemorygrowth',
|
|
20 => 'app\\framework\\core\\valueobjects\\isextremememorygrowth',
|
|
21 => 'app\\framework\\core\\valueobjects\\issignificantgrowth',
|
|
22 => 'app\\framework\\core\\valueobjects\\getgrowthlevel',
|
|
23 => 'app\\framework\\core\\valueobjects\\add',
|
|
24 => 'app\\framework\\core\\valueobjects\\subtract',
|
|
25 => 'app\\framework\\core\\valueobjects\\multiply',
|
|
26 => 'app\\framework\\core\\valueobjects\\divide',
|
|
27 => 'app\\framework\\core\\valueobjects\\topercentage',
|
|
28 => 'app\\framework\\core\\valueobjects\\clamptopercentage',
|
|
29 => 'app\\framework\\core\\valueobjects\\__tostring',
|
|
30 => 'app\\framework\\core\\valueobjects\\zero',
|
|
31 => 'app\\framework\\core\\valueobjects\\doublegrowth',
|
|
32 => 'app\\framework\\core\\valueobjects\\triplegrowth',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ValueObjects/MethodParameter.php' =>
|
|
array (
|
|
0 => '2056d677aab0aa1f378375145e811a0b616779c2',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\methodparameter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\router\\valueobjects\\fromwrappedparameter',
|
|
2 => 'app\\framework\\router\\valueobjects\\isrequired',
|
|
3 => 'app\\framework\\router\\valueobjects\\isoftype',
|
|
4 => 'app\\framework\\router\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Router/ValueObjects/ParameterCollection.php' =>
|
|
array (
|
|
0 => 'adf960f68aba75233771004bbc87fb80c9324e4a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\parametercollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\router\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\router\\valueobjects\\getiterator',
|
|
2 => 'app\\framework\\router\\valueobjects\\count',
|
|
3 => 'app\\framework\\router\\valueobjects\\isempty',
|
|
4 => 'app\\framework\\router\\valueobjects\\getbyname',
|
|
5 => 'app\\framework\\router\\valueobjects\\getrequired',
|
|
6 => 'app\\framework\\router\\valueobjects\\getbuiltins',
|
|
7 => 'app\\framework\\router\\valueobjects\\filterbytype',
|
|
8 => 'app\\framework\\router\\valueobjects\\tolegacyarray',
|
|
9 => 'app\\framework\\router\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Middleware/ErrorBoundaryMiddleware.php' =>
|
|
array (
|
|
0 => 'a024c3603ce10a8f1096a2f14829a0a12a783a32',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\errorboundarymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\middleware\\__invoke',
|
|
2 => 'app\\framework\\errorboundaries\\middleware\\createfallbackresponse',
|
|
3 => 'app\\framework\\errorboundaries\\middleware\\createjsonfallbackresponse',
|
|
4 => 'app\\framework\\errorboundaries\\middleware\\createhtmlfallbackresponse',
|
|
5 => 'app\\framework\\errorboundaries\\middleware\\getfallbackhtmlcontent',
|
|
6 => 'app\\framework\\errorboundaries\\middleware\\extractroutename',
|
|
7 => 'app\\framework\\errorboundaries\\middleware\\acceptsjson',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Middleware/CircuitBreakerHealthMiddleware.php' =>
|
|
array (
|
|
0 => 'c475a1d353566ccf2ab2cd933b2cfde471b027ce',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\circuitbreakerhealthmiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\middleware\\__invoke',
|
|
2 => 'app\\framework\\errorboundaries\\middleware\\ishealthcheckrequest',
|
|
3 => 'app\\framework\\errorboundaries\\middleware\\createhealthresponse',
|
|
4 => 'app\\framework\\errorboundaries\\middleware\\getmonitoredboundaries',
|
|
5 => 'app\\framework\\errorboundaries\\middleware\\calculatehealthscore',
|
|
6 => 'app\\framework\\errorboundaries\\middleware\\generaterecommendations',
|
|
7 => 'app\\framework\\errorboundaries\\middleware\\getrecommendationforboundary',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Middleware/MiddlewareConfiguration.php' =>
|
|
array (
|
|
0 => 'ca25df6e0029e961640844f7afd59dbb42923322',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\middlewareconfiguration',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\middleware\\development',
|
|
2 => 'app\\framework\\errorboundaries\\middleware\\production',
|
|
3 => 'app\\framework\\errorboundaries\\middleware\\apionly',
|
|
4 => 'app\\framework\\errorboundaries\\middleware\\shouldenableforroute',
|
|
5 => 'app\\framework\\errorboundaries\\middleware\\isexcludedroute',
|
|
6 => 'app\\framework\\errorboundaries\\middleware\\isenabledroute',
|
|
7 => 'app\\framework\\errorboundaries\\middleware\\isapipath',
|
|
8 => 'app\\framework\\errorboundaries\\middleware\\ishealthpath',
|
|
9 => 'app\\framework\\errorboundaries\\middleware\\getrouteconfiguration',
|
|
10 => 'app\\framework\\errorboundaries\\middleware\\withrouteconfiguration',
|
|
11 => 'app\\framework\\errorboundaries\\middleware\\getdefaultrouteconfigurations',
|
|
12 => 'app\\framework\\errorboundaries\\middleware\\matchespattern',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Middleware/MiddlewareServiceProvider.php' =>
|
|
array (
|
|
0 => 'a1d1af5a1912e7816a46e38d46bb78e84a8096fc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\middlewareserviceprovider',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\middleware\\initialize',
|
|
2 => 'app\\framework\\errorboundaries\\middleware\\registermiddlewareconfiguration',
|
|
3 => 'app\\framework\\errorboundaries\\middleware\\registermiddlewarecomponents',
|
|
4 => 'app\\framework\\errorboundaries\\middleware\\registermiddlewareregistry',
|
|
5 => 'app\\framework\\errorboundaries\\middleware\\initializemiddleware',
|
|
6 => 'app\\framework\\errorboundaries\\middleware\\development',
|
|
7 => 'app\\framework\\errorboundaries\\middleware\\production',
|
|
8 => 'app\\framework\\errorboundaries\\middleware\\apionly',
|
|
9 => 'app\\framework\\errorboundaries\\middleware\\custom',
|
|
10 => 'app\\framework\\errorboundaries\\middleware\\getdefaultmonitoredboundaries',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Middleware/ApiErrorBoundaryMiddleware.php' =>
|
|
array (
|
|
0 => '6f07b7922de1d7a301eeb6a5e61529dc4189adc7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\apierrorboundarymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\middleware\\__invoke',
|
|
2 => 'app\\framework\\errorboundaries\\middleware\\createapiboundary',
|
|
3 => 'app\\framework\\errorboundaries\\middleware\\createapierrorresponse',
|
|
4 => 'app\\framework\\errorboundaries\\middleware\\extractendpoint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Middleware/ErrorBoundaryMiddlewareRegistry.php' =>
|
|
array (
|
|
0 => '400c4cd33737075f178cbdeab59d166597e99fd5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\errorboundarymiddlewareregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\middleware\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\middleware\\registerall',
|
|
2 => 'app\\framework\\errorboundaries\\middleware\\registermainmiddleware',
|
|
3 => 'app\\framework\\errorboundaries\\middleware\\registerapimiddleware',
|
|
4 => 'app\\framework\\errorboundaries\\middleware\\registerhealthmiddleware',
|
|
5 => 'app\\framework\\errorboundaries\\middleware\\registercustom',
|
|
6 => 'app\\framework\\errorboundaries\\middleware\\shouldapplymainmiddleware',
|
|
7 => 'app\\framework\\errorboundaries\\middleware\\shouldapplyapimiddleware',
|
|
8 => 'app\\framework\\errorboundaries\\middleware\\shouldapplyhealthmiddleware',
|
|
9 => 'app\\framework\\errorboundaries\\middleware\\getmonitoredboundaries',
|
|
10 => 'app\\framework\\errorboundaries\\middleware\\unregisterall',
|
|
11 => 'app\\framework\\errorboundaries\\middleware\\getstatistics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Async/AsyncCircuitBreakerOpenException.php' =>
|
|
array (
|
|
0 => '7b794d384d0759fdbc14557365780208c55a6e9c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\asynccircuitbreakeropenexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Async/AsyncBoundaryFailedException.php' =>
|
|
array (
|
|
0 => '45f63b3a5f2fb021811c97f0308bb30e38d0abaf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\asyncboundaryfailedexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\async\\getboundaryname',
|
|
2 => 'app\\framework\\errorboundaries\\async\\getoriginalexception',
|
|
3 => 'app\\framework\\errorboundaries\\async\\getfallbackexception',
|
|
4 => 'app\\framework\\errorboundaries\\async\\geterrordetails',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Async/AsyncErrorBoundary.php' =>
|
|
array (
|
|
0 => '8fa50befec0aea679910c8e25e3fdbb4c9f384f7',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\asyncerrorboundary',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\async\\executeasync',
|
|
2 => 'app\\framework\\errorboundaries\\async\\executeconcurrent',
|
|
3 => 'app\\framework\\errorboundaries\\async\\executewithtimeout',
|
|
4 => 'app\\framework\\errorboundaries\\async\\executewithcircuitbreaker',
|
|
5 => 'app\\framework\\errorboundaries\\async\\executebatch',
|
|
6 => 'app\\framework\\errorboundaries\\async\\executewithretryasync',
|
|
7 => 'app\\framework\\errorboundaries\\async\\handlefailureasync',
|
|
8 => 'app\\framework\\errorboundaries\\async\\shouldretry',
|
|
9 => 'app\\framework\\errorboundaries\\async\\calculateretrydelay',
|
|
10 => 'app\\framework\\errorboundaries\\async\\getcircuithealthasync',
|
|
11 => 'app\\framework\\errorboundaries\\async\\resetcircuitasync',
|
|
12 => 'app\\framework\\errorboundaries\\async\\logfailure',
|
|
13 => 'app\\framework\\errorboundaries\\async\\log',
|
|
14 => 'app\\framework\\errorboundaries\\async\\publishevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Async/AsyncBulkResult.php' =>
|
|
array (
|
|
0 => '473bef181142b63e9aa407cabc9504f4f60ea0a4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\asyncbulkresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\async\\getsuccessrate',
|
|
2 => 'app\\framework\\errorboundaries\\async\\geterrorrate',
|
|
3 => 'app\\framework\\errorboundaries\\async\\geterrorcount',
|
|
4 => 'app\\framework\\errorboundaries\\async\\hassuccesses',
|
|
5 => 'app\\framework\\errorboundaries\\async\\haserrors',
|
|
6 => 'app\\framework\\errorboundaries\\async\\iscompletesuccess',
|
|
7 => 'app\\framework\\errorboundaries\\async\\iscompletefailure',
|
|
8 => 'app\\framework\\errorboundaries\\async\\getsuccessfulresults',
|
|
9 => 'app\\framework\\errorboundaries\\async\\geterrors',
|
|
10 => 'app\\framework\\errorboundaries\\async\\geterror',
|
|
11 => 'app\\framework\\errorboundaries\\async\\getresult',
|
|
12 => 'app\\framework\\errorboundaries\\async\\haserror',
|
|
13 => 'app\\framework\\errorboundaries\\async\\hasresult',
|
|
14 => 'app\\framework\\errorboundaries\\async\\getsummary',
|
|
15 => 'app\\framework\\errorboundaries\\async\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Async/AsyncErrorBoundaryFactory.php' =>
|
|
array (
|
|
0 => '90b58604eec3bfbc01141ded0026d84ce7bc10f6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\asyncerrorboundaryfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\async\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\async\\create',
|
|
2 => 'app\\framework\\errorboundaries\\async\\createforexternalservice',
|
|
3 => 'app\\framework\\errorboundaries\\async\\createfordatabase',
|
|
4 => 'app\\framework\\errorboundaries\\async\\createforbackgroundjob',
|
|
5 => 'app\\framework\\errorboundaries\\async\\createforcriticaloperation',
|
|
6 => 'app\\framework\\errorboundaries\\async\\createforbatchprocessing',
|
|
7 => 'app\\framework\\errorboundaries\\async\\createforhighthroughput',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Metrics/BoundaryHealthStatus.php' =>
|
|
array (
|
|
0 => '65c07741931db0aed5572f2edf0374c2940215a6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\metrics\\boundaryhealthstatus',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\metrics\\getdescription',
|
|
1 => 'app\\framework\\errorboundaries\\metrics\\getseverity',
|
|
2 => 'app\\framework\\errorboundaries\\metrics\\getcolor',
|
|
3 => 'app\\framework\\errorboundaries\\metrics\\getemoji',
|
|
4 => 'app\\framework\\errorboundaries\\metrics\\requiresattention',
|
|
5 => 'app\\framework\\errorboundaries\\metrics\\shouldalert',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Metrics/BoundaryMetrics.php' =>
|
|
array (
|
|
0 => '2688b0d62c811d1474f5810e9d265c1d98b40bd4',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\metrics\\boundarymetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\metrics\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\metrics\\getsuccessrate',
|
|
2 => 'app\\framework\\errorboundaries\\metrics\\getfailurerate',
|
|
3 => 'app\\framework\\errorboundaries\\metrics\\getfallbackrate',
|
|
4 => 'app\\framework\\errorboundaries\\metrics\\gettimeoutrate',
|
|
5 => 'app\\framework\\errorboundaries\\metrics\\ishealthy',
|
|
6 => 'app\\framework\\errorboundaries\\metrics\\hasfrequentcircuitbreakertrips',
|
|
7 => 'app\\framework\\errorboundaries\\metrics\\gethealthstatus',
|
|
8 => 'app\\framework\\errorboundaries\\metrics\\recordsuccess',
|
|
9 => 'app\\framework\\errorboundaries\\metrics\\recordfailure',
|
|
10 => 'app\\framework\\errorboundaries\\metrics\\recordfallback',
|
|
11 => 'app\\framework\\errorboundaries\\metrics\\recordtimeout',
|
|
12 => 'app\\framework\\errorboundaries\\metrics\\recordcircuitbreakertrip',
|
|
13 => 'app\\framework\\errorboundaries\\metrics\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/CircuitBreaker/BoundaryCircuitState.php' =>
|
|
array (
|
|
0 => '4424aee65dc53fc44fd132d0055bd2e7f04fcc50',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\circuitbreaker\\boundarycircuitstate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\circuitbreaker\\getdescription',
|
|
1 => 'app\\framework\\errorboundaries\\circuitbreaker\\allowsoperations',
|
|
2 => 'app\\framework\\errorboundaries\\circuitbreaker\\getseverity',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/CircuitBreaker/BoundaryCircuitBreakerManager.php' =>
|
|
array (
|
|
0 => 'cfa83e2d82608476393af37590629277b4acc509',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\circuitbreaker\\boundarycircuitbreakermanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\circuitbreaker\\iscircuitopen',
|
|
2 => 'app\\framework\\errorboundaries\\circuitbreaker\\recordsuccess',
|
|
3 => 'app\\framework\\errorboundaries\\circuitbreaker\\recordfailure',
|
|
4 => 'app\\framework\\errorboundaries\\circuitbreaker\\getcircuitstate',
|
|
5 => 'app\\framework\\errorboundaries\\circuitbreaker\\resetcircuit',
|
|
6 => 'app\\framework\\errorboundaries\\circuitbreaker\\getallcircuitstates',
|
|
7 => 'app\\framework\\errorboundaries\\circuitbreaker\\getcircuithealth',
|
|
8 => 'app\\framework\\errorboundaries\\circuitbreaker\\getstatistics',
|
|
9 => 'app\\framework\\errorboundaries\\circuitbreaker\\incrementhalfopenattempts',
|
|
10 => 'app\\framework\\errorboundaries\\circuitbreaker\\shouldtransitiontohalfopen',
|
|
11 => 'app\\framework\\errorboundaries\\circuitbreaker\\log',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/CircuitBreaker/BoundaryCircuitBreakerState.php' =>
|
|
array (
|
|
0 => '969658e593ea56e753a1cb8f049bd3c96bf681d0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\circuitbreaker\\boundarycircuitbreakerstate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\circuitbreaker\\isopen',
|
|
2 => 'app\\framework\\errorboundaries\\circuitbreaker\\isclosed',
|
|
3 => 'app\\framework\\errorboundaries\\circuitbreaker\\ishalfopen',
|
|
4 => 'app\\framework\\errorboundaries\\circuitbreaker\\recordfailure',
|
|
5 => 'app\\framework\\errorboundaries\\circuitbreaker\\recordsuccess',
|
|
6 => 'app\\framework\\errorboundaries\\circuitbreaker\\transitiontoopen',
|
|
7 => 'app\\framework\\errorboundaries\\circuitbreaker\\transitiontohalfopen',
|
|
8 => 'app\\framework\\errorboundaries\\circuitbreaker\\transitiontoclosed',
|
|
9 => 'app\\framework\\errorboundaries\\circuitbreaker\\incrementhalfopenattempts',
|
|
10 => 'app\\framework\\errorboundaries\\circuitbreaker\\exceedsfailurethreshold',
|
|
11 => 'app\\framework\\errorboundaries\\circuitbreaker\\meetssuccessthreshold',
|
|
12 => 'app\\framework\\errorboundaries\\circuitbreaker\\exceedshalfopenattempts',
|
|
13 => 'app\\framework\\errorboundaries\\circuitbreaker\\toarray',
|
|
14 => 'app\\framework\\errorboundaries\\circuitbreaker\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryFallbackExecuted.php' =>
|
|
array (
|
|
0 => '5df5dd22d890ca1b4b69181a14cfd81897a318ef',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundaryfallbackexecuted',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\events\\geteventid',
|
|
2 => 'app\\framework\\errorboundaries\\events\\shouldalert',
|
|
3 => 'app\\framework\\errorboundaries\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryEventPublisher.php' =>
|
|
array (
|
|
0 => '2b69e0ebdacc2565510106638ff1cb3e1a11ec0d',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundaryeventpublisher',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\events\\publish',
|
|
2 => 'app\\framework\\errorboundaries\\events\\publishexecutionsucceeded',
|
|
3 => 'app\\framework\\errorboundaries\\events\\publishexecutionfailed',
|
|
4 => 'app\\framework\\errorboundaries\\events\\publishfallbackexecuted',
|
|
5 => 'app\\framework\\errorboundaries\\events\\publishcircuitbreakertripped',
|
|
6 => 'app\\framework\\errorboundaries\\events\\publishcircuitbreakerrecovered',
|
|
7 => 'app\\framework\\errorboundaries\\events\\publishtimeoutoccurred',
|
|
8 => 'app\\framework\\errorboundaries\\events\\publishbatch',
|
|
9 => 'app\\framework\\errorboundaries\\events\\logevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryExecutionFailed.php' =>
|
|
array (
|
|
0 => '3743c00504860a89955756c1a09913b6e20294d1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundaryexecutionfailed',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\events\\geteventid',
|
|
2 => 'app\\framework\\errorboundaries\\events\\shouldalert',
|
|
3 => 'app\\framework\\errorboundaries\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryExecutionSucceeded.php' =>
|
|
array (
|
|
0 => '9591d1e748b1e7af1f93c76cbcaf077c72b25cc5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundaryexecutionsucceeded',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\events\\geteventid',
|
|
2 => 'app\\framework\\errorboundaries\\events\\shouldalert',
|
|
3 => 'app\\framework\\errorboundaries\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryCircuitBreakerTripped.php' =>
|
|
array (
|
|
0 => 'c138c17a8beefba94dd437d5bcddcbc7b52b091b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundarycircuitbreakertripped',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\events\\geteventid',
|
|
2 => 'app\\framework\\errorboundaries\\events\\shouldalert',
|
|
3 => 'app\\framework\\errorboundaries\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryEventInterface.php' =>
|
|
array (
|
|
0 => 'e7c41c0e1adcf993fec8441162b169e37604472e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundaryeventinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\geteventid',
|
|
1 => 'app\\framework\\errorboundaries\\events\\shouldalert',
|
|
2 => 'app\\framework\\errorboundaries\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryTimeoutOccurred.php' =>
|
|
array (
|
|
0 => 'c32b1d7859c74eb367aadf7e2bf2a159252c1a4b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundarytimeoutoccurred',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\events\\geteventid',
|
|
2 => 'app\\framework\\errorboundaries\\events\\shouldalert',
|
|
3 => 'app\\framework\\errorboundaries\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorBoundaries/Events/BoundaryCircuitBreakerRecovered.php' =>
|
|
array (
|
|
0 => 'edaf7e43ff599dbcd657b3310e0a2f40a3c03236',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\boundarycircuitbreakerrecovered',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorboundaries\\events\\__construct',
|
|
1 => 'app\\framework\\errorboundaries\\events\\geteventid',
|
|
2 => 'app\\framework\\errorboundaries\\events\\shouldalert',
|
|
3 => 'app\\framework\\errorboundaries\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Performance/ValueObjects/PerformanceScore.php' =>
|
|
array (
|
|
0 => 'fecf430fc0380fa874b5d80a31b90070d37a965a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\performancescore',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\performance\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\performance\\valueobjects\\fromresponsetime',
|
|
2 => 'app\\framework\\performance\\valueobjects\\fromthroughput',
|
|
3 => 'app\\framework\\performance\\valueobjects\\fromresourceutilization',
|
|
4 => 'app\\framework\\performance\\valueobjects\\excellent',
|
|
5 => 'app\\framework\\performance\\valueobjects\\poor',
|
|
6 => 'app\\framework\\performance\\valueobjects\\getscore',
|
|
7 => 'app\\framework\\performance\\valueobjects\\getmetrics',
|
|
8 => 'app\\framework\\performance\\valueobjects\\getresponsetime',
|
|
9 => 'app\\framework\\performance\\valueobjects\\isacceptable',
|
|
10 => 'app\\framework\\performance\\valueobjects\\requiresoptimization',
|
|
11 => 'app\\framework\\performance\\valueobjects\\isexcellent',
|
|
12 => 'app\\framework\\performance\\valueobjects\\iscritical',
|
|
13 => 'app\\framework\\performance\\valueobjects\\getgrade',
|
|
14 => 'app\\framework\\performance\\valueobjects\\getrecommendations',
|
|
15 => 'app\\framework\\performance\\valueobjects\\combinewith',
|
|
16 => 'app\\framework\\performance\\valueobjects\\comparewith',
|
|
17 => 'app\\framework\\performance\\valueobjects\\getdescription',
|
|
18 => 'app\\framework\\performance\\valueobjects\\toarray',
|
|
19 => 'app\\framework\\performance\\valueobjects\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/HttpClient/Middleware/UnifiedRetryMiddleware.php' =>
|
|
array (
|
|
0 => '05ddbc6143a1e1297c1ac648a8456500b87d7d54',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\unifiedretrymiddleware',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\httpclient\\middleware\\__construct',
|
|
1 => 'app\\framework\\httpclient\\middleware\\__invoke',
|
|
2 => 'app\\framework\\httpclient\\middleware\\shouldretryforstatus',
|
|
3 => 'app\\framework\\httpclient\\middleware\\forapi',
|
|
4 => 'app\\framework\\httpclient\\middleware\\conservative',
|
|
5 => 'app\\framework\\httpclient\\middleware\\aggressive',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreakerMetrics.php' =>
|
|
array (
|
|
0 => '5d398b5ad3abfa2adf666a25157526cb40964f14',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreakermetrics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\isavailable',
|
|
2 => 'app\\framework\\circuitbreaker\\isblocked',
|
|
3 => 'app\\framework\\circuitbreaker\\isintestphase',
|
|
4 => 'app\\framework\\circuitbreaker\\getuptimeduration',
|
|
5 => 'app\\framework\\circuitbreaker\\gettimesincelastfailure',
|
|
6 => 'app\\framework\\circuitbreaker\\hasrecoverytimeoutexpired',
|
|
7 => 'app\\framework\\circuitbreaker\\getretryafterduration',
|
|
8 => 'app\\framework\\circuitbreaker\\getsummary',
|
|
9 => 'app\\framework\\circuitbreaker\\toarray',
|
|
10 => 'app\\framework\\circuitbreaker\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Examples/FailurePredicateUsageExample.php' =>
|
|
array (
|
|
0 => 'a0159d3d476009d8ba7f83af9b7631205a224b17',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\examples\\failurepredicateusageexample',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\examples\\examplefactoryusage',
|
|
1 => 'app\\framework\\circuitbreaker\\examples\\examplebuilderusage',
|
|
2 => 'app\\framework\\circuitbreaker\\examples\\exampleservicespecificpredicates',
|
|
3 => 'app\\framework\\circuitbreaker\\examples\\exampleadvancedcombinations',
|
|
4 => 'app\\framework\\circuitbreaker\\examples\\examplemessagebasedpredicates',
|
|
5 => 'app\\framework\\circuitbreaker\\examples\\exampletestingpredicates',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Registry/CacheBasedServiceRegistry.php' =>
|
|
array (
|
|
0 => '7ab0176da15defa43fc62c510405fac0f767e1af',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\registry\\cachebasedserviceregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\registry\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\registry\\discoverservices',
|
|
2 => 'app\\framework\\circuitbreaker\\registry\\registerservice',
|
|
3 => 'app\\framework\\circuitbreaker\\registry\\unregisterservice',
|
|
4 => 'app\\framework\\circuitbreaker\\registry\\isserviceregistered',
|
|
5 => 'app\\framework\\circuitbreaker\\registry\\getnamespaces',
|
|
6 => 'app\\framework\\circuitbreaker\\registry\\getallservices',
|
|
7 => 'app\\framework\\circuitbreaker\\registry\\clearnamespace',
|
|
8 => 'app\\framework\\circuitbreaker\\registry\\clearall',
|
|
9 => 'app\\framework\\circuitbreaker\\registry\\registernamespace',
|
|
10 => 'app\\framework\\circuitbreaker\\registry\\unregisternamespace',
|
|
11 => 'app\\framework\\circuitbreaker\\registry\\unregisternamespaceifempty',
|
|
12 => 'app\\framework\\circuitbreaker\\registry\\getnamespaceskey',
|
|
13 => 'app\\framework\\circuitbreaker\\registry\\getserviceskey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Registry/ServiceRegistry.php' =>
|
|
array (
|
|
0 => 'ae927ad3248e1581c860d31990b2ec242d2bd385',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\registry\\serviceregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\registry\\discoverservices',
|
|
1 => 'app\\framework\\circuitbreaker\\registry\\registerservice',
|
|
2 => 'app\\framework\\circuitbreaker\\registry\\unregisterservice',
|
|
3 => 'app\\framework\\circuitbreaker\\registry\\isserviceregistered',
|
|
4 => 'app\\framework\\circuitbreaker\\registry\\getnamespaces',
|
|
5 => 'app\\framework\\circuitbreaker\\registry\\getallservices',
|
|
6 => 'app\\framework\\circuitbreaker\\registry\\clearnamespace',
|
|
7 => 'app\\framework\\circuitbreaker\\registry\\clearall',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/CompositeFailurePredicate.php' =>
|
|
array (
|
|
0 => 'ada0d2d317df93c6cb9ecd4d723122eb5735d1ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\compositefailurepredicate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\failurepredicate\\shouldtrigger',
|
|
2 => 'app\\framework\\circuitbreaker\\failurepredicate\\getidentifier',
|
|
3 => 'app\\framework\\circuitbreaker\\failurepredicate\\getdescription',
|
|
4 => 'app\\framework\\circuitbreaker\\failurepredicate\\and',
|
|
5 => 'app\\framework\\circuitbreaker\\failurepredicate\\or',
|
|
6 => 'app\\framework\\circuitbreaker\\failurepredicate\\not',
|
|
7 => 'app\\framework\\circuitbreaker\\failurepredicate\\evaluateand',
|
|
8 => 'app\\framework\\circuitbreaker\\failurepredicate\\evaluateor',
|
|
9 => 'app\\framework\\circuitbreaker\\failurepredicate\\evaluatenot',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/LogicalOperator.php' =>
|
|
array (
|
|
0 => '5dc4195dc1c9f004a20cb442f382ea1588d0d74c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\logicaloperator',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/FailurePredicateFactory.php' =>
|
|
array (
|
|
0 => 'e69a3ebb56ddd375ec32842aa7b989b379700448',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\failurepredicatefactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\forexternalservice',
|
|
1 => 'app\\framework\\circuitbreaker\\failurepredicate\\fordatabase',
|
|
2 => 'app\\framework\\circuitbreaker\\failurepredicate\\forhttpclient',
|
|
3 => 'app\\framework\\circuitbreaker\\failurepredicate\\excludevalidationerrors',
|
|
4 => 'app\\framework\\circuitbreaker\\failurepredicate\\criticalerrorsonly',
|
|
5 => 'app\\framework\\circuitbreaker\\failurepredicate\\timeouterrors',
|
|
6 => 'app\\framework\\circuitbreaker\\failurepredicate\\never',
|
|
7 => 'app\\framework\\circuitbreaker\\failurepredicate\\always',
|
|
8 => 'app\\framework\\circuitbreaker\\failurepredicate\\builder',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/FailurePredicate.php' =>
|
|
array (
|
|
0 => 'f93f8951348a544c55f40f321e6e42d8dca0185c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\failurepredicate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\shouldtrigger',
|
|
1 => 'app\\framework\\circuitbreaker\\failurepredicate\\getidentifier',
|
|
2 => 'app\\framework\\circuitbreaker\\failurepredicate\\getdescription',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/CallbackFailurePredicate.php' =>
|
|
array (
|
|
0 => '593eee7978a4f8f62438e3b38f8f7ab4ec1ebd86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\callbackfailurepredicate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\failurepredicate\\shouldtrigger',
|
|
2 => 'app\\framework\\circuitbreaker\\failurepredicate\\getidentifier',
|
|
3 => 'app\\framework\\circuitbreaker\\failurepredicate\\getdescription',
|
|
4 => 'app\\framework\\circuitbreaker\\failurepredicate\\from',
|
|
5 => 'app\\framework\\circuitbreaker\\failurepredicate\\messagecontains',
|
|
6 => 'app\\framework\\circuitbreaker\\failurepredicate\\messagematches',
|
|
7 => 'app\\framework\\circuitbreaker\\failurepredicate\\forservice',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/FailurePredicateBuilder.php' =>
|
|
array (
|
|
0 => '534c103f21b7d018822b9529377d98c671d66689',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\failurepredicatebuilder',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\includeexceptions',
|
|
1 => 'app\\framework\\circuitbreaker\\failurepredicate\\excludeexceptions',
|
|
2 => 'app\\framework\\circuitbreaker\\failurepredicate\\includestatuscodes',
|
|
3 => 'app\\framework\\circuitbreaker\\failurepredicate\\excludestatuscodes',
|
|
4 => 'app\\framework\\circuitbreaker\\failurepredicate\\includeservererrors',
|
|
5 => 'app\\framework\\circuitbreaker\\failurepredicate\\includeclienterrors',
|
|
6 => 'app\\framework\\circuitbreaker\\failurepredicate\\addpredicate',
|
|
7 => 'app\\framework\\circuitbreaker\\failurepredicate\\addcallback',
|
|
8 => 'app\\framework\\circuitbreaker\\failurepredicate\\withoperator',
|
|
9 => 'app\\framework\\circuitbreaker\\failurepredicate\\and',
|
|
10 => 'app\\framework\\circuitbreaker\\failurepredicate\\or',
|
|
11 => 'app\\framework\\circuitbreaker\\failurepredicate\\build',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/ExceptionTypeFailurePredicate.php' =>
|
|
array (
|
|
0 => 'a263e8af1443d19d9095dd32aa5dfc9d80b2b793',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\exceptiontypefailurepredicate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\failurepredicate\\shouldtrigger',
|
|
2 => 'app\\framework\\circuitbreaker\\failurepredicate\\getidentifier',
|
|
3 => 'app\\framework\\circuitbreaker\\failurepredicate\\getdescription',
|
|
4 => 'app\\framework\\circuitbreaker\\failurepredicate\\only',
|
|
5 => 'app\\framework\\circuitbreaker\\failurepredicate\\except',
|
|
6 => 'app\\framework\\circuitbreaker\\failurepredicate\\all',
|
|
7 => 'app\\framework\\circuitbreaker\\failurepredicate\\none',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/FailurePredicate/HttpStatusFailurePredicate.php' =>
|
|
array (
|
|
0 => '13f5714961ba0c8981481b1f83a26c8c974b37c8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\httpstatusfailurepredicate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\failurepredicate\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\failurepredicate\\shouldtrigger',
|
|
2 => 'app\\framework\\circuitbreaker\\failurepredicate\\getidentifier',
|
|
3 => 'app\\framework\\circuitbreaker\\failurepredicate\\getdescription',
|
|
4 => 'app\\framework\\circuitbreaker\\failurepredicate\\forstatuscodes',
|
|
5 => 'app\\framework\\circuitbreaker\\failurepredicate\\servererrors',
|
|
6 => 'app\\framework\\circuitbreaker\\failurepredicate\\clienterrors',
|
|
7 => 'app\\framework\\circuitbreaker\\failurepredicate\\allhttperrors',
|
|
8 => 'app\\framework\\circuitbreaker\\failurepredicate\\except',
|
|
9 => 'app\\framework\\circuitbreaker\\failurepredicate\\extractstatuscode',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/CircuitBreakerInterface.php' =>
|
|
array (
|
|
0 => 'b8bfaaa0f133b60e92fed20cc38febd68c23af42',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\circuitbreakerinterface',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\getmetrics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Events/CircuitBreakerEvent.php' =>
|
|
array (
|
|
0 => '73036298c002bd0f09473075c2a6982335dd967b',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\circuitbreakerevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\getdescription',
|
|
1 => 'app\\framework\\circuitbreaker\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Events/CircuitBreakerClosed.php' =>
|
|
array (
|
|
0 => '860ab989dc43c1c6d1b1452953d3e5817190037e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\circuitbreakerclosed',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\events\\getdescription',
|
|
2 => 'app\\framework\\circuitbreaker\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Events/CircuitBreakerEventPublisher.php' =>
|
|
array (
|
|
0 => 'a2cb70f4c699efae18a48d5ed7c47fe9d65d912e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\circuitbreakereventpublisher',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\events\\publish',
|
|
2 => 'app\\framework\\circuitbreaker\\events\\logevent',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Events/CircuitBreakerOpened.php' =>
|
|
array (
|
|
0 => 'd524109fc24722b44b26c338342d9241bc3f5f00',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\circuitbreakeropened',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\events\\getdescription',
|
|
2 => 'app\\framework\\circuitbreaker\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/Events/CircuitBreakerHalfOpened.php' =>
|
|
array (
|
|
0 => '945149680f415bbb7261d7061b1e0372d1011b47',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\circuitbreakerhalfopened',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\events\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\events\\getdescription',
|
|
2 => 'app\\framework\\circuitbreaker\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/CircuitBreaker/SlidingWindow/CircuitBreakerSlidingWindow.php' =>
|
|
array (
|
|
0 => 'b95984e559e1e6604f8aa303514cc941e30d5fb0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\slidingwindow\\circuitbreakerslidingwindow',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\circuitbreaker\\slidingwindow\\__construct',
|
|
1 => 'app\\framework\\circuitbreaker\\slidingwindow\\recordsuccess',
|
|
2 => 'app\\framework\\circuitbreaker\\slidingwindow\\recordfailure',
|
|
3 => 'app\\framework\\circuitbreaker\\slidingwindow\\isfailurethresholdexceeded',
|
|
4 => 'app\\framework\\circuitbreaker\\slidingwindow\\getfailurerate',
|
|
5 => 'app\\framework\\circuitbreaker\\slidingwindow\\getsuccessrate',
|
|
6 => 'app\\framework\\circuitbreaker\\slidingwindow\\gettotalrequests',
|
|
7 => 'app\\framework\\circuitbreaker\\slidingwindow\\clear',
|
|
8 => 'app\\framework\\circuitbreaker\\slidingwindow\\getslidingwindow',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Exceptions/DiscoveryException.php' =>
|
|
array (
|
|
0 => '8df5bde9515efcd00aa63199cf4b7858779b3c62',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\exceptions\\discoveryexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Exceptions/RecoverableDiscoveryException.php' =>
|
|
array (
|
|
0 => '729e0e2df19978cb39b6d74eee728765169368ce',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\exceptions\\recoverablediscoveryexception',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\exceptions\\__construct',
|
|
1 => 'app\\framework\\discovery\\exceptions\\toomanyopenfiles',
|
|
2 => 'app\\framework\\discovery\\exceptions\\temporaryfilesystemerror',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Cache/RegistryCacheManager.php' =>
|
|
array (
|
|
0 => 'ee0f0435c509e2ade9ed26afe967f0fac7730299',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\cache\\registrycachemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\cache\\__construct',
|
|
1 => 'app\\framework\\discovery\\cache\\set',
|
|
2 => 'app\\framework\\discovery\\cache\\get',
|
|
3 => 'app\\framework\\discovery\\cache\\invalidate',
|
|
4 => 'app\\framework\\discovery\\cache\\flush',
|
|
5 => 'app\\framework\\discovery\\cache\\cacheregistry',
|
|
6 => 'app\\framework\\discovery\\cache\\cacheattributes',
|
|
7 => 'app\\framework\\discovery\\cache\\cacheinterfaces',
|
|
8 => 'app\\framework\\discovery\\cache\\cacheroutes',
|
|
9 => 'app\\framework\\discovery\\cache\\cachetemplates',
|
|
10 => 'app\\framework\\discovery\\cache\\getcachedregistry',
|
|
11 => 'app\\framework\\discovery\\cache\\getcachedattributes',
|
|
12 => 'app\\framework\\discovery\\cache\\getcachedinterfaces',
|
|
13 => 'app\\framework\\discovery\\cache\\getcachedroutes',
|
|
14 => 'app\\framework\\discovery\\cache\\getcachedtemplates',
|
|
15 => 'app\\framework\\discovery\\cache\\buildkey',
|
|
16 => 'app\\framework\\discovery\\cache\\extractvalue',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/MemoryGuard.php' =>
|
|
array (
|
|
0 => '71f4fdecc5a6e64b5b70a6615b0a1889590440a0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\memoryguard',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\__construct',
|
|
1 => 'app\\framework\\discovery\\checkpoint',
|
|
2 => 'app\\framework\\discovery\\validate',
|
|
3 => 'app\\framework\\discovery\\protect',
|
|
4 => 'app\\framework\\discovery\\processwithmemoryguard',
|
|
5 => 'app\\framework\\discovery\\forcecleanup',
|
|
6 => 'app\\framework\\discovery\\aggressivecleanup',
|
|
7 => 'app\\framework\\discovery\\ismemorypressurehigh',
|
|
8 => 'app\\framework\\discovery\\getdetectedleaks',
|
|
9 => 'app\\framework\\discovery\\clearleakhistory',
|
|
10 => 'app\\framework\\discovery\\getstatistics',
|
|
11 => 'app\\framework\\discovery\\clearinternalcaches',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Results/TemplateRegistry.php' =>
|
|
array (
|
|
0 => '06ae6b920796eed0984f8f4dfbcc67bd1dc165f8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\templateregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\__construct',
|
|
1 => 'app\\framework\\discovery\\results\\getall',
|
|
2 => 'app\\framework\\discovery\\results\\get',
|
|
3 => 'app\\framework\\discovery\\results\\has',
|
|
4 => 'app\\framework\\discovery\\results\\add',
|
|
5 => 'app\\framework\\discovery\\results\\count',
|
|
6 => 'app\\framework\\discovery\\results\\optimize',
|
|
7 => 'app\\framework\\discovery\\results\\clearcache',
|
|
8 => 'app\\framework\\discovery\\results\\getmemorystats',
|
|
9 => 'app\\framework\\discovery\\results\\merge',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Results/RouteRegistry.php' =>
|
|
array (
|
|
0 => '226906ef5f062699aacd2f6c2c003862e47e21e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\routeregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\__construct',
|
|
1 => 'app\\framework\\discovery\\results\\getall',
|
|
2 => 'app\\framework\\discovery\\results\\getbymethod',
|
|
3 => 'app\\framework\\discovery\\results\\add',
|
|
4 => 'app\\framework\\discovery\\results\\count',
|
|
5 => 'app\\framework\\discovery\\results\\optimize',
|
|
6 => 'app\\framework\\discovery\\results\\clear',
|
|
7 => 'app\\framework\\discovery\\results\\clearcache',
|
|
8 => 'app\\framework\\discovery\\results\\getmemorystats',
|
|
9 => 'app\\framework\\discovery\\results\\merge',
|
|
10 => 'app\\framework\\discovery\\results\\findbypattern',
|
|
11 => 'app\\framework\\discovery\\results\\findbyclass',
|
|
12 => 'app\\framework\\discovery\\results\\gettotalmemoryfootprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Results/AttributeRegistry.php' =>
|
|
array (
|
|
0 => '928cfa11dc5f42e68062c98a0ac2fe4f23102caf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\attributeregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\__construct',
|
|
1 => 'app\\framework\\discovery\\results\\add',
|
|
2 => 'app\\framework\\discovery\\results\\get',
|
|
3 => 'app\\framework\\discovery\\results\\has',
|
|
4 => 'app\\framework\\discovery\\results\\getcount',
|
|
5 => 'app\\framework\\discovery\\results\\count',
|
|
6 => 'app\\framework\\discovery\\results\\getalltypes',
|
|
7 => 'app\\framework\\discovery\\results\\optimize',
|
|
8 => 'app\\framework\\discovery\\results\\clear',
|
|
9 => 'app\\framework\\discovery\\results\\clearcache',
|
|
10 => 'app\\framework\\discovery\\results\\getmemorystats',
|
|
11 => 'app\\framework\\discovery\\results\\deduplicatemappings',
|
|
12 => 'app\\framework\\discovery\\results\\findbyclass',
|
|
13 => 'app\\framework\\discovery\\results\\gettotalmemoryfootprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Results/InterfaceRegistry.php' =>
|
|
array (
|
|
0 => '24709f65d2ba01ebf73e8585608ce819ef650fc8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\interfaceregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\__construct',
|
|
1 => 'app\\framework\\discovery\\results\\get',
|
|
2 => 'app\\framework\\discovery\\results\\getallmappings',
|
|
3 => 'app\\framework\\discovery\\results\\has',
|
|
4 => 'app\\framework\\discovery\\results\\add',
|
|
5 => 'app\\framework\\discovery\\results\\count',
|
|
6 => 'app\\framework\\discovery\\results\\getallinterfaces',
|
|
7 => 'app\\framework\\discovery\\results\\optimize',
|
|
8 => 'app\\framework\\discovery\\results\\clear',
|
|
9 => 'app\\framework\\discovery\\results\\clearcache',
|
|
10 => 'app\\framework\\discovery\\results\\getmemorystats',
|
|
11 => 'app\\framework\\discovery\\results\\merge',
|
|
12 => 'app\\framework\\discovery\\results\\findmappingsforinterface',
|
|
13 => 'app\\framework\\discovery\\results\\gettotalmemoryfootprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Results/DiscoveryRegistry.php' =>
|
|
array (
|
|
0 => 'e7ac94595fc171091ecc9b4bed8165188d5a0b87',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\discoveryregistry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\results\\__construct',
|
|
1 => 'app\\framework\\discovery\\results\\attributes',
|
|
2 => 'app\\framework\\discovery\\results\\interfaces',
|
|
3 => 'app\\framework\\discovery\\results\\routes',
|
|
4 => 'app\\framework\\discovery\\results\\templates',
|
|
5 => 'app\\framework\\discovery\\results\\optimize',
|
|
6 => 'app\\framework\\discovery\\results\\clearcaches',
|
|
7 => 'app\\framework\\discovery\\results\\getmemorystats',
|
|
8 => 'app\\framework\\discovery\\results\\isempty',
|
|
9 => 'app\\framework\\discovery\\results\\count',
|
|
10 => 'app\\framework\\discovery\\results\\createlightweight',
|
|
11 => 'app\\framework\\discovery\\results\\empty',
|
|
12 => 'app\\framework\\discovery\\results\\merge',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/ScanStrategy.php' =>
|
|
array (
|
|
0 => '867b6b7a3b4ff2cb9ec1c74832cc5dabff8b6a7a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\scanstrategy',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\getdescription',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\getrecommendedchunksize',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\useparallelprocessing',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\usefiberprocessing',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\getprioritydirectories',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/InterfaceMapping.php' =>
|
|
array (
|
|
0 => 'ed7b2f07f3ccdb419c35b2991baffc8f29f728a9',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\interfacemapping',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\create',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\getuniqueid',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\issameas',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\implementsinterface',
|
|
5 => 'app\\framework\\discovery\\valueobjects\\getmemoryfootprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/MemoryLeakInfo.php' =>
|
|
array (
|
|
0 => '30601cb11188977a22f9f7791aa44240390c9717',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\memoryleakinfo',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\iscritical',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\issignificant',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\__tostring',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/AttributeMapping.php' =>
|
|
array (
|
|
0 => 'b1b3c5a462f759a19a3dd4ac18de8246d027965f',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\attributemapping',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\forclass',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\formethod',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\getuniqueid',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\issameas',
|
|
5 => 'app\\framework\\discovery\\valueobjects\\getmemoryfootprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/RouteMapping.php' =>
|
|
array (
|
|
0 => '4cbb6f7b80513f123c09e0a78de988cece0f89c3',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\routemapping',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\create',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\getuniqueid',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\issameroute',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\getpattern',
|
|
5 => 'app\\framework\\discovery\\valueobjects\\matchesmethod',
|
|
6 => 'app\\framework\\discovery\\valueobjects\\getsignature',
|
|
7 => 'app\\framework\\discovery\\valueobjects\\getmemoryfootprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/ScanType.php' =>
|
|
array (
|
|
0 => 'e8499e73c6c92e759f50c6d3d4d126f77644daeb',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\scantype',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\getdescription',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\requirescache',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\isquick',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/TemplateMapping.php' =>
|
|
array (
|
|
0 => 'cfadf6799b38ec9b7716c56c757a00751cc3c725',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\templatemapping',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\create',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\frompath',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\getuniqueid',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\issameas',
|
|
5 => 'app\\framework\\discovery\\valueobjects\\matchesname',
|
|
6 => 'app\\framework\\discovery\\valueobjects\\getextension',
|
|
7 => 'app\\framework\\discovery\\valueobjects\\istype',
|
|
8 => 'app\\framework\\discovery\\valueobjects\\getmemoryfootprint',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/AttributeTarget.php' =>
|
|
array (
|
|
0 => '14c75935d1c9f98c616a5fa525b72145a826c842',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\attributetarget',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/ReflectionContext.php' =>
|
|
array (
|
|
0 => '65d2b7f60e205305a114ce0168e7450dfd06ca0e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\reflectioncontext',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/DiscoveredAttribute.php' =>
|
|
array (
|
|
0 => '3491ef6c6fda8fda3c24eeb124d6d0512426460c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\discoveredattribute',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\isclassattribute',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\ismethodattribute',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\ispropertyattribute',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\fromarray',
|
|
5 => 'app\\framework\\discovery\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ValueObjects/AttributeCollection.php' =>
|
|
array (
|
|
0 => 'cb9716a83a10fa748e780f49530b738658ce5c25',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\attributecollection',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\discovery\\valueobjects\\add',
|
|
2 => 'app\\framework\\discovery\\valueobjects\\getiterator',
|
|
3 => 'app\\framework\\discovery\\valueobjects\\count',
|
|
4 => 'app\\framework\\discovery\\valueobjects\\isempty',
|
|
5 => 'app\\framework\\discovery\\valueobjects\\filterbyattributeclass',
|
|
6 => 'app\\framework\\discovery\\valueobjects\\filterbytarget',
|
|
7 => 'app\\framework\\discovery\\valueobjects\\getclassattributes',
|
|
8 => 'app\\framework\\discovery\\valueobjects\\getmethodattributes',
|
|
9 => 'app\\framework\\discovery\\valueobjects\\tolegacyarray',
|
|
10 => 'app\\framework\\discovery\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/PartialDiscoveryCache.php' =>
|
|
array (
|
|
0 => '8f55cc26ff698e992bfe0df2745891f6dff238d6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\partialdiscoverycache',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\__construct',
|
|
1 => 'app\\framework\\discovery\\updatepartialcache',
|
|
2 => 'app\\framework\\discovery\\getpartialcache',
|
|
3 => 'app\\framework\\discovery\\mergepartialcaches',
|
|
4 => 'app\\framework\\discovery\\invalidatepartial',
|
|
5 => 'app\\framework\\discovery\\getcacheddirectories',
|
|
6 => 'app\\framework\\discovery\\smartupdate',
|
|
7 => 'app\\framework\\discovery\\extractresultsfordirectory',
|
|
8 => 'app\\framework\\discovery\\buildpartialkey',
|
|
9 => 'app\\framework\\discovery\\countfilesinresults',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/ReflectionAwareVisitor.php' =>
|
|
array (
|
|
0 => 'edc4369f340aed8a4fb9323a19f647de470ca621',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\reflectionawarevisitor',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\visitclasswithreflection',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Events/DiscoveryStartedEvent.php' =>
|
|
array (
|
|
0 => '7b9dbbd7b44cd4ab0af3822616efec76c6279890',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\discoverystartedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\__construct',
|
|
1 => 'app\\framework\\discovery\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Events/DiscoveryCompletedEvent.php' =>
|
|
array (
|
|
0 => 'ae2d1d74fd37660d1f0402908c44dff7aa49ceda',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\discoverycompletedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\__construct',
|
|
1 => 'app\\framework\\discovery\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Events/CacheHitEvent.php' =>
|
|
array (
|
|
0 => '259f0eb96c4931cea00652a298fb765a6ab5d007',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\cachehitevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\__construct',
|
|
1 => 'app\\framework\\discovery\\events\\isfresh',
|
|
2 => 'app\\framework\\discovery\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Events/DiscoveryFailedEvent.php' =>
|
|
array (
|
|
0 => '50feb8cf728136c9c8f2ec92c0e8f01128f93ea0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\discoveryfailedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\__construct',
|
|
1 => 'app\\framework\\discovery\\events\\haspartialresults',
|
|
2 => 'app\\framework\\discovery\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/Events/FileProcessedEvent.php' =>
|
|
array (
|
|
0 => 'ee559ebcd17641ebbc25ff3c1d08d76a1988de49',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\fileprocessedevent',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\events\\__construct',
|
|
1 => 'app\\framework\\discovery\\events\\getfilepath',
|
|
2 => 'app\\framework\\discovery\\events\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/Discovery/DiscoveryDataCollector.php' =>
|
|
array (
|
|
0 => '4f342f2f1ca4358bf258fb2750f76a543211c776',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\discoverydatacollector',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\discovery\\__construct',
|
|
1 => 'app\\framework\\discovery\\addattributes',
|
|
2 => 'app\\framework\\discovery\\addinterfaceimplementations',
|
|
3 => 'app\\framework\\discovery\\addroutes',
|
|
4 => 'app\\framework\\discovery\\addtemplates',
|
|
5 => 'app\\framework\\discovery\\addfromdiscoveryregistry',
|
|
6 => 'app\\framework\\discovery\\getattributecount',
|
|
7 => 'app\\framework\\discovery\\gettotalitemscount',
|
|
8 => 'app\\framework\\discovery\\getmemorystats',
|
|
9 => 'app\\framework\\discovery\\createregistry',
|
|
10 => 'app\\framework\\discovery\\clear',
|
|
11 => 'app\\framework\\discovery\\optimize',
|
|
12 => 'app\\framework\\discovery\\getattributeregistry',
|
|
13 => 'app\\framework\\discovery\\getinterfaceregistry',
|
|
14 => 'app\\framework\\discovery\\getrouteregistry',
|
|
15 => 'app\\framework\\discovery\\gettemplateregistry',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/WindowEntry.php' =>
|
|
array (
|
|
0 => 'a91d56f5944729ae4814d635ae9f70d241c9d178',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\windowentry',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\iswithinwindow',
|
|
2 => 'app\\framework\\slidingwindow\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/SlidingWindowFactory.php' =>
|
|
array (
|
|
0 => 'f25d68a5a2a7c30d47710a5339b28d439250e143',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\slidingwindowfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\createcountingwindow',
|
|
2 => 'app\\framework\\slidingwindow\\createbooleanwindow',
|
|
3 => 'app\\framework\\slidingwindow\\createnumericwindow',
|
|
4 => 'app\\framework\\slidingwindow\\createratelimitwindow',
|
|
5 => 'app\\framework\\slidingwindow\\createcustomwindow',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/SlidingWindowStats.php' =>
|
|
array (
|
|
0 => '5b417a6337ffeea89d156ea3554429e67dcd56fc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\slidingwindowstats',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\hasminimumcount',
|
|
2 => 'app\\framework\\slidingwindow\\getratepersecond',
|
|
3 => 'app\\framework\\slidingwindow\\getrateperminute',
|
|
4 => 'app\\framework\\slidingwindow\\getaggregatedvalue',
|
|
5 => 'app\\framework\\slidingwindow\\isempty',
|
|
6 => 'app\\framework\\slidingwindow\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/RateLimitAggregator.php' =>
|
|
array (
|
|
0 => 'fa010dd39b4faff43e86c7d91557f5d86a409dbc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\ratelimitaggregator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\aggregate',
|
|
2 => 'app\\framework\\slidingwindow\\aggregator\\getidentifier',
|
|
3 => 'app\\framework\\slidingwindow\\aggregator\\analyzethreatpatterns',
|
|
4 => 'app\\framework\\slidingwindow\\aggregator\\calculatevariance',
|
|
5 => 'app\\framework\\slidingwindow\\aggregator\\detectrampuppattern',
|
|
6 => 'app\\framework\\slidingwindow\\aggregator\\calculateconfidence',
|
|
7 => 'app\\framework\\slidingwindow\\aggregator\\calculatethreatscore',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/CountingAggregator.php' =>
|
|
array (
|
|
0 => '02da6122b128350d880bedf412bb44eba0e1a576',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\countingaggregator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\aggregate',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\getidentifier',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/CountingResult.php' =>
|
|
array (
|
|
0 => '53ecb6cd7ffdeb11de9d8132a01178dbe34471d8',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\countingresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\isempty',
|
|
2 => 'app\\framework\\slidingwindow\\aggregator\\hasminimum',
|
|
3 => 'app\\framework\\slidingwindow\\aggregator\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/BooleanAggregator.php' =>
|
|
array (
|
|
0 => '288b36a8802111c1a5ed7722977dc78037d22a61',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\booleanaggregator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\aggregate',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\getidentifier',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/BooleanResult.php' =>
|
|
array (
|
|
0 => '2a90384c66106794f68771b967a0ab30279727d1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\booleanresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\isempty',
|
|
2 => 'app\\framework\\slidingwindow\\aggregator\\hasminimumrequests',
|
|
3 => 'app\\framework\\slidingwindow\\aggregator\\isfailurerateexceeded',
|
|
4 => 'app\\framework\\slidingwindow\\aggregator\\issuccessratebelow',
|
|
5 => 'app\\framework\\slidingwindow\\aggregator\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/NumericResult.php' =>
|
|
array (
|
|
0 => '55455a8b7d54b8e54c1f5cf9ce79083ba836f515',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\numericresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\isempty',
|
|
2 => 'app\\framework\\slidingwindow\\aggregator\\hasminimumsamples',
|
|
3 => 'app\\framework\\slidingwindow\\aggregator\\isaverageabove',
|
|
4 => 'app\\framework\\slidingwindow\\aggregator\\ispercentile95above',
|
|
5 => 'app\\framework\\slidingwindow\\aggregator\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/NumericAggregator.php' =>
|
|
array (
|
|
0 => '2ba690e32f6c33d860a998ceb9abd2f93f7916ff',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\numericaggregator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\aggregate',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\getidentifier',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/RateLimitResult.php' =>
|
|
array (
|
|
0 => '58ebbf1d365343d5cedb56c189ec3ba4e14e4d3c',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\ratelimitresult',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\gettimestampsasfloats',
|
|
2 => 'app\\framework\\slidingwindow\\aggregator\\hasburstpattern',
|
|
3 => 'app\\framework\\slidingwindow\\aggregator\\getburstanalysis',
|
|
4 => 'app\\framework\\slidingwindow\\aggregator\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/Aggregator/SlidingWindowAggregator.php' =>
|
|
array (
|
|
0 => '4aded37376bb9976d099cffa115ec298127c715a',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\slidingwindowaggregator',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\aggregator\\aggregate',
|
|
1 => 'app\\framework\\slidingwindow\\aggregator\\getidentifier',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/CacheBasedSlidingWindow.php' =>
|
|
array (
|
|
0 => '2edf3b665525b6c0f773326b418d36756a98eb43',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\cachebasedslidingwindow',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\record',
|
|
2 => 'app\\framework\\slidingwindow\\getvalues',
|
|
3 => 'app\\framework\\slidingwindow\\getstats',
|
|
4 => 'app\\framework\\slidingwindow\\clear',
|
|
5 => 'app\\framework\\slidingwindow\\getwindowsize',
|
|
6 => 'app\\framework\\slidingwindow\\getidentifier',
|
|
7 => 'app\\framework\\slidingwindow\\getentriesfromcache',
|
|
8 => 'app\\framework\\slidingwindow\\storeentriestocache',
|
|
9 => 'app\\framework\\slidingwindow\\getvalidentries',
|
|
10 => 'app\\framework\\slidingwindow\\cleanup',
|
|
11 => 'app\\framework\\slidingwindow\\getcachekey',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/InMemorySlidingWindow.php' =>
|
|
array (
|
|
0 => '4853aca4a03cbb5d6dd29b080f48c54ebe88f6ac',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\inmemoryslidingwindow',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\__construct',
|
|
1 => 'app\\framework\\slidingwindow\\record',
|
|
2 => 'app\\framework\\slidingwindow\\getvalues',
|
|
3 => 'app\\framework\\slidingwindow\\getstats',
|
|
4 => 'app\\framework\\slidingwindow\\clear',
|
|
5 => 'app\\framework\\slidingwindow\\getwindowsize',
|
|
6 => 'app\\framework\\slidingwindow\\getidentifier',
|
|
7 => 'app\\framework\\slidingwindow\\getvalidentries',
|
|
8 => 'app\\framework\\slidingwindow\\cleanup',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/SlidingWindow/SlidingWindow.php' =>
|
|
array (
|
|
0 => '97583afb43fe592e5b9aaa42835aa9188da96a26',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\slidingwindow',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\slidingwindow\\record',
|
|
1 => 'app\\framework\\slidingwindow\\getvalues',
|
|
2 => 'app\\framework\\slidingwindow\\getstats',
|
|
3 => 'app\\framework\\slidingwindow\\clear',
|
|
4 => 'app\\framework\\slidingwindow\\getwindowsize',
|
|
5 => 'app\\framework\\slidingwindow\\getidentifier',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StateManagement/StateManagerStatistics.php' =>
|
|
array (
|
|
0 => 'e86cbce51fd63b907fd7b8587c2cc2f5b0eeec21',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\statemanagerstatistics',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\__construct',
|
|
1 => 'app\\framework\\statemanagement\\gethitrate',
|
|
2 => 'app\\framework\\statemanagement\\getmissrate',
|
|
3 => 'app\\framework\\statemanagement\\gettotaloperations',
|
|
4 => 'app\\framework\\statemanagement\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StateManagement/InMemoryStateManager.php' =>
|
|
array (
|
|
0 => '82322f7a4577af3f5324e571ffd20dd1730c2ebc',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\inmemorystatemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\__construct',
|
|
1 => 'app\\framework\\statemanagement\\getstate',
|
|
2 => 'app\\framework\\statemanagement\\setstate',
|
|
3 => 'app\\framework\\statemanagement\\hasstate',
|
|
4 => 'app\\framework\\statemanagement\\removestate',
|
|
5 => 'app\\framework\\statemanagement\\updatestate',
|
|
6 => 'app\\framework\\statemanagement\\getallstates',
|
|
7 => 'app\\framework\\statemanagement\\clearall',
|
|
8 => 'app\\framework\\statemanagement\\getstatistics',
|
|
9 => 'app\\framework\\statemanagement\\for',
|
|
10 => 'app\\framework\\statemanagement\\isvalidkey',
|
|
11 => 'app\\framework\\statemanagement\\cleanupexpiredkeys',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StateManagement/SerializableState.php' =>
|
|
array (
|
|
0 => 'ee2b4d8669e2eaa25bc6cc4f48a5bd9eb3c57537',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\serializablestate',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\toarray',
|
|
1 => 'app\\framework\\statemanagement\\fromarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StateManagement/StateManagerFactory.php' =>
|
|
array (
|
|
0 => '7329897a5de6a823c4d1063b5fcad9ebcbf6a4f6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\statemanagerfactory',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\__construct',
|
|
1 => 'app\\framework\\statemanagement\\createcachebased',
|
|
2 => 'app\\framework\\statemanagement\\createinmemory',
|
|
3 => 'app\\framework\\statemanagement\\createforcircuitbreaker',
|
|
4 => 'app\\framework\\statemanagement\\createforerrorboundary',
|
|
5 => 'app\\framework\\statemanagement\\createforratelimiter',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StateManagement/StateManagerInterface.php' =>
|
|
array (
|
|
0 => '3dc132a9bade19ced942aefefe6de1d3795ca054',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\StateManager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\getstate',
|
|
1 => 'app\\framework\\statemanagement\\setstate',
|
|
2 => 'app\\framework\\statemanagement\\hasstate',
|
|
3 => 'app\\framework\\statemanagement\\removestate',
|
|
4 => 'app\\framework\\statemanagement\\updatestate',
|
|
5 => 'app\\framework\\statemanagement\\getallstates',
|
|
6 => 'app\\framework\\statemanagement\\clearall',
|
|
7 => 'app\\framework\\statemanagement\\getstatistics',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/StateManagement/CacheBasedStateManager.php' =>
|
|
array (
|
|
0 => 'b482a5903476a0f50bb55d2dd9d9fcf2c6d6dd60',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\cachebasedstatemanager',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\statemanagement\\__construct',
|
|
1 => 'app\\framework\\statemanagement\\getstate',
|
|
2 => 'app\\framework\\statemanagement\\setstate',
|
|
3 => 'app\\framework\\statemanagement\\hasstate',
|
|
4 => 'app\\framework\\statemanagement\\removestate',
|
|
5 => 'app\\framework\\statemanagement\\updatestate',
|
|
6 => 'app\\framework\\statemanagement\\getallstates',
|
|
7 => 'app\\framework\\statemanagement\\clearall',
|
|
8 => 'app\\framework\\statemanagement\\getstatistics',
|
|
9 => 'app\\framework\\statemanagement\\for',
|
|
10 => 'app\\framework\\statemanagement\\getcachekey',
|
|
11 => 'app\\framework\\statemanagement\\log',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Analytics/ValueObjects/VelocityDirection.php' =>
|
|
array (
|
|
0 => '78e9f236ce810ebe3369146d57cef62b154dcb09',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\velocitydirection',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Analytics/ValueObjects/AnomalyType.php' =>
|
|
array (
|
|
0 => '6bdd1267fd82fc7d4c3caca5aff220a19aebfb86',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\anomalytype',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Analytics/ValueObjects/ErrorAnomaly.php' =>
|
|
array (
|
|
0 => 'f9d5eedeb157bfb8c78716455b375bd4cf2834f5',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\erroranomaly',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\create',
|
|
2 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\isspike',
|
|
3 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\isdrop',
|
|
4 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\ishighseverity',
|
|
5 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\isstatisticallysignificant',
|
|
6 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\iscriticalanomaly',
|
|
7 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Analytics/ValueObjects/AnomalySeverity.php' =>
|
|
array (
|
|
0 => 'afae2d2352f1e23227fe081e9a806d90c9c71bc1',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\anomalyseverity',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/ErrorReporting/Analytics/ValueObjects/ErrorVelocity.php' =>
|
|
array (
|
|
0 => 'db467dba00945051930dbf005abdfd9142ee8ee0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\errorvelocity',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\calculate',
|
|
2 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\isincreasing',
|
|
3 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\isdecreasing',
|
|
4 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\isstable',
|
|
5 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\issignificantchange',
|
|
6 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\iscriticalchange',
|
|
7 => 'app\\framework\\errorreporting\\analytics\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/ValueObjects/CountryRisk.php' =>
|
|
array (
|
|
0 => '025adb492c24c2da945e0a0fe0f91ec8c96451cf',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\countryrisk',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\ddos\\analysis\\valueobjects\\analyze',
|
|
2 => 'app\\framework\\ddos\\analysis\\valueobjects\\iscritical',
|
|
3 => 'app\\framework\\ddos\\analysis\\valueobjects\\requiresblocking',
|
|
4 => 'app\\framework\\ddos\\analysis\\valueobjects\\requiresthrottling',
|
|
5 => 'app\\framework\\ddos\\analysis\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/ValueObjects/CountryVelocity.php' =>
|
|
array (
|
|
0 => '0e1cbcef8f5e5b61e58044caacaed291a58128f6',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\countryvelocity',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\ddos\\analysis\\valueobjects\\calculate',
|
|
2 => 'app\\framework\\ddos\\analysis\\valueobjects\\isspike',
|
|
3 => 'app\\framework\\ddos\\analysis\\valueobjects\\iscriticalspike',
|
|
4 => 'app\\framework\\ddos\\analysis\\valueobjects\\isanomalous',
|
|
5 => 'app\\framework\\ddos\\analysis\\valueobjects\\requiresblocking',
|
|
6 => 'app\\framework\\ddos\\analysis\\valueobjects\\requiresthrottling',
|
|
7 => 'app\\framework\\ddos\\analysis\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/ValueObjects/GeographicDistribution.php' =>
|
|
array (
|
|
0 => '9b1ec71e5a65ba79510b0d252e3cefb873f2d456',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\geographicdistribution',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\__construct',
|
|
1 => 'app\\framework\\ddos\\analysis\\valueobjects\\analyze',
|
|
2 => 'app\\framework\\ddos\\analysis\\valueobjects\\indicatesddos',
|
|
3 => 'app\\framework\\ddos\\analysis\\valueobjects\\isglobalattack',
|
|
4 => 'app\\framework\\ddos\\analysis\\valueobjects\\requiresimmedateaction',
|
|
5 => 'app\\framework\\ddos\\analysis\\valueobjects\\toarray',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/ValueObjects/CountryRiskLevel.php' =>
|
|
array (
|
|
0 => '9a9a6e61344795381e31525bb5bacf9e3842b787',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\countryrisklevel',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/ValueObjects/DistributionPattern.php' =>
|
|
array (
|
|
0 => 'ca680504367e6f189aad1572286be570a473ff3e',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\distributionpattern',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
'/home/michael/dev/michaelschiemer/src/Framework/DDoS/Analysis/ValueObjects/VelocityTrend.php' =>
|
|
array (
|
|
0 => 'bcf7fc911f25198b9ece35e86a2f4cb7e4e4a5e0',
|
|
1 =>
|
|
array (
|
|
0 => 'app\\framework\\ddos\\analysis\\valueobjects\\velocitytrend',
|
|
),
|
|
2 =>
|
|
array (
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
),
|
|
));
|