InvoiceItemEventSubscriber
in package
Table of Contents
- __construct() : void
- Create the event listener.
- handleCreate() : void
- Launch the InvoiceItem created job
- handleDelete() : void
- Launch the InvoiceItem deleted job
- handleUpdate() : void
- Launch the InvoiceItem updated job
- subscribe() : array<string|int, mixed>
- Handle the event.
Methods
__construct()
Create the event listener.
public
__construct() : void
Return values
void —handleCreate()
Launch the InvoiceItem created job
public
handleCreate(InvoiceItemCreated $event) : void
Parameters
- $event : InvoiceItemCreated
Return values
void —handleDelete()
Launch the InvoiceItem deleted job
public
handleDelete(InvoiceItemDeleted $event) : void
Parameters
- $event : InvoiceItemDeleted
Return values
void —handleUpdate()
Launch the InvoiceItem updated job
public
handleUpdate(InvoiceItemUpdated $event) : void
Parameters
- $event : InvoiceItemUpdated
Return values
void —subscribe()
Handle the event.
public
subscribe() : array<string|int, mixed>