Actions
Bug #23727
closedCreate a new abstract class t3lib_message_abstractmessage
Start date:
2010-10-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As we need a clean way to create messages (e.g. for error messages) that are not related to t3lib_flashmessage, I created a small class called t3lib_message_abstractmessage, which includes the basic set of features for messages, and t3lib_flashmessages is then just a small subclass of it.
Once this is in (everything should still work as before), I can create an additional message class (t3lib_message_errormessage) which will be used when displaying common TYPO3 error messages.
(issue imported from #M15989)
Files
Actions