Actions
Task #86309
closedremove unused reconstitutedEntitiesData from extbase Session
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2018-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
the property is not used since the beginning
/** * Reconstituted entity data (effectively their clean state) * Currently unused in Extbase * @todo make use of it in Extbase * * @var array */ protected $reconstitutedEntitiesData = [];
Actions