AuditLogSchemaJson
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $actor : AuditLogSchemaJsonActor|null
- The metadata schema for the actor.
- $createdAt : DateTimeImmutable
- The timestamp when the Audit Log Schema was created.
- $metadata : array<string, mixed>|null
- Additional data associated with the event or entity.
- $object : string
- Distinguishes the Audit Log Schema object.
- $targets : array<string|int, AuditLogSchemaJsonTarget>
- The list of targets for the schema.
- $version : int
- The version of the schema.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$actor
The metadata schema for the actor.
public
AuditLogSchemaJsonActor|null
$actor
= null
$createdAt
The timestamp when the Audit Log Schema was created.
public
DateTimeImmutable
$createdAt
$metadata
Additional data associated with the event or entity.
public
array<string, mixed>|null
$metadata
= null
$object
Distinguishes the Audit Log Schema object.
public
string
$object
$targets
The list of targets for the schema.
public
array<string|int, AuditLogSchemaJsonTarget>
$targets
$version
The version of the schema.
public
int
$version
Methods
__construct()
public
__construct(string $object, int $version, array<string|int, mixed> $targets, DateTimeImmutable $createdAt[, AuditLogSchemaJsonActor|null $actor = null ][, array<string|int, mixed>|null $metadata = null ]) : mixed
Parameters
- $object : string
- $version : int
- $targets : array<string|int, mixed>
- $createdAt : DateTimeImmutable
- $actor : AuditLogSchemaJsonActor|null = null
- $metadata : array<string|int, mixed>|null = null
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>