PriceListDefaultEventSubscriber
in package
Table of Contents
- __construct() : void
- Create the event listener.
- handleCreate() : void
- handleDelete() : void
- handleUpdate() : void
- subscribe() : array<string|int, mixed>
- Handle the event.
Methods
__construct()
Create the event listener.
public
__construct() : void
Return values
void —handleCreate()
public
handleCreate(PriceListDefaultCreated $event) : void
Parameters
- $event : PriceListDefaultCreated
Return values
void —handleDelete()
public
handleDelete(PriceListDefaultDeleted $event) : void
Parameters
- $event : PriceListDefaultDeleted
Return values
void —handleUpdate()
public
handleUpdate(PriceListDefaultUpdated $event) : void
Parameters
- $event : PriceListDefaultUpdated
Return values
void —subscribe()
Handle the event.
public
subscribe() : array<string|int, mixed>