interface EventInterface implements JsonSerializable (View source)

Common interface for all Content Repository "domain events"

Methods

static EventInterface
fromArray(array $values)

No description

array
jsonSerialize()

No description

Details

static EventInterface fromArray(array $values)

No description

Parameters

array $values

Return Value

EventInterface

array jsonSerialize()

No description

Return Value

array