Bristol SU Support Package
src
Action
History
RecordsHistory.php
Go to the documentation of this file.
1
<?php
2
3
namespace
BristolSU\Support\Action\History
;
4
5
use
BristolSU\Support\Action\ActionResponse
;
6
7
interface
RecordsHistory
8
{
9
15
public
function
setActionInstanceId
(
int
$actionInstanceId): void;
16
22
public
function
setEventFields
(array $eventFields): void;
23
29
public
function
setSettings
(array $settings): void;
30
36
public
function
saveHistory
(
ActionResponse
$response): void;
37
38
}
BristolSU\Support\Action\History\RecordsHistory\saveHistory
saveHistory(ActionResponse $response)
BristolSU\Support\Action\History\RecordsHistory\setEventFields
setEventFields(array $eventFields)
ActionResponse
BristolSU\Support\Action\ActionResponse
Definition:
ActionResponse.php:5
BristolSU\Support\Action\History\RecordsHistory\setSettings
setSettings(array $settings)
BristolSU\Support\Action\History
Definition:
ActionHistory.php:3
BristolSU\Support\Action\History\RecordsHistory
Definition:
RecordsHistory.php:7
BristolSU\Support\Action\History\RecordsHistory\setActionInstanceId
setActionInstanceId(int $actionInstanceId)
Generated by
1.8.13