Events
class Events
Class Events
Properties
static array | $isActive |
Methods
static
fireCaseChange(PostEvent $event)
Following a change to an activity or case, fire the case-change event.
static
fireCaseChangeForRealz(int|array $caseIds)
Fire case change hook
static
delegateToXmlListeners(CaseChangeEvent $event)
Find any extra listeners declared in XML and pass the event along to them.
Details
at line 48
static
fireCaseChange(PostEvent $event)
Following a change to an activity or case, fire the case-change event.
at line 90
static
fireCaseChangeForRealz(int|array $caseIds)
Fire case change hook
at line 108
static
delegateToXmlListeners(CaseChangeEvent $event)
Find any extra listeners declared in XML and pass the event along to them.