Actions
Bug #36184
closedFeature #31893: Allow XCLASSes to be defined via ext_autoload.php
Remove XCLASS blocks from t3lib
Start date:
2012-04-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After #31893 the XCLASS blocks from within the Core can be remove. This issue covers all t3lib related "actions".
During the removal the classes t3lib_timeTrack and t3lib_TimeTrackNull should be declared to be "final" as they're not supposed to be extended anyways (see inline docs).
Patch should not be merged before #36183 is done and merged - otherwise dbal will be broken on master.
Actions