Abdicator
extends AutoService
in package
uses
IsActiveTrait
Class Abdicator
Tags
Table of Contents
Properties
- $active : bool
Methods
- isActive() : bool
- isFlexmailPreferred() : bool
- onCheckSendable() : mixed
- Abdicate; defer to the old system when checking completeness.
- onRun() : mixed
- Abdicate; defer to the old system during delivery.
- setActive() : $this
Properties
$active
private
bool
$active
= TRUE
Methods
isActive()
public
isActive() : bool
Return values
boolisFlexmailPreferred()
public
static isFlexmailPreferred(CRM_Mailing_BAO_Mailing $mailing) : bool
Parameters
- $mailing : CRM_Mailing_BAO_Mailing
Return values
boolonCheckSendable()
Abdicate; defer to the old system when checking completeness.
public
onCheckSendable(CheckSendableEvent $e) : mixed
Parameters
- $e : CheckSendableEvent
onRun()
Abdicate; defer to the old system during delivery.
public
onRun(RunEvent $e) : mixed
Parameters
- $e : RunEvent
setActive()
public
setActive(bool $active) : $this
Parameters
- $active : bool