Actions
Bug #45319
closedinject* methods in FAL inhibit use of Extbase object manager
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-02-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
FAL has some methods named inject* in the ResourceStorage (and possibly other classes). These methods are treated as dependency injectors by the Extbase object manager, leading to exceptions if one of those classes is instantiated by the object manager.
The methods should be renamed to set*/add*, whichever fits best.
Actions