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.

Parameters

PostEvent $event

Exceptions

CRM_Core_Exception

at line 90
static fireCaseChangeForRealz(int|array $caseIds)

Fire case change hook

Parameters

int|array $caseIds

at line 108
static delegateToXmlListeners(CaseChangeEvent $event)

Find any extra listeners declared in XML and pass the event along to them.

Parameters

CaseChangeEvent $event