Actions
Bug #62054
closedgetControllerExtensionKey() missing for CLI requests
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-10-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The default request class TYPO3\CMS\Extbase\Mvc\Request contains a method to fetch the current extension key (getControllerExtensionKey()). However the CLI request class TYPO3\CMS\Extbase\Mvc\Cli\Request doesn't contain that method although it is just a simple string conversion.
From my point of view the two request classes should be as consistent as possible to prevent unnecessary confusions. This is why I would argue that getControllerExtensionKey() should be added to Cli\Request as well.
Actions