audit_snapshot_dto extends abstract_dto
DTO for one audit snapshot row.
Table of Contents
Properties
Methods
- __construct() : mixed
- to_array() : array<string, mixed>
Properties
$auditid
public
int|null
$auditid
= null
$data
public
array<string|int, mixed>
$data
= []
$format
public
string
$format
= 'json'
Methods
__construct()
public
__construct([int|null $auditid = null ][, array<string, mixed> $data = [] ][, string $format = 'json' ]) : mixed
Parameters
- $auditid : int|null = null
- $data : array<string, mixed> = []
- $format : string = 'json'
to_array()
public
to_array() : array<string, mixed>