UserAuditRead
extends BaseComponent
in package
Contains the audit information for a single field
Table of Contents
Properties
- $change_date : string|null
- $field_name : string|null
- $user_id : int|null
- $value_after : string|null
- $value_before : string|null
- $fields : array<string|int, string>
Properties
$change_date
public
string|null
$change_date
Date of the change event
$field_name
public
string|null
$field_name
Field changed
$user_id
public
int|null
$user_id
Identifier of the user impacted by this change
$value_after
public
string|null
$value_after
Value after the change
$value_before
public
string|null
$value_before
Value before the change
$fields
protected
static array<string|int, string>
$fields
= ["field_name" => "string", "change_date" => "string", "value_before" => "string", "value_after" => "string", "user_id" => "int"]