PHP Класс DmitryDulepov\Realurl\Controller\BackendModuleController

Автор: Dmitry Dulepov ([email protected])
Наследование: extends TYPO3\CMS\Extbase\Mvc\Controller\ActionController
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$currentPageId integer
$databaseConnection TYPO3\CMS\Core\Database\DatabaseConnection
$excludedArgments string[]

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

forwardToLastModule() защищенный Метод

Forwards the request to the last active action.
protected forwardToLastModule ( )

getActionName() защищенный Метод

Makes action name from the current action method name.
protected getActionName ( ) : string
Результат string

getControllerName() защищенный Метод

Makes controller name from the controller class name.
protected getControllerName ( ) : string
Результат string

initializeAction() защищенный Метод

Initializes all actions.
protected initializeAction ( ) : void
Результат void

processRequest() публичный Метод

Adds code to the standard request processor for saving the last action.
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

storeLastModuleInformation() защищенный Метод

Stores information about the last action of the module.

Описание свойств

$currentPageId защищенное свойство

protected int $currentPageId
Результат integer

$databaseConnection защищенное свойство

protected DatabaseConnection,TYPO3\CMS\Core\Database $databaseConnection
Результат TYPO3\CMS\Core\Database\DatabaseConnection

$excludedArgments защищенное свойство

protected string[] $excludedArgments
Результат string[]