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)
Updated by Ernesto Baschny over 13 years ago
- Tracker changed from Bug to Task
- PHP Version deleted (
5.2)
Updated by Xavier Perseguers over 13 years ago
- Target version changed from 1081 to 1238
Updated by Oliver Hader about 13 years ago
- Target version changed from 1238 to 1281
Updated by Xavier Perseguers about 13 years ago
- Target version changed from 1281 to 4.6.0-beta1
Updated by Xavier Perseguers about 13 years ago
- Target version deleted (
4.6.0-beta1)
Updated by Steffen Gebert almost 12 years ago
- Category set to Code Cleanup
- Status changed from New to Resolved
- Target version set to 6.0.0-RC1
- TYPO3 Version changed from 4.5 to 6.0
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed
Actions