Actions
Task #25403
closedAdd visibility to member fields and methods of t3lib/
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
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.
This basically takes files at root of t3lib/ into account
(issue imported from #M18048)
Actions