Property | Type | Description | |
---|---|---|---|
$currentPageId | integer | ||
$databaseConnection | TYPO3\CMS\Core\Database\DatabaseConnection | ||
$excludedArgments | string[] |
Method | Description | |
---|---|---|
processRequest ( TYPO3\CMS\Extbase\Mvc\RequestInterface $request, TYPO3\CMS\Extbase\Mvc\ResponseInterface $response ) | Adds code to the standard request processor for saving the last action. |
Method | Description | |
---|---|---|
forwardToLastModule ( ) | Forwards the request to the last active action. | |
getActionName ( ) : string | Makes action name from the current action method name. | |
getControllerName ( ) : string | Makes controller name from the controller class name. | |
initializeAction ( ) : void | Initializes all actions. | |
storeLastModuleInformation ( ) | Stores information about the last action of the module. |
protected forwardToLastModule ( ) |
protected getActionName ( ) : string | ||
return | string |
protected getControllerName ( ) : string | ||
return | string |
protected initializeAction ( ) : void | ||
return | void |
public processRequest ( TYPO3\CMS\Extbase\Mvc\RequestInterface $request, TYPO3\CMS\Extbase\Mvc\ResponseInterface $response ) | ||
$request | TYPO3\CMS\Extbase\Mvc\RequestInterface | |
$response | TYPO3\CMS\Extbase\Mvc\ResponseInterface |
protected storeLastModuleInformation ( ) |
protected DatabaseConnection,TYPO3\CMS\Core\Database $databaseConnection | ||
return | TYPO3\CMS\Core\Database\DatabaseConnection |