[TASK] Protect TaskModuleController Part 2
TaskModuleController no longer extends BaseScriptClass. Properties and methods are copied over to the controller and most of them are set to protected. An instance of the controller class is given to single class that fetch and set the one or the other information, so not everything can be made protected. The patch should still allow us to have more refactoring freedom in v10 in this area. Resolves: #86204 Related: #86182 Releases: master Change-Id: I171b22ddbcee67205234b6ca23acf9c95da6ac1b Reviewed-on: https://review.typo3.org/58239 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php 1 addition, 1 deletion.../sysext/backend/Classes/Module/AbstractFunctionModule.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86182-ProtectedMethodsInTaskModuleController.rst 0 additions, 37 deletions...recation-86182-ProtectedMethodsInTaskModuleController.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86182-ProtectedTaskModuleController.rst 71 additions, 0 deletions...aster/Deprecation-86182-ProtectedTaskModuleController.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 1 addition, 1 deletion.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/sys_action/Classes/ActionTask.php 14 additions, 7 deletionstypo3/sysext/sys_action/Classes/ActionTask.php
- typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php 351 additions, 28 deletions...xt/taskcenter/Classes/Controller/TaskModuleController.php
Please register or sign in to comment