[TASK] Mark several parts within RteHtmlParser as internal
RteHtmlParser has never received a good clean up, that's because it was there since PHP 4 ages. In order to rename, reorder code, all internal methods and properties are now declared as protected. Resolves: #86440 Releases: master Change-Id: I204efa8156abcf9ae07a607fa03fa04fbb269885 Reviewed-on: https://review.typo3.org/58457 Reviewed-by:Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/core/Classes/Html/RteHtmlParser.php 53 additions, 19 deletionstypo3/sysext/core/Classes/Html/RteHtmlParser.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86440-InternalMethodsAndPropertiesWithinRteHtmlParser.rst 65 additions, 0 deletions...86440-InternalMethodsAndPropertiesWithinRteHtmlParser.rst
- typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php 16 additions, 25 deletionstypo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 77 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 40 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment