1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Internal/Hydration
2016-05-11 01:55:12 +07:00
..
AbstractHydrator.php General fixes across CS, type resolving, test fixes, etc 2015-11-07 03:55:05 +00:00
ArrayHydrator.php oops.. forgot to add a condition 2014-11-08 16:56:42 +00:00
HydrationException.php Fixed many small phpcs issues 2015-12-11 20:30:41 +01:00
IterableResult.php Fixed many small phpcs issues 2015-12-11 20:30:41 +01:00
ObjectHydrator.php Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
ScalarHydrator.php Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%. 2014-04-28 02:38:51 +00:00
SimpleObjectHydrator.php Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
SingleScalarHydrator.php Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%. 2014-04-28 02:38:51 +00:00