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)
Updated by Ernesto Baschny over 13 years ago
- Tracker changed from Bug to Task
- PHP Version deleted (
5.3)
Updated by Xavier Perseguers over 13 years ago
I created a branch in my sandbox to share my work so far:
sandbox/xperseguers/RFC_25403
Please feel free to contribute as I'll be quite busy with the swiss military service for the upcoming weeks.
Updated by Xavier Perseguers over 13 years ago
- Target version changed from 1081 to 1238
Updated by Oliver Hader over 13 years ago
- Target version changed from 1238 to 1281
Updated by Xavier Perseguers over 13 years ago
- Target version changed from 1281 to 4.6.0-beta1
Updated by Xavier Perseguers over 13 years ago
- Assignee deleted (
Xavier Perseguers)
Updated by Xavier Perseguers over 13 years ago
- Target version deleted (
4.6.0-beta1)
Updated by Steffen Gebert about 12 years ago
- Status changed from Accepted to Resolved
Actions