‪TYPO3CMS  ‪main
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

Definition at line 42 of file RecordHistoryRollback.php.

Member Data Documentation

◆ $eventDispatcher

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