AfterHistoryRollbackFinishedEvent

FinalYes

This event is fired after a history record rollback finished.

Table of Contents

Methods

__construct()  : mixed
HistoryRollbackEvent constructor.
getBackendUserAuthentication()  : BackendUserAuthentication|null
getDataHandlerInput()  : array<string|int, mixed>
getDiff()  : array<string|int, mixed>
getRecordHistoryRollback()  : RecordHistoryRollback
getRollbackFields()  : string

Methods

__construct()

HistoryRollbackEvent constructor.

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

getDataHandlerInput()

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>

getRollbackFields()

public getRollbackFields() : string
Return values
string

        
On this page

Search results