AfterHistoryRollbackFinishedEvent
FinalYes
This event is fired after a history record rollback finished.
Table of Contents
Methods
- __construct() : mixed
- getBackendUserAuthentication() : BackendUserAuthentication|null
- getDataHandlerInput() : array<string|int, mixed>
- getDiff() : array<string|int, mixed>
- getRecordHistoryRollback() : RecordHistoryRollback
- getRollbackFields() : string
Methods
__construct()
public
__construct(string $rollbackFields, array<string|int, mixed> $diff, array<string|int, mixed> $dataHandlerInput, RecordHistoryRollback $recordHistoryRollback[, BackendUserAuthentication|null $backendUserAuthentication = null ]) : mixed
Parameters
- $rollbackFields : string
- $diff : array<string|int, mixed>
- $dataHandlerInput : array<string|int, mixed>
- $recordHistoryRollback : RecordHistoryRollback
- $backendUserAuthentication : BackendUserAuthentication|null = null
getBackendUserAuthentication()
public
getBackendUserAuthentication() : BackendUserAuthentication|null
Return values
BackendUserAuthentication|nullgetDataHandlerInput()
public
getDataHandlerInput() : array<string|int, mixed>
Return values
array<string|int, mixed>getDiff()
public
getDiff() : array<string|int, mixed>
Return values
array<string|int, mixed>getRecordHistoryRollback()
public
getRecordHistoryRollback() : RecordHistoryRollback
Return values
RecordHistoryRollbackgetRollbackFields()
public
getRollbackFields() : string