Zend Framework
1.12
|
Public Member Functions | |
getDelay () | |
Get Delay. | |
setDelay ($delay) | |
Set Delay. | |
setToken ($token) | |
Set Token. | |
getXmlPayload () | |
Get XML Payload. | |
validate () | |
Validate proper mpns message. | |
Static Public Member Functions | |
static | getNotificationType () |
Get Notification Type. | |
Public Attributes | |
const | TYPE_RAW = 'raw' |
const | TYPE_TILE = 'token' |
const | TYPE_TOAST = 'toast' |
Protected Attributes | |
$_delay | |
|
abstract |
Get Delay.
|
static |
Get Notification Type.
|
abstract |
Get XML Payload.
|
abstract |
Set Delay.
int | $delay | one of const DELAY_* of implementing classes |
setToken | ( | $token | ) |
Set Token.
string | $token |
Zend_Mobile_Push_Message_Exception |
Implements Zend_Mobile_Push_Message_Interface.
validate | ( | ) |
|
protected |
const TYPE_RAW = 'raw' |
const TYPE_TILE = 'token' |
const TYPE_TOAST = 'toast' |