TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController:
TYPO3\CMS\Backend\Module\AbstractModule

Public Member Functions

 __construct ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 main ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $content
 
 $doc
 

Protected Member Functions

 init ()
 
 setPagePath ($table, $uid)
 
 getButtons ()
 
 getLanguageService ()
 
 getBackendUser ()
 

Protected Attributes

 $pageInfo
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Module\AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for showing the history module of TYPO3s backend

See also

Definition at line 31 of file ElementHistoryController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::__construct ( )

Member Function Documentation

◆ getBackendUser()

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::getBackendUser ( )
protected

Gets the current backend user.

Returns

Definition at line 178 of file ElementHistoryController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController\setPagePath().

◆ getButtons()

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::getButtons ( )
protected

◆ getLanguageService()

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::getLanguageService ( )
protected

◆ init()

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::init ( )
protected

◆ main()

◆ mainAction()

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::mainAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

Injects the request object for the current request or subrequest As this controller goes only through the main() method, it is rather simple for now

Parameters
ServerRequestInterface$requestthe current request
ResponseInterface$response
Returns
ResponseInterface the response with the content

Definition at line 70 of file ElementHistoryController.php.

References TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController\main().

◆ setPagePath()

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::setPagePath (   $table,
  $uid 
)
protected

Member Data Documentation

◆ $content

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::$content

Definition at line 36 of file ElementHistoryController.php.

◆ $doc

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::$doc

Definition at line 43 of file ElementHistoryController.php.

◆ $pageInfo

TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController::$pageInfo
protected

Definition at line 48 of file ElementHistoryController.php.