|
UNA
|
Public Member Functions | |
| add ($iProfileId, $aMessage) | |
| 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 ($iProfileId, $sMessage) | |
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.
| BxDolQueuePush::add | ( | $iProfileId, | |
| $aMessage ) |
Add message to push queue
| integer | $iProfileId | - recipient profile ID |
| array | $aMessage | - array with Push message |
|
static |
Get singleton instance of the class
Implements iBxDolSingleton.