OpenEvent implements Base
Table of Contents
Interfaces
Methods
- dropCounter() : void
- This method will be invoked by OpenEventDeleted stepper it will drop counters for specified users it will emit a new event which will trigger a re-calculate process
- process() : void
- upCounter() : void
- This method will be invoked by OpenEventAdded stepper it will add new counters for specified users it will emit a new event which will trigger a re-calculate process
Methods
dropCounter()
This method will be invoked by OpenEventDeleted stepper it will drop counters for specified users it will emit a new event which will trigger a re-calculate process
public
dropCounter(array<string|int, mixed> $userIds, int $eventId, int $categoryId) : void
Parameters
- $userIds : array<string|int, mixed>
- $eventId : int
- $categoryId : int
process()
public
process() : void
upCounter()
This method will be invoked by OpenEventAdded stepper it will add new counters for specified users it will emit a new event which will trigger a re-calculate process
public
upCounter(array<string|int, mixed> $userIds, Event $event) : void
Parameters
- $userIds : array<string|int, mixed>
- $event : Event