Actions
Task #25331
closedAdd visibility to member fields and methods
Start date:
2011-03-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There are still many "var" field declaration coming from PHP4 in Core classes. Goal is to change them either to public or (hopefully) to protected.
The same applies for class methods.
private may probably only be used for static classes, if used at all.
(issue imported from #M17958)
Actions