Files
michaelschiemer/var/phpstan/cache/PHPStan/b8/5f/b85f95b789479560e456e8e07cbd1901a2f26689.php
Michael Schiemer e30753ba0e fix: resolve RedisCache array offset error and improve discovery diagnostics
- Fix RedisCache driver to handle MGET failures gracefully with fallback
- Add comprehensive discovery context comparison debug tools
- Identify root cause: WEB context discovery missing 166 items vs CLI
- WEB context missing RequestFactory class entirely (52 vs 69 commands)
- Improved exception handling with detailed binding diagnostics
2025-09-12 20:05:18 +02:00

5318 lines
208 KiB
PHP
Executable File

<?php declare(strict_types = 1);
// odsl-/home/michael/dev/michaelschiemer/src/Framework/Database
return \PHPStan\Cache\CacheItem::__set_state(array(
'variableKey' => 'v1',
'data' =>
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/UnifiedRetryMiddleware.php' =>
array (
0 => 'f9957dc33074f5b68b566e23567183cf6e3c3db9',
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/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/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/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 => 'd61ca6ec44497db77f882f5b4a9f2c6dc09b6730',
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 => 'cd9b8be7b6c0e01a2b074be4658c43159ee8f50e',
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 => '5a7b085541817e59f6708fcbc7b8d74242e999cc',
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 => 'c3001f072286201e34b9fb6579e9a8409df18f93',
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 => '4124ab54cfd81162c345171f3391296a4b545095',
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 => '5d6c21519cba76199faf3834cfe2c7f7a515b2b5',
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 => '09813846967a917bef70472181cb7969b0989111',
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 => '250062c014d064b1e35a20bf8fb7cba562571471',
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 => 'cec08fc1a065847e56126994abb2282de9ba66d7',
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/Monitoring/Health/DatabaseHealthChecker.php' =>
array (
0 => '97a964fbe90667cb81e56fdccad999610994c53e',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\health\\databasehealthchecker',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\health\\__construct',
1 => 'app\\framework\\database\\monitoring\\health\\checkhealth',
2 => 'app\\framework\\database\\monitoring\\health\\checkconnection',
3 => 'app\\framework\\database\\monitoring\\health\\checkreadwrite',
4 => 'app\\framework\\database\\monitoring\\health\\checkdatabasesize',
5 => 'app\\framework\\database\\monitoring\\health\\checktablecount',
6 => 'app\\framework\\database\\monitoring\\health\\checklongrunningqueries',
7 => 'app\\framework\\database\\monitoring\\health\\checkmysqlhealth',
8 => 'app\\framework\\database\\monitoring\\health\\checkpostgresqlhealth',
9 => 'app\\framework\\database\\monitoring\\health\\checksqlitehealth',
10 => 'app\\framework\\database\\monitoring\\health\\formatbytes',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/Health/HealthCheckStatus.php' =>
array (
0 => 'c1481ced34aed6ea694a7c5c65327ae404fd3b1f',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\health\\healthcheckstatus',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\health\\__construct',
1 => 'app\\framework\\database\\monitoring\\health\\ok',
2 => 'app\\framework\\database\\monitoring\\health\\warning',
3 => 'app\\framework\\database\\monitoring\\health\\error',
4 => 'app\\framework\\database\\monitoring\\health\\isok',
5 => 'app\\framework\\database\\monitoring\\health\\iswarning',
6 => 'app\\framework\\database\\monitoring\\health\\iserror',
7 => 'app\\framework\\database\\monitoring\\health\\toarray',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/Health/HealthCheckResult.php' =>
array (
0 => '99db7f3f610746bbc740d6df7451aaa9ff576ba8',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\health\\healthcheckresult',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\health\\__construct',
1 => 'app\\framework\\database\\monitoring\\health\\addcheck',
2 => 'app\\framework\\database\\monitoring\\health\\adderror',
3 => 'app\\framework\\database\\monitoring\\health\\getchecks',
4 => 'app\\framework\\database\\monitoring\\health\\geterrors',
5 => 'app\\framework\\database\\monitoring\\health\\getconnection',
6 => 'app\\framework\\database\\monitoring\\health\\gettimestamp',
7 => 'app\\framework\\database\\monitoring\\health\\haserrors',
8 => 'app\\framework\\database\\monitoring\\health\\haswarnings',
9 => 'app\\framework\\database\\monitoring\\health\\ishealthy',
10 => 'app\\framework\\database\\monitoring\\health\\getoverallstatus',
11 => 'app\\framework\\database\\monitoring\\health\\toarray',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/Commands/DatabaseHealthCheckCommand.php' =>
array (
0 => 'f1eb7a66c4f7da47d3498a059a22fdc7fb7478c8',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\commands\\databasehealthcheckcommand',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\commands\\__construct',
1 => 'app\\framework\\database\\monitoring\\commands\\__invoke',
2 => 'app\\framework\\database\\monitoring\\commands\\checkall',
3 => 'app\\framework\\database\\monitoring\\commands\\displayresults',
4 => 'app\\framework\\database\\monitoring\\commands\\formatstatus',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/Commands/LogQueryStatisticsCommand.php' =>
array (
0 => '6bcbe843eceb363a74e1a4d6affa53b474c20da7',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\commands\\logquerystatisticscommand',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\commands\\__construct',
1 => 'app\\framework\\database\\monitoring\\commands\\__invoke',
2 => 'app\\framework\\database\\monitoring\\commands\\purge',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/Dashboard/DatabaseDashboardController.php' =>
array (
0 => '9314024a30b5f201eff233c002148edf05ab3860',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\dashboard\\databasedashboardcontroller',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\dashboard\\__construct',
1 => 'app\\framework\\database\\monitoring\\dashboard\\dashboard',
2 => 'app\\framework\\database\\monitoring\\dashboard\\stats',
3 => 'app\\framework\\database\\monitoring\\dashboard\\queries',
4 => 'app\\framework\\database\\monitoring\\dashboard\\tables',
5 => 'app\\framework\\database\\monitoring\\dashboard\\indexes',
6 => 'app\\framework\\database\\monitoring\\dashboard\\specificstats',
7 => 'app\\framework\\database\\monitoring\\dashboard\\profiling',
8 => 'app\\framework\\database\\monitoring\\dashboard\\getconnectionstats',
9 => 'app\\framework\\database\\monitoring\\dashboard\\getoptimizer',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/Dashboard/DatabaseHealthController.php' =>
array (
0 => 'c653506440bb6ccb8d1d58f18a97fe4bb6834411',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\dashboard\\databasehealthcontroller',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\dashboard\\__construct',
1 => 'app\\framework\\database\\monitoring\\dashboard\\dashboard',
2 => 'app\\framework\\database\\monitoring\\dashboard\\connectionhealth',
3 => 'app\\framework\\database\\monitoring\\dashboard\\allconnectionshealth',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/Dashboard/QueryHistoryController.php' =>
array (
0 => '13d4371aaa81bab4a3616d6b6355bb76bb246d74',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\dashboard\\queryhistorycontroller',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\dashboard\\__construct',
1 => 'app\\framework\\database\\monitoring\\dashboard\\dashboard',
2 => 'app\\framework\\database\\monitoring\\dashboard\\hourlystats',
3 => 'app\\framework\\database\\monitoring\\dashboard\\dailystats',
4 => 'app\\framework\\database\\monitoring\\dashboard\\slowqueries',
5 => 'app\\framework\\database\\monitoring\\dashboard\\querytrend',
6 => 'app\\framework\\database\\monitoring\\dashboard\\querydetails',
7 => 'app\\framework\\database\\monitoring\\dashboard\\formathourlystatsforchart',
8 => 'app\\framework\\database\\monitoring\\dashboard\\formatdailystatsforchart',
9 => 'app\\framework\\database\\monitoring\\dashboard\\formatquerytrendforchart',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Monitoring/History/QueryHistoryLogger.php' =>
array (
0 => 'f7dcfaf8ecdb6ab0f7d034e1d3b8396d5aea3255',
1 =>
array (
0 => 'app\\framework\\database\\monitoring\\history\\queryhistorylogger',
),
2 =>
array (
0 => 'app\\framework\\database\\monitoring\\history\\__construct',
1 => 'app\\framework\\database\\monitoring\\history\\logcurrentstats',
2 => 'app\\framework\\database\\monitoring\\history\\logslowqueries',
3 => 'app\\framework\\database\\monitoring\\history\\logquerydetail',
4 => 'app\\framework\\database\\monitoring\\history\\gethourlystats',
5 => 'app\\framework\\database\\monitoring\\history\\getdailystats',
6 => 'app\\framework\\database\\monitoring\\history\\gettopslowqueries',
7 => 'app\\framework\\database\\monitoring\\history\\getquerytrend',
8 => 'app\\framework\\database\\monitoring\\history\\getquerydetails',
9 => 'app\\framework\\database\\monitoring\\history\\purgeolddata',
10 => 'app\\framework\\database\\monitoring\\history\\ensurehistorytables',
11 => 'app\\framework\\database\\monitoring\\history\\ensuremysqltables',
12 => 'app\\framework\\database\\monitoring\\history\\ensurepostgresqltables',
13 => 'app\\framework\\database\\monitoring\\history\\ensuresqlitetables',
),
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 => '842e0616bc1d9643e88bc698ad20438954892922',
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/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/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/Comparison/SchemaDifference.php' =>
array (
0 => '36f753bd8e8f6c3c671ef76d294844ee57cf76fb',
1 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\schemadifference',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\__construct',
1 => 'app\\framework\\database\\schema\\comparison\\hasdifferences',
2 => 'app\\framework\\database\\schema\\comparison\\getsummary',
3 => 'app\\framework\\database\\schema\\comparison\\getdescription',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Comparison/TableDifference.php' =>
array (
0 => 'ccfb9bdca505c6226cf9fd11781e48450f161f12',
1 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\tabledifference',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\__construct',
1 => 'app\\framework\\database\\schema\\comparison\\hasdifferences',
2 => 'app\\framework\\database\\schema\\comparison\\getsummary',
3 => 'app\\framework\\database\\schema\\comparison\\getdescription',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Comparison/MigrationGenerator.php' =>
array (
0 => '54a7943bec1dff5d75b318049b707d107104711b',
1 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\migrationgenerator',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\generatemigration',
1 => 'app\\framework\\database\\schema\\comparison\\generateupcode',
2 => 'app\\framework\\database\\schema\\comparison\\generatedowncode',
3 => 'app\\framework\\database\\schema\\comparison\\generatecreatetablecode',
4 => 'app\\framework\\database\\schema\\comparison\\generatedroptablecode',
5 => 'app\\framework\\database\\schema\\comparison\\generatetablemodificationcode',
6 => 'app\\framework\\database\\schema\\comparison\\generatereversetablemodificationcode',
7 => 'app\\framework\\database\\schema\\comparison\\generatemigrationclass',
8 => 'app\\framework\\database\\schema\\comparison\\mapcolumntype',
9 => 'app\\framework\\database\\schema\\comparison\\formatdefaultvalue',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Comparison/SchemaComparator.php' =>
array (
0 => '9575aa9420a76953bfa42251e6df5cc9ff06697c',
1 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\schemacomparator',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\comparison\\__construct',
1 => 'app\\framework\\database\\schema\\comparison\\compare',
2 => 'app\\framework\\database\\schema\\comparison\\comparemysql',
3 => 'app\\framework\\database\\schema\\comparison\\comparepostgresql',
4 => 'app\\framework\\database\\schema\\comparison\\comparesqlite',
5 => 'app\\framework\\database\\schema\\comparison\\getdefaultschema',
6 => 'app\\framework\\database\\schema\\comparison\\getdrivername',
7 => 'app\\framework\\database\\schema\\comparison\\getmysqltables',
8 => 'app\\framework\\database\\schema\\comparison\\getmysqlcolumns',
9 => 'app\\framework\\database\\schema\\comparison\\getmysqlindexes',
10 => 'app\\framework\\database\\schema\\comparison\\getmysqlforeignkeys',
11 => 'app\\framework\\database\\schema\\comparison\\getpostgresqltables',
12 => 'app\\framework\\database\\schema\\comparison\\getpostgresqlcolumns',
13 => 'app\\framework\\database\\schema\\comparison\\getpostgresqlindexes',
14 => 'app\\framework\\database\\schema\\comparison\\getpostgresqlforeignkeys',
15 => 'app\\framework\\database\\schema\\comparison\\convertpostgresqlrule',
16 => 'app\\framework\\database\\schema\\comparison\\getsqlitetables',
17 => 'app\\framework\\database\\schema\\comparison\\getsqlitecolumns',
18 => 'app\\framework\\database\\schema\\comparison\\getsqliteindexes',
19 => 'app\\framework\\database\\schema\\comparison\\getsqliteforeignkeys',
),
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 => '7aa9b75b5d0721bfc192660b30ddf8f6026cdfcc',
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/Index/PostgreSQLIndex.php' =>
array (
0 => '6af544cba73429161395d4f8dd32f630c45ce78f',
1 =>
array (
0 => 'app\\framework\\database\\schema\\index\\postgresqlindex',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\index\\__construct',
1 => 'app\\framework\\database\\schema\\index\\btree',
2 => 'app\\framework\\database\\schema\\index\\unique',
3 => 'app\\framework\\database\\schema\\index\\gin',
4 => 'app\\framework\\database\\schema\\index\\gist',
5 => 'app\\framework\\database\\schema\\index\\brin',
6 => 'app\\framework\\database\\schema\\index\\spgist',
7 => 'app\\framework\\database\\schema\\index\\hash',
8 => 'app\\framework\\database\\schema\\index\\partial',
9 => 'app\\framework\\database\\schema\\index\\functional',
10 => 'app\\framework\\database\\schema\\index\\fulltext',
11 => 'app\\framework\\database\\schema\\index\\spatial',
12 => 'app\\framework\\database\\schema\\index\\include',
13 => 'app\\framework\\database\\schema\\index\\fillfactor',
14 => 'app\\framework\\database\\schema\\index\\concurrently',
15 => 'app\\framework\\database\\schema\\index\\tablespace',
16 => 'app\\framework\\database\\schema\\index\\tosql',
17 => 'app\\framework\\database\\schema\\index\\getdefinition',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Index/Analysis/IndexRecommender.php' =>
array (
0 => '7b38e527de4a49290968a36f851dfc2c6300dbe8',
1 =>
array (
0 => 'app\\framework\\database\\schema\\index\\analysis\\indexrecommender',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\index\\analysis\\__construct',
1 => 'app\\framework\\database\\schema\\index\\analysis\\getrecommendations',
2 => 'app\\framework\\database\\schema\\index\\analysis\\generatesql',
3 => 'app\\framework\\database\\schema\\index\\analysis\\analyzequery',
4 => 'app\\framework\\database\\schema\\index\\analysis\\getrecommendationsfromquerylogger',
5 => 'app\\framework\\database\\schema\\index\\analysis\\analyzequerypattern',
6 => 'app\\framework\\database\\schema\\index\\analysis\\extracttablesfromquery',
7 => 'app\\framework\\database\\schema\\index\\analysis\\extractconditionsfromquery',
8 => 'app\\framework\\database\\schema\\index\\analysis\\extractjoinsfromquery',
9 => 'app\\framework\\database\\schema\\index\\analysis\\extractorderbyfromquery',
10 => 'app\\framework\\database\\schema\\index\\analysis\\extractgroupbyfromquery',
11 => 'app\\framework\\database\\schema\\index\\analysis\\generateindexname',
12 => 'app\\framework\\database\\schema\\index\\analysis\\getmysqlrecommendations',
13 => 'app\\framework\\database\\schema\\index\\analysis\\extractcolumnsfromsamplequery',
14 => 'app\\framework\\database\\schema\\index\\analysis\\getpostgresqlrecommendations',
15 => 'app\\framework\\database\\schema\\index\\analysis\\parsepostgresqlarray',
16 => 'app\\framework\\database\\schema\\index\\analysis\\analyzemysqlquery',
17 => 'app\\framework\\database\\schema\\index\\analysis\\getcolumnsforkey',
18 => 'app\\framework\\database\\schema\\index\\analysis\\analyzepostgresqlquery',
19 => 'app\\framework\\database\\schema\\index\\analysis\\analyzepostgresqlplan',
20 => 'app\\framework\\database\\schema\\index\\analysis\\extractcolumnsfrompostgresqlfilter',
21 => 'app\\framework\\database\\schema\\index\\analysis\\generatemysqlindexsql',
22 => 'app\\framework\\database\\schema\\index\\analysis\\generatepostgresqlindexsql',
23 => 'app\\framework\\database\\schema\\index\\analysis\\generatesqliteindexsql',
24 => 'app\\framework\\database\\schema\\index\\analysis\\getdrivername',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Index/Analysis/IndexUsageAnalyzer.php' =>
array (
0 => 'b56cab666ed13072bd3ebdec4b0e0651f1dcb85e',
1 =>
array (
0 => 'app\\framework\\database\\schema\\index\\analysis\\indexusageanalyzer',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\index\\analysis\\__construct',
1 => 'app\\framework\\database\\schema\\index\\analysis\\getindexusagestatistics',
2 => 'app\\framework\\database\\schema\\index\\analysis\\getunusedindexes',
3 => 'app\\framework\\database\\schema\\index\\analysis\\getduplicateindexes',
4 => 'app\\framework\\database\\schema\\index\\analysis\\getoversizedindexes',
5 => 'app\\framework\\database\\schema\\index\\analysis\\getfragmentedindexes',
6 => 'app\\framework\\database\\schema\\index\\analysis\\getmysqlindexusagestatistics',
7 => 'app\\framework\\database\\schema\\index\\analysis\\getmysqlunusedindexes',
8 => 'app\\framework\\database\\schema\\index\\analysis\\getmysqlduplicateindexes',
9 => 'app\\framework\\database\\schema\\index\\analysis\\getmysqloversizedindexes',
10 => 'app\\framework\\database\\schema\\index\\analysis\\getmysqlfragmentedindexes',
11 => 'app\\framework\\database\\schema\\index\\analysis\\getpostgresqlindexusagestatistics',
12 => 'app\\framework\\database\\schema\\index\\analysis\\getpostgresqlunusedindexes',
13 => 'app\\framework\\database\\schema\\index\\analysis\\getpostgresqlduplicateindexes',
14 => 'app\\framework\\database\\schema\\index\\analysis\\getpostgresqloversizedindexes',
15 => 'app\\framework\\database\\schema\\index\\analysis\\getpostgresqlfragmentedindexes',
16 => 'app\\framework\\database\\schema\\index\\analysis\\getdrivername',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Index/AdvancedIndexDefinition.php' =>
array (
0 => '75fcc607b447e490c9d62428a13a4ff65842cd0f',
1 =>
array (
0 => 'app\\framework\\database\\schema\\index\\advancedindexdefinition',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\index\\__construct',
1 => 'app\\framework\\database\\schema\\index\\create',
2 => 'app\\framework\\database\\schema\\index\\partial',
3 => 'app\\framework\\database\\schema\\index\\functional',
4 => 'app\\framework\\database\\schema\\index\\gin',
5 => 'app\\framework\\database\\schema\\index\\gist',
6 => 'app\\framework\\database\\schema\\index\\brin',
7 => 'app\\framework\\database\\schema\\index\\spgist',
8 => 'app\\framework\\database\\schema\\index\\btree',
9 => 'app\\framework\\database\\schema\\index\\rtree',
10 => 'app\\framework\\database\\schema\\index\\hash',
11 => 'app\\framework\\database\\schema\\index\\tosql',
12 => 'app\\framework\\database\\schema\\index\\standardindextosql',
13 => 'app\\framework\\database\\schema\\index\\partialindextosql',
14 => 'app\\framework\\database\\schema\\index\\functionalindextosql',
15 => 'app\\framework\\database\\schema\\index\\tomysqlindex',
16 => 'app\\framework\\database\\schema\\index\\topostgresqlindex',
17 => 'app\\framework\\database\\schema\\index\\tosqliteindex',
18 => 'app\\framework\\database\\schema\\index\\formatcolumns',
19 => 'app\\framework\\database\\schema\\index\\generateindexname',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Index/SQLiteIndex.php' =>
array (
0 => 'fefd4826e9ef85be0548a506c3209dd459e9651c',
1 =>
array (
0 => 'app\\framework\\database\\schema\\index\\sqliteindex',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\index\\__construct',
1 => 'app\\framework\\database\\schema\\index\\create',
2 => 'app\\framework\\database\\schema\\index\\unique',
3 => 'app\\framework\\database\\schema\\index\\partial',
4 => 'app\\framework\\database\\schema\\index\\ifnotexists',
5 => 'app\\framework\\database\\schema\\index\\tosql',
6 => 'app\\framework\\database\\schema\\index\\getdefinition',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Index/AdvancedIndexType.php' =>
array (
0 => '4a9e10c3e6c4134a9ed425e90c9cbf8d827bcef2',
1 =>
array (
0 => 'app\\framework\\database\\schema\\index\\advancedindextype',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\index\\issupportedby',
1 => 'app\\framework\\database\\schema\\index\\tosql',
2 => 'app\\framework\\database\\schema\\index\\getdescription',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Index/MySQLIndex.php' =>
array (
0 => '3458fdae34186d9dfa20b66f291b28a9da3d8a10',
1 =>
array (
0 => 'app\\framework\\database\\schema\\index\\mysqlindex',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\index\\__construct',
1 => 'app\\framework\\database\\schema\\index\\btree',
2 => 'app\\framework\\database\\schema\\index\\unique',
3 => 'app\\framework\\database\\schema\\index\\primary',
4 => 'app\\framework\\database\\schema\\index\\fulltext',
5 => 'app\\framework\\database\\schema\\index\\spatial',
6 => 'app\\framework\\database\\schema\\index\\hash',
7 => 'app\\framework\\database\\schema\\index\\rtree',
8 => 'app\\framework\\database\\schema\\index\\functional',
9 => 'app\\framework\\database\\schema\\index\\keyblocksize',
10 => 'app\\framework\\database\\schema\\index\\parser',
11 => 'app\\framework\\database\\schema\\index\\algorithm',
12 => 'app\\framework\\database\\schema\\index\\lock',
13 => 'app\\framework\\database\\schema\\index\\comment',
14 => 'app\\framework\\database\\schema\\index\\visible',
15 => 'app\\framework\\database\\schema\\index\\tosql',
16 => 'app\\framework\\database\\schema\\index\\getdefinition',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Schema/Schema.php' =>
array (
0 => '83a94f7a45bd04a91fd2fc99a4007077608b08c4',
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 => 'fbdf4b36b190dafabe8eba82ae7cb3fe7a39ef92',
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/SchemaDiffCommand.php' =>
array (
0 => 'fb574bee3068cc844150d9377baeb1bb306da9cb',
1 =>
array (
0 => 'app\\framework\\database\\schema\\commands\\schemadiffcommand',
),
2 =>
array (
0 => 'app\\framework\\database\\schema\\commands\\__construct',
1 => 'app\\framework\\database\\schema\\commands\\__invoke',
),
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/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/StoredProcedure/StoredProcedureManager.php' =>
array (
0 => '7ddf208ae7740245efe24f7aa3d2d0b44466c1b8',
1 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\storedproceduremanager',
),
2 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\__construct',
1 => 'app\\framework\\database\\storedprocedure\\createprocedure',
2 => 'app\\framework\\database\\storedprocedure\\createfunction',
3 => 'app\\framework\\database\\storedprocedure\\executeprocedureandmaptoobjects',
4 => 'app\\framework\\database\\storedprocedure\\executeprocedureandmaptoobject',
5 => 'app\\framework\\database\\storedprocedure\\executeprocedure',
6 => 'app\\framework\\database\\storedprocedure\\executeprocedureandmaptoarrays',
7 => 'app\\framework\\database\\storedprocedure\\executefunction',
8 => 'app\\framework\\database\\storedprocedure\\dropprocedure',
9 => 'app\\framework\\database\\storedprocedure\\dropfunction',
10 => 'app\\framework\\database\\storedprocedure\\procedureexists',
11 => 'app\\framework\\database\\storedprocedure\\functionexists',
12 => 'app\\framework\\database\\storedprocedure\\getallprocedures',
13 => 'app\\framework\\database\\storedprocedure\\getallfunctions',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/StoredProcedure/ResultMapper.php' =>
array (
0 => 'd025086ea6b6ceb614ef72e6635b0bb0a46a2992',
1 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\resultmapper',
),
2 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\__construct',
1 => 'app\\framework\\database\\storedprocedure\\maptoobjects',
2 => 'app\\framework\\database\\storedprocedure\\maptoobject',
3 => 'app\\framework\\database\\storedprocedure\\maptoassociativearray',
4 => 'app\\framework\\database\\storedprocedure\\maptoassociativearrays',
5 => 'app\\framework\\database\\storedprocedure\\createobject',
6 => 'app\\framework\\database\\storedprocedure\\convertcolumnnametopropertyname',
7 => 'app\\framework\\database\\storedprocedure\\convertvalueforproperty',
8 => 'app\\framework\\database\\storedprocedure\\handlecomplextype',
9 => 'app\\framework\\database\\storedprocedure\\__construct',
10 => 'app\\framework\\database\\storedprocedure\\gettype',
11 => 'app\\framework\\database\\storedprocedure\\getname',
12 => 'app\\framework\\database\\storedprocedure\\isnullable',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/StoredProcedure/StoredProcedureDefinition.php' =>
array (
0 => '3326372673bfb4c323a8c09336f562564527b1c9',
1 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\storedproceduredefinition',
),
2 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\__construct',
1 => 'app\\framework\\database\\storedprocedure\\createprocedure',
2 => 'app\\framework\\database\\storedprocedure\\createfunction',
3 => 'app\\framework\\database\\storedprocedure\\withparameter',
4 => 'app\\framework\\database\\storedprocedure\\withbody',
5 => 'app\\framework\\database\\storedprocedure\\returnstype',
6 => 'app\\framework\\database\\storedprocedure\\getname',
7 => 'app\\framework\\database\\storedprocedure\\getparameters',
8 => 'app\\framework\\database\\storedprocedure\\getbody',
9 => 'app\\framework\\database\\storedprocedure\\getreturntype',
10 => 'app\\framework\\database\\storedprocedure\\isfunction',
11 => 'app\\framework\\database\\storedprocedure\\tosql',
12 => 'app\\framework\\database\\storedprocedure\\tomysql',
13 => 'app\\framework\\database\\storedprocedure\\topostgresql',
14 => 'app\\framework\\database\\storedprocedure\\tosqlite',
15 => 'app\\framework\\database\\storedprocedure\\buildmysqlparameters',
16 => 'app\\framework\\database\\storedprocedure\\buildpostgresqlparameters',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/StoredProcedure/StoredProcedureExecutor.php' =>
array (
0 => 'a819d339e1f84cf9978323ff49db7fdb07cce20f',
1 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\storedprocedureexecutor',
),
2 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\__construct',
1 => 'app\\framework\\database\\storedprocedure\\executeprocedure',
2 => 'app\\framework\\database\\storedprocedure\\executefunction',
3 => 'app\\framework\\database\\storedprocedure\\create',
4 => 'app\\framework\\database\\storedprocedure\\dropprocedure',
5 => 'app\\framework\\database\\storedprocedure\\dropfunction',
6 => 'app\\framework\\database\\storedprocedure\\procedureexists',
7 => 'app\\framework\\database\\storedprocedure\\functionexists',
8 => 'app\\framework\\database\\storedprocedure\\getallprocedures',
9 => 'app\\framework\\database\\storedprocedure\\getallfunctions',
10 => 'app\\framework\\database\\storedprocedure\\buildprocedurecallsql',
11 => 'app\\framework\\database\\storedprocedure\\buildfunctioncallsql',
12 => 'app\\framework\\database\\storedprocedure\\buildmysqlprocedurecall',
13 => 'app\\framework\\database\\storedprocedure\\buildmysqlfunctioncall',
14 => 'app\\framework\\database\\storedprocedure\\buildpostgresqlprocedurecall',
15 => 'app\\framework\\database\\storedprocedure\\buildpostgresqlfunctioncall',
16 => 'app\\framework\\database\\storedprocedure\\getdrivername',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/StoredProcedure/Exception/StoredFunctionException.php' =>
array (
0 => 'c3b01e964035a080452b808530c2eb922f4ad6a9',
1 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\exception\\storedfunctionexception',
),
2 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\exception\\createfromerror',
1 => 'app\\framework\\database\\storedprocedure\\exception\\executionerror',
2 => 'app\\framework\\database\\storedprocedure\\exception\\creationerror',
3 => 'app\\framework\\database\\storedprocedure\\exception\\notfound',
4 => 'app\\framework\\database\\storedprocedure\\exception\\invalidreturntype',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/StoredProcedure/Exception/StoredProcedureException.php' =>
array (
0 => '7b7eab7312c3468757f4911f5b63919b1fb2ca15',
1 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\exception\\storedprocedureexception',
),
2 =>
array (
0 => 'app\\framework\\database\\storedprocedure\\exception\\createfromerror',
1 => 'app\\framework\\database\\storedprocedure\\exception\\executionerror',
2 => 'app\\framework\\database\\storedprocedure\\exception\\creationerror',
3 => 'app\\framework\\database\\storedprocedure\\exception\\notfound',
),
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/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/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/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/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 => '4c1df61aefae07562950014cbf80f966019afeaf',
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 => 'fcd5b13cbb195949c4f0e1d9cb380ff931ba49d9',
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 => 'fc89fbcab8dd67b3f9171740118bc169b3da5411',
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/DatabaseOptimizeCommand.php' =>
array (
0 => '710aa87a73d526a7309810595d61c668fd2c6b1f',
1 =>
array (
0 => 'app\\framework\\database\\commands\\databaseoptimizecommand',
),
2 =>
array (
0 => 'app\\framework\\database\\commands\\__construct',
1 => 'app\\framework\\database\\commands\\optimize',
2 => 'app\\framework\\database\\commands\\analyze',
3 => 'app\\framework\\database\\commands\\check',
4 => 'app\\framework\\database\\commands\\status',
5 => 'app\\framework\\database\\commands\\indexes',
6 => 'app\\framework\\database\\commands\\getoptimizer',
7 => 'app\\framework\\database\\commands\\displayresults',
8 => 'app\\framework\\database\\commands\\displaytablestatus',
9 => 'app\\framework\\database\\commands\\displayindexinfo',
10 => 'app\\framework\\database\\commands\\formatbytes',
),
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/Optimization/PostgreSQLOptimizer.php' =>
array (
0 => '4785178d2de9f5b4bd583b5dbd2ae7dfca3bbad2',
1 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\postgresqloptimizer',
),
2 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\__construct',
1 => 'app\\framework\\database\\driver\\optimization\\optimizetables',
2 => 'app\\framework\\database\\driver\\optimization\\analyzetables',
3 => 'app\\framework\\database\\driver\\optimization\\checktables',
4 => 'app\\framework\\database\\driver\\optimization\\repairtables',
5 => 'app\\framework\\database\\driver\\optimization\\gettablestatus',
6 => 'app\\framework\\database\\driver\\optimization\\getindexstatistics',
7 => 'app\\framework\\database\\driver\\optimization\\getcachestatistics',
8 => 'app\\framework\\database\\driver\\optimization\\getdatabasesettings',
9 => 'app\\framework\\database\\driver\\optimization\\getlongrunningqueries',
10 => 'app\\framework\\database\\driver\\optimization\\getalltables',
11 => 'app\\framework\\database\\driver\\optimization\\gettableindexstatistics',
12 => 'app\\framework\\database\\driver\\optimization\\quoteidentifier',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/Optimization/SQLiteOptimizer.php' =>
array (
0 => 'c2ef67cc795aa7160fd0896da6b104a9601135e9',
1 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\sqliteoptimizer',
),
2 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\__construct',
1 => 'app\\framework\\database\\driver\\optimization\\optimizetables',
2 => 'app\\framework\\database\\driver\\optimization\\analyzetables',
3 => 'app\\framework\\database\\driver\\optimization\\checktables',
4 => 'app\\framework\\database\\driver\\optimization\\gettablestatus',
5 => 'app\\framework\\database\\driver\\optimization\\getindexstatistics',
6 => 'app\\framework\\database\\driver\\optimization\\getdatabasestatistics',
7 => 'app\\framework\\database\\driver\\optimization\\getpragmasettings',
8 => 'app\\framework\\database\\driver\\optimization\\setpragma',
9 => 'app\\framework\\database\\driver\\optimization\\getalltables',
10 => 'app\\framework\\database\\driver\\optimization\\gettableinfo',
11 => 'app\\framework\\database\\driver\\optimization\\gettableindexinfo',
12 => 'app\\framework\\database\\driver\\optimization\\formatbytes',
13 => 'app\\framework\\database\\driver\\optimization\\quoteidentifier',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/Optimization/MySQLOptimizer.php' =>
array (
0 => 'db6ae1bdab308131fbeed15789ae057cd54b27b3',
1 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\mysqloptimizer',
),
2 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\__construct',
1 => 'app\\framework\\database\\driver\\optimization\\optimizetables',
2 => 'app\\framework\\database\\driver\\optimization\\analyzetables',
3 => 'app\\framework\\database\\driver\\optimization\\checktables',
4 => 'app\\framework\\database\\driver\\optimization\\repairtables',
5 => 'app\\framework\\database\\driver\\optimization\\gettablestatus',
6 => 'app\\framework\\database\\driver\\optimization\\getindexstatistics',
7 => 'app\\framework\\database\\driver\\optimization\\getquerycachestatistics',
8 => 'app\\framework\\database\\driver\\optimization\\getbufferpoolstatistics',
9 => 'app\\framework\\database\\driver\\optimization\\getslowquerylogstatus',
10 => 'app\\framework\\database\\driver\\optimization\\setslowquerylog',
11 => 'app\\framework\\database\\driver\\optimization\\getalltables',
12 => 'app\\framework\\database\\driver\\optimization\\gettableindexstatistics',
13 => 'app\\framework\\database\\driver\\optimization\\quoteidentifier',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Driver/Optimization/DatabaseOptimizer.php' =>
array (
0 => 'de6e52f35672df051dab65753f788c864c8fa27d',
1 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\databaseoptimizer',
),
2 =>
array (
0 => 'app\\framework\\database\\driver\\optimization\\optimizetables',
1 => 'app\\framework\\database\\driver\\optimization\\analyzetables',
2 => 'app\\framework\\database\\driver\\optimization\\checktables',
3 => 'app\\framework\\database\\driver\\optimization\\gettablestatus',
4 => 'app\\framework\\database\\driver\\optimization\\getindexstatistics',
),
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 => '6d14e3649824c68d98893cd1b09fb52b66294837',
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/MigrationStatusCollection.php' =>
array (
0 => 'b6832b6b448c6ca3dcda595ebd7c955ee5e67b49',
1 =>
array (
0 => 'app\\framework\\database\\migration\\migrationstatuscollection',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\__construct',
1 => 'app\\framework\\database\\migration\\fromarray',
2 => 'app\\framework\\database\\migration\\add',
3 => 'app\\framework\\database\\migration\\count',
4 => 'app\\framework\\database\\migration\\isempty',
5 => 'app\\framework\\database\\migration\\getapplied',
6 => 'app\\framework\\database\\migration\\getpending',
7 => 'app\\framework\\database\\migration\\countapplied',
8 => 'app\\framework\\database\\migration\\countpending',
9 => 'app\\framework\\database\\migration\\toarray',
10 => 'app\\framework\\database\\migration\\getiterator',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/AbstractDependentMigration.php' =>
array (
0 => 'f7859f79dadaa3c9be77b4719d4b342ba3def7ab',
1 =>
array (
0 => 'app\\framework\\database\\migration\\abstractdependentmigration',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\__construct',
1 => 'app\\framework\\database\\migration\\up',
2 => 'app\\framework\\database\\migration\\down',
3 => 'app\\framework\\database\\migration\\getversion',
4 => 'app\\framework\\database\\migration\\getdescription',
5 => 'app\\framework\\database\\migration\\getdependencies',
6 => 'app\\framework\\database\\migration\\dependson',
7 => 'app\\framework\\database\\migration\\adddependency',
8 => 'app\\framework\\database\\migration\\adddependencies',
9 => 'app\\framework\\database\\migration\\adddependencybyversion',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationStatus.php' =>
array (
0 => 'c341a6e1573bac525f9e3c3cfceb9514101cf07e',
1 =>
array (
0 => 'app\\framework\\database\\migration\\migrationstatus',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\__construct',
1 => 'app\\framework\\database\\migration\\applied',
2 => 'app\\framework\\database\\migration\\pending',
3 => 'app\\framework\\database\\migration\\isapplied',
4 => 'app\\framework\\database\\migration\\ispending',
5 => 'app\\framework\\database\\migration\\getstatusicon',
6 => 'app\\framework\\database\\migration\\getstatustext',
7 => 'app\\framework\\database\\migration\\toarray',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationLoader.php' =>
array (
0 => '00a38cb25bc0d15e265909ce8f455baba90e4695',
1 =>
array (
0 => 'app\\framework\\database\\migration\\migrationloader',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\__construct',
1 => 'app\\framework\\database\\migration\\loadmigrations',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationVersionCollection.php' =>
array (
0 => '13cdc33db053f194f6a66a281ab2f444f3b04d73',
1 =>
array (
0 => 'app\\framework\\database\\migration\\migrationversioncollection',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\__construct',
1 => 'app\\framework\\database\\migration\\fromstrings',
2 => 'app\\framework\\database\\migration\\fromversions',
3 => 'app\\framework\\database\\migration\\add',
4 => 'app\\framework\\database\\migration\\contains',
5 => 'app\\framework\\database\\migration\\containsstring',
6 => 'app\\framework\\database\\migration\\count',
7 => 'app\\framework\\database\\migration\\isempty',
8 => 'app\\framework\\database\\migration\\sorted',
9 => 'app\\framework\\database\\migration\\getlatest',
10 => 'app\\framework\\database\\migration\\tostringarray',
11 => 'app\\framework\\database\\migration\\toarray',
12 => 'app\\framework\\database\\migration\\getiterator',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/ApplyMigrations.php' =>
array (
0 => '1f0731ecdccaaffa139b68935fa8766149546ffb',
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/MigrationCollection.php' =>
array (
0 => '39df32dce58f43471cea136bd2ea81e1a71263c8',
1 =>
array (
0 => 'app\\framework\\database\\migration\\migrationcollection',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\__construct',
1 => 'app\\framework\\database\\migration\\fromarray',
2 => 'app\\framework\\database\\migration\\getiterator',
3 => 'app\\framework\\database\\migration\\count',
4 => 'app\\framework\\database\\migration\\isempty',
5 => 'app\\framework\\database\\migration\\getbyversion',
6 => 'app\\framework\\database\\migration\\getbyversionstring',
7 => 'app\\framework\\database\\migration\\hasversion',
8 => 'app\\framework\\database\\migration\\hasversionstring',
9 => 'app\\framework\\database\\migration\\getversions',
10 => 'app\\framework\\database\\migration\\sorted',
11 => 'app\\framework\\database\\migration\\sorteddescending',
12 => 'app\\framework\\database\\migration\\filter',
13 => 'app\\framework\\database\\migration\\after',
14 => 'app\\framework\\database\\migration\\upto',
15 => 'app\\framework\\database\\migration\\first',
16 => 'app\\framework\\database\\migration\\last',
17 => 'app\\framework\\database\\migration\\toarray',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationDependencyGraph.php' =>
array (
0 => '5c774da42bbb38f96a319518648a123f0c9d7592',
1 =>
array (
0 => 'app\\framework\\database\\migration\\migrationdependencygraph',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\buildgraph',
1 => 'app\\framework\\database\\migration\\getexecutionorder',
2 => 'app\\framework\\database\\migration\\getdependencies',
3 => 'app\\framework\\database\\migration\\hasdependencies',
4 => 'app\\framework\\database\\migration\\isdependencyof',
5 => 'app\\framework\\database\\migration\\getdependants',
6 => 'app\\framework\\database\\migration\\detectcirculardependencies',
7 => 'app\\framework\\database\\migration\\detectcirculardependenciesutil',
8 => 'app\\framework\\database\\migration\\topologicalsort',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationGenerator.php' =>
array (
0 => 'ce798cd289c70c968b9073732b2d0acffd47aac7',
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\\toclassname',
3 => 'app\\framework\\database\\migration\\generatemigrationcontent',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/Migration.php' =>
array (
0 => '42ccb7c5e6d8f3f7ce5674b7ccc6de6cc842990f',
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\\getversion',
3 => '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/Commands/MakeMigrationFromDiffCommand.php' =>
array (
0 => 'f84df55cca59bcc5bb7039988514ed23cdf9ea97',
1 =>
array (
0 => 'app\\framework\\database\\migration\\commands\\makemigrationfromdiffcommand',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\commands\\__construct',
1 => 'app\\framework\\database\\migration\\commands\\__invoke',
2 => 'app\\framework\\database\\migration\\commands\\toclassname',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/DependentMigration.php' =>
array (
0 => 'e46b72efea8ef3e7adedb6890be88f2a7542fff8',
1 =>
array (
0 => 'app\\framework\\database\\migration\\dependentmigration',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\getdependencies',
1 => 'app\\framework\\database\\migration\\dependson',
2 => 'app\\framework\\database\\migration\\adddependency',
),
3 =>
array (
),
),
'/home/michael/dev/michaelschiemer/src/Framework/Database/Migration/MigrationVersion.php' =>
array (
0 => '6677886cc730b3999dd4a246674ddfd0ae9356f7',
1 =>
array (
0 => 'app\\framework\\database\\migration\\migrationversion',
),
2 =>
array (
0 => 'app\\framework\\database\\migration\\__construct',
1 => 'app\\framework\\database\\migration\\fromtimestamp',
2 => 'app\\framework\\database\\migration\\fromsequence',
3 => 'app\\framework\\database\\migration\\__tostring',
4 => 'app\\framework\\database\\migration\\compare',
5 => 'app\\framework\\database\\migration\\equals',
),
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 => '8f2e47de0c5cab4d9ee417494804ae66e6681c65',
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 (
),
),
),
));