Documentation

ClassNameEventSubscriber
in package

Table of Contents

$apiVersionManager  : ApiVersionManager
The API version manager, used to retrieve the correct service
$async  : bool
From configuration, defines wherever the call to the underlying stack should be async or not
$mock  : bool
From configuration, defines wherever the call to the underlying stack should be mocked or real
__construct()  : void
Create the event listener.
handleCreate()  : void
Launch the ClassName created job
handleDelete()  : void
Launch the ClassName deleted job
handleUpdate()  : void
Launch the ClassName updated job
subscribe()  : array<string|int, mixed>
Handle the event.

Properties

$async

From configuration, defines wherever the call to the underlying stack should be async or not

private bool $async

$mock

From configuration, defines wherever the call to the underlying stack should be mocked or real

private bool $mock

Methods

subscribe()

Handle the event.

public subscribe() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results