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.
Actions