Zend Framework  1.12
Public Member Functions | List of all members
Zend_Mobile_Push_Interface Interface Reference

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.
 

Member Function Documentation

close ( )

Close the Connection to the Push Server.

Returns
void

Implemented in Zend_Mobile_Push_Apns, and Zend_Mobile_Push_Abstract.

connect ( )

Connect to the Push Server.

Returns
Push

Implemented in Zend_Mobile_Push_Abstract.

Send a Push Message.

Parameters
Zend_Mobile_Push_Message_Interface$message
Returns
boolean

Implemented in Zend_Mobile_Push_Apns, Zend_Mobile_Push_Gcm, Zend_Mobile_Push_Mpns, and Zend_Mobile_Push_Abstract.

setOptions ( array  $options)

Set Options.

Parameters
array$options
Returns
Zend_Mobile_Push_Abstract

Implemented in Zend_Mobile_Push_Abstract.