Project

General

Profile

Actions

Bug #62054

closed

getControllerExtensionKey() missing for CLI requests

Added by Simon Praetorius about 10 years ago. Updated about 5 years ago.

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

Also available in: Atom PDF