class audit_diff_dto extends abstract_dto

DTO for one audit diff row.

Methods

array
jsonSerialize()

Default implementation to serialize to JSON using the array representation.

__construct(int|null $auditid = null, string $fieldname = '', string|null $oldvalue = null, string|null $newvalue = null)

No description

array
to_array()

No description

Details

in abstract_dto at line 36
array jsonSerialize()

Default implementation to serialize to JSON using the array representation.

Return Value

array

at line 29
__construct(int|null $auditid = null, string $fieldname = '', string|null $oldvalue = null, string|null $newvalue = null)

No description

Parameters

int|null $auditid
string $fieldname
string|null $oldvalue
string|null $newvalue

at line 39
array to_array()

No description

Return Value

array