Actions
Task #45937
closedDeprecate class FE_loadDBGroup
Start date:
2013-03-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
Description
Class FE_loadDBGroup
only changes a single attribute in comparison to its parent class \TYPO3\CMS\Core\Database\RelationHandler
. This can easily be set after instantiation.
So I suggest to mark this class as deprecated in TYPO3 6.1 and drop it in TYPO3 6.3.
Additionally the mentioned attribute \TYPO3\CMS\Core\Database\RelationHandler::$fromTC
should be renamed to make its purpose clearer.
Actions