Actions
Task #75209
closedCodecleanup for MenuViewHelperTrait
Start date:
2016-03-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
The MenuViewHelperTrait
contains a method which access $this->templateVariableContainer
a property, which is not part of the Trait.
The property is part of the AbstractViewHelper
. This is a bad cody style and should be changed.
In general all methods of the Trait could be implemented in a AbstractMenuViewHelper
class.
I would prefer to remove the Trait and move the logic into an Abstract class.
Actions