‪TYPO3CMS  10.4
TYPO3\CMS\Backend\History\RecordHistoryRollback Class Reference

Public Member Functions

 __construct (EventDispatcherInterface $eventDispatcher)
 
 performRollback (string $rollbackFields, array $diff, BackendUserAuthentication $backendUserAuthentication=null)
 

Protected Attributes

EventDispatcherInterface $eventDispatcher
 

Detailed Description

Definition at line 28 of file RecordHistoryRollback.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\History\RecordHistoryRollback::__construct ( EventDispatcherInterface  $eventDispatcher)

Member Function Documentation

◆ performRollback()

TYPO3\CMS\Backend\History\RecordHistoryRollback::performRollback ( string  $rollbackFields,
array  $diff,
BackendUserAuthentication  $backendUserAuthentication = null 
)

Perform rollback via DataHandler

Parameters
string$rollbackFields
array$diff
BackendUserAuthentication | null$backendUserAuthentication

Definition at line 45 of file RecordHistoryRollback.php.

References TYPO3\CMS\Backend\Utility\BackendUtility\setUpdateSignal().

Member Data Documentation

◆ $eventDispatcher

EventDispatcherInterface TYPO3\CMS\Backend\History\RecordHistoryRollback::$eventDispatcher
protected