EventOptionService
FinalYes
Table of Contents
Methods
- getInstance() : self
- onEventCreated() : void
- onEventEdited() : void
Methods
getInstance()
public
static getInstance() : self
Return values
selfonEventCreated()
public
onEventCreated(int $eventId, CreateEventCommand $createEventCommand, int $threadId) : void
Parameters
- $eventId : int
- $createEventCommand : CreateEventCommand
- $threadId : int
onEventEdited()
public
onEventEdited(int $eventId, UpdateEventCommand $updateEventCommand) : void
Parameters
- $eventId : int
- $updateEventCommand : UpdateEventCommand