Actions
Bug #20978
closedIntegrate possiblity to extend static classes like t3lib_div
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Static classes like t3lib_div lack of the possibility to be extended as know from the XCLASS notation. However, this won't work for static classes since no object is generated.
Possible tasks:- get rid of the "final class" statement
- convert static classes to singletons and change the accordant code
- think about an API to define static classes to be extensible
(issue imported from #M11851)
Updated by Xavier Perseguers over 13 years ago
- Target version deleted (
4.6.0-beta1)
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
Actions