‪TYPO3CMS  11.5
AfterHistoryRollbackFinishedEvent.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /*
6  * This file is part of the TYPO3 CMS project.
7  *
8  * It is free software; you can redistribute it and/or modify it under
9  * the terms of the GNU General Public License, either version 2
10  * of the License, or any later version.
11  *
12  * For the full copyright and license information, please read the
13  * LICENSE.txt file that was distributed with this source code.
14  *
15  * The TYPO3 project - inspiring people to share!
16  */
17 
19 
22 
27 {
31  private ‪$rollbackFields;
32 
36  private ‪$diff;
37 
41  private ‪$dataHandlerInput;
42 
47 
51  private ‪$recordHistory;
52 
63  {
64  $this->rollbackFields = ‪$rollbackFields;
65  $this->diff = ‪$diff;
66  $this->dataHandlerInput = ‪$dataHandlerInput;
67  $this->recordHistory = $recordHistoryRollback;
68  $this->backendUserAuthentication = ‪$backendUserAuthentication;
69  }
70 
72  {
74  }
75 
76  public function ‪getRollbackFields(): string
77  {
79  }
80 
81  public function ‪getDiff(): array
82  {
83  return ‪$this->diff;
84  }
85 
86  public function ‪getDataHandlerInput(): array
87  {
89  }
90 
92  {
94  }
95 }
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\__construct
‪__construct(string $rollbackFields, array $diff, array $dataHandlerInput, RecordHistoryRollback $recordHistoryRollback, BackendUserAuthentication $backendUserAuthentication=null)
Definition: AfterHistoryRollbackFinishedEvent.php:57
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\$recordHistory
‪RecordHistoryRollback $recordHistory
Definition: AfterHistoryRollbackFinishedEvent.php:46
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\getDataHandlerInput
‪getDataHandlerInput()
Definition: AfterHistoryRollbackFinishedEvent.php:81
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\$rollbackFields
‪string $rollbackFields
Definition: AfterHistoryRollbackFinishedEvent.php:30
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\getBackendUserAuthentication
‪getBackendUserAuthentication()
Definition: AfterHistoryRollbackFinishedEvent.php:86
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\getRecordHistoryRollback
‪getRecordHistoryRollback()
Definition: AfterHistoryRollbackFinishedEvent.php:66
‪TYPO3\CMS\Backend\History\RecordHistoryRollback
Definition: RecordHistoryRollback.php:29
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\$diff
‪array $diff
Definition: AfterHistoryRollbackFinishedEvent.php:34
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\$dataHandlerInput
‪array $dataHandlerInput
Definition: AfterHistoryRollbackFinishedEvent.php:38
‪TYPO3\CMS\Backend\History\Event
Definition: AfterHistoryRollbackFinishedEvent.php:18
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\$backendUserAuthentication
‪BackendUserAuthentication null $backendUserAuthentication
Definition: AfterHistoryRollbackFinishedEvent.php:42
‪TYPO3\CMS\Core\Authentication\BackendUserAuthentication
Definition: BackendUserAuthentication.php:62
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent
Definition: AfterHistoryRollbackFinishedEvent.php:27
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\getRollbackFields
‪getRollbackFields()
Definition: AfterHistoryRollbackFinishedEvent.php:71
‪TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent\getDiff
‪getDiff()
Definition: AfterHistoryRollbackFinishedEvent.php:76