Actions
Bug #24044
closedChange t3lib_FlashMessageQueue from static to Singleton
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The implementation of the flash message queue as static functions does not fit with good OOP practices, thus it should be changed to be a real class with instanciatable objects.
The intend of the static-ness can be kept by using the t3lib_Singleton marker interface.
(issue imported from #M16377)
Actions