‪TYPO3CMS  11.5
TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent Class Reference

Public Member Functions

 __construct (string $rollbackFields, array $diff, array $dataHandlerInput, RecordHistoryRollback $recordHistoryRollback, BackendUserAuthentication $backendUserAuthentication=null)
 
 getRecordHistoryRollback ()
 
 getRollbackFields ()
 
 getDiff ()
 
 getDataHandlerInput ()
 
 getBackendUserAuthentication ()
 

Private Attributes

string $rollbackFields
 
array $diff
 
array $dataHandlerInput
 
BackendUserAuthentication null $backendUserAuthentication
 
RecordHistoryRollback $recordHistory
 

Detailed Description

This event is fired after a history record rollback finished.

Definition at line 26 of file AfterHistoryRollbackFinishedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::__construct ( string  $rollbackFields,
array  $diff,
array  $dataHandlerInput,
RecordHistoryRollback  $recordHistoryRollback,
BackendUserAuthentication  $backendUserAuthentication = null 
)

Member Function Documentation

◆ getBackendUserAuthentication()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getBackendUserAuthentication ( )

◆ getDataHandlerInput()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getDataHandlerInput ( )

◆ getDiff()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getDiff ( )

◆ getRecordHistoryRollback()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getRecordHistoryRollback ( )

◆ getRollbackFields()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getRollbackFields ( )

Member Data Documentation

◆ $backendUserAuthentication

BackendUserAuthentication null TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::$backendUserAuthentication
private

◆ $dataHandlerInput

array TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::$dataHandlerInput
private

◆ $diff

array TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::$diff
private

◆ $recordHistory

RecordHistoryRollback TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::$recordHistory
private

◆ $rollbackFields

string TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::$rollbackFields
private