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

Public Member Functions

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

Private Attributes

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

Detailed Description

This event is fired before a history record rollback starts

Definition at line 26 of file BeforeHistoryRollbackStartEvent.php.

Constructor & Destructor Documentation

◆ __construct()

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

HistoryRollbackEvent constructor.

Parameters
string$rollbackFields
array$diff
RecordHistoryRollback$recordHistoryRollback
BackendUserAuthentication$backendUserAuthentication

Definition at line 52 of file BeforeHistoryRollbackStartEvent.php.

References TYPO3\CMS\Backend\History\Event\BeforeHistoryRollbackStartEvent\$backendUserAuthentication, TYPO3\CMS\Backend\History\Event\BeforeHistoryRollbackStartEvent\$diff, and TYPO3\CMS\Backend\History\Event\BeforeHistoryRollbackStartEvent\$rollbackFields.

Member Function Documentation

◆ getBackendUserAuthentication()

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

◆ getDiff()

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

◆ getRecordHistoryRollback()

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

◆ getRollbackFields()

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

Member Data Documentation

◆ $backendUserAuthentication

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

◆ $diff

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

◆ $recordHistory

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

◆ $rollbackFields

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