Zend Framework
1.12
|
Public Member Functions | |
getAlert () | |
Get Alert. | |
setAlert ($text, $actionLocKey=null, $locKey=null, $locArgs=null, $launchImage=null) | |
Set Alert. | |
getBadge () | |
Get Badge. | |
setBadge ($badge) | |
Set Badge. | |
getExpire () | |
Get Expire. | |
setExpire ($expire) | |
Set Expire. | |
getSound () | |
Get Sound. | |
setSound ($sound) | |
Set Sound. | |
addCustomData ($key, $value) | |
Add Custom Data. | |
clearCustomData () | |
Clear Custom Data. | |
setCustomData ($array) | |
Set Custom Data. | |
getCustomData () | |
Get Custom Data. | |
validate () | |
Validate this is a proper Apns message. | |
Protected Attributes | |
$_badge | |
$_alert = array() | |
$_expire | |
$_sound = 'default' | |
$_custom = array() | |
addCustomData | ( | $key, | |
$value | |||
) |
clearCustomData | ( | ) |
Clear Custom Data.
getAlert | ( | ) |
Get Alert.
getBadge | ( | ) |
Get Badge.
getCustomData | ( | ) |
Get Custom Data.
getExpire | ( | ) |
Get Expire.
getSound | ( | ) |
Get Sound.
setAlert | ( | $text, | |
$actionLocKey = null , |
|||
$locKey = null , |
|||
$locArgs = null , |
|||
$launchImage = null |
|||
) |
Set Alert.
string | $text | |
string | $actionLocKey | |
string | $locKey | |
array | $locArgs | |
string | $launchImage |
setBadge | ( | $badge | ) |
setCustomData | ( | $array | ) |
setExpire | ( | $expire | ) |
setSound | ( | $sound | ) |
validate | ( | ) |
Validate this is a proper Apns message.
Implements Zend_Mobile_Push_Message_Interface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |