UNA
BxDolQueueEmail Class Reference
Inheritance diagram for BxDolQueueEmail:
BxDolQueue iBxDolSingleton BxDolFactory

Public Member Functions

 add ($sEmail, $sSubject, $sBody, $iRecipientID, $aPlus, $iEmailType, $sEmailFlag, $isDisableAlert, $aCustomHeaders)
Public Member Functions inherited from BxDolQueue
 __clone ()
 getBusy ()
 setBusy ($iTime=0)
 isBusy ()
 send ($iLimit=0)

Static Public Member Functions

static getInstance ()

Protected Member Functions

 _send ($sEmail, $sSubject, $sBody, $sParams='')

Additional Inherited Members

Protected Attributes inherited from BxDolQueue
 $_oQuery
 $_sParamTime
 $_iExecutionLiveTime
 $_iLimitSend
 $_iLimitSendPerRecipient
 $_aSentTo

Constructor & Destructor Documentation

◆ __construct()

BxDolQueueEmail::__construct ( )
protected

Reimplemented from BxDolQueue.

Member Function Documentation

◆ _send()

BxDolQueueEmail::_send ( $sEmail,
$sSubject,
$sBody,
$sParams = '' )
protected

Internal method which performs sending using predefined list of params.

◆ add()

BxDolQueueEmail::add ( $sEmail,
$sSubject,
$sBody,
$iRecipientID,
$aPlus,
$iEmailType,
$sEmailFlag,
$isDisableAlert,
$aCustomHeaders )

Add message to mail queue

Parameters
string$sEmail- recipient email
string$sSubject- message subject
string$sBody- message body
Returns
true on success, false on error

◆ getInstance()

BxDolQueueEmail::getInstance ( )
static

Get singleton instance of the class

Implements iBxDolSingleton.


The documentation for this class was generated from the following file:
  • inc/classes/BxDolQueueEmail.php