TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController:
SC_show_rechis

Public Member Functions

 __construct ()
 
 main ()
 
 printContent ()
 

Public Attributes

 $content
 
 $doc
 

Protected Member Functions

 init ()
 
 getButtons ()
 

Detailed Description

Script Class for showing the history module of TYPO3s backend

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om
See also

Definition at line 25 of file ElementHistoryController.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getButtons()

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

Create the panel of buttons for submitting the form or otherwise perform operations.

Returns
array All available buttons as an assoc. array

Definition at line 99 of file ElementHistoryController.php.

References $GLOBALS, TYPO3\CMS\Backend\Utility\BackendUtility\cshItem(), TYPO3\CMS\Backend\Utility\IconUtility\getSpriteIcon(), and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

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

◆ init()

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

◆ main()

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

◆ printContent()

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

Outputting the accumulated content to screen

Returns
void

Definition at line 88 of file ElementHistoryController.php.

References TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController\$content.

Member Data Documentation

◆ $content

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

◆ $doc

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

Definition at line 38 of file ElementHistoryController.php.