Actions
Task #59756
closedAdd constants for environment variables for better IDE integration
Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-06-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Instead of calling GeneralUtility::getIndpEnv('VAR_AS_STRINGS') I would suggest to add constants for better IDE integration (auto completion) such as GeneralUtility::getIndpEnv(GeneralUtility::VAR_AS_STRINGS).
Updated by Christian Kuhn over 7 years ago
- Status changed from New to Rejected
we will not add constants for dynamic env vars. this would collide with request/response. in the end we should drop GeneralUtility::getIndPEnv() altogether anyway.
Actions