class Events

Class Events

Properties

static array $isActive

Methods

static 
fireCaseChange( $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( $event)

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

Details

at line 48
static fireCaseChange( $event)

Following a change to an activity or case, fire the case-change event.

Parameters

$event

Exceptions

CRM_Core_Exception

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

Fire case change hook

Parameters

int|array $caseIds

at line 105
static delegateToXmlListeners( $event)

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

Parameters

$event