recordHistoryRollback; } public function getRollbackFields(): string { return $this->rollbackFields; } public function getDiff(): array { return $this->diff; } public function getBackendUserAuthentication(): ?BackendUserAuthentication { return $this->backendUserAuthentication; } }