Actions
Bug #18482
closedPHP5ize class.t3lib_extBEfunc.php
Start date:
2008-03-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Same reasons as given in issue #18480, that the documentation says the class is to never be instantiated, thus let us use the PHP5 capabilities to enforce this.
The patch does the following:
1) Sets class to 'final'.
2) Sets all functions to 'public static'
3) Replaces tabs between function signature and body with a space.
pending in core list
(issue imported from #M7906)
Files
Actions