PHP 클래스 DmitryDulepov\Realurl\Controller\BackendModuleController

저자: Dmitry Dulepov ([email protected])
상속: extends TYPO3\CMS\Extbase\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: dmitryd/typo3-realurl

보호된 프로퍼티들

프로퍼티 타입 설명
$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[]