[TASK] Change visibility of TSFE properties and methods
The following properties have changed their visibility to be protected from public. * pageAccessFailureHistory * workspacePreview (not in use anymore) * ADMCMD_preview_BEUSER_uid (not in use anymore) * debug (not in use anymore) * MP_defaults (not in use anymore outside of TSFE) * loginAllowedInBranch (use checkIfLoginAllowedInBranch()) The following methods have changed their signature to be protected, as their purpose is to be called from within TypoScriptFrontendController. - tempPageCacheContent() - realPageCacheContent() - setPageCacheContent() - clearPageCacheContent_pidList() - setSysLastChanged() - contentStrReplace() Resolves: #86047 Releases: master Change-Id: I98f54f4a75023b963b69c12457b73e5117469497 Reviewed-on: https://review.typo3.org/58083 Reviewed-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86047-TSFEPropertiesMethodsAndChangeVisibility.rst 53 additions, 0 deletions...cation-86047-TSFEPropertiesMethodsAndChangeVisibility.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 94 additions, 14 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 42 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 30 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment