Actions
Bug #23476
closedMove debug functions to own utility class
Start date:
2010-08-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As the debug functions get better and featurerich, there are many advantages if they reside in an own utility class.
The patch moved the debug functions from t3lib_div into a new class t3lib_ utility_Debug. The code was CGL cleaned and old functions are wrapper functions only.
The debug class is not final and has a XCLASS signature.
(issue imported from #M15589)
Files
Actions