MIDDAG for Moodle

audit_snapshot_dto extends abstract_dto

DTO for one audit snapshot row.

Table of Contents

Properties

$auditid  : int|null
$data  : array<string|int, mixed>
$format  : string

Methods

__construct()  : mixed
to_array()  : array<string, mixed>

Properties

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>
Return values
array<string, mixed>

        
On this page

Search results