Actions
Task #76121
closedEncapsulate the properties of the TypoScriptParser
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-05-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
For historical reasons the properties of the TypoScriptParser are public. This makes internal improvements difficult, because the may break functionality.
Make the properties protected. Provide getters and setters where reasonable.
This can be done in single steps.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48065
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48065
Updated by Anja Leichsenring over 6 years ago
- Status changed from Under Review to Rejected
Actions