Project

General

Profile

Bug #78915 ยป bugfix-add_property_methodReflections_to_reflection_cache.patch

Juergen Kussmann, 2016-12-08 09:43

View differences:

typo3/sysext/extbase/Classes/Reflection/ReflectionService.php
'methodParameters',
'propertyTagsValues',
'taggedClasses',
'classSchemata'
'classSchemata',
'methodReflections'
);
foreach ($propertyNames as $propertyName) {
$data[$propertyName] = $this->{$propertyName};
    (1-1/1)