Actions
Task #50615
closedUse magic __CLASS__ in getInstance()-methods
Start date:
2013-08-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Some classes contain static getInstance()-methods that return
an instance of themselves. Instead of using the correct namespace
and classname everywhere, just use CLASS.
Actions