Zend Framework
1.12
|
Public Member Functions | |
connect () | |
Connect to the Push Server. | |
send (Zend_Mobile_Push_Message_Abstract $message) | |
Send a Push Message. | |
close () | |
Close the Connection to the Push Server. | |
setOptions (array $options) | |
Set Options. | |
close | ( | ) |
Close the Connection to the Push Server.
Implemented in Zend_Mobile_Push_Apns, and Zend_Mobile_Push_Abstract.
connect | ( | ) |
send | ( | Zend_Mobile_Push_Message_Abstract | $message | ) |
Send a Push Message.
Zend_Mobile_Push_Message_Interface | $message |
Implemented in Zend_Mobile_Push_Apns, Zend_Mobile_Push_Gcm, Zend_Mobile_Push_Mpns, and Zend_Mobile_Push_Abstract.
setOptions | ( | array | $options | ) |
Set Options.
array | $options |
Implemented in Zend_Mobile_Push_Abstract.