|
UNA
|
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 | |
|
protected |
Reimplemented from BxDolQueue.
|
protected |
Internal method which performs sending using predefined list of params.
| BxDolQueueEmail::add | ( | $sEmail, | |
| $sSubject, | |||
| $sBody, | |||
| $iRecipientID, | |||
| $aPlus, | |||
| $iEmailType, | |||
| $sEmailFlag, | |||
| $isDisableAlert, | |||
| $aCustomHeaders ) |
Add message to mail queue
| string | $sEmail | - recipient email |
| string | $sSubject | - message subject |
| string | $sBody | - message body |
|
static |
Get singleton instance of the class
Implements iBxDolSingleton.