Actions
Task #91991
closeduse Dependency Injection in Commands where appropriate
Start date:
2020-08-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Implementation can following rules of thumb:
- if dependency is a Singleton, inject it
- if dependency is a model class and no xclass is desired, create it with new
- if dependency is a model class and xclass behavior can not be ruled out, use GU::makeInstance
Actions