Actions
Task #83966
closedEpic #83968: PSR-11 Initiative
Consolidate singleton usage
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2018-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There is Bootstrap::getInstance()->getEarlyInstance() and
GeneralUtility::makeInstance() to retrieve (global) instances.
Sometimes the former, sometimes the latter is used (e.g. to
retrieve the PackageManager).
As there is no obvious reason why diffrent methods are used, this
should be unified to one way to retrieve singletons.
Furthermore classes should not know whether something is an
early instance or not. Implementation details like that
should be abstracted into a singleton container.
That (currently) is GeneralUtility::makeInstance().
Actions