web/lib/Zend/Mobile/Push/Test/ApnsProxy.php
changeset 1230 68c69c656a2c
parent 808 6b6c2214f778
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_Mobile
    16  * @package    Zend_Mobile
    17  * @subpackage Push
    17  * @subpackage Push
    18  * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @version    $Id $
    20  * @version    $Id $
    21  */
    21  */
    22 
    22 
    23 /** Zend_Mobile_Push_Apns **/
    23 /** Zend_Mobile_Push_Apns **/
    49 
    49 
    50     /**
    50     /**
    51      * Set the Response
    51      * Set the Response
    52      *
    52      *
    53      * @param string $str
    53      * @param string $str
    54      * @return Zend_Mobile_Push_ApnsProxy
       
    55      */
    54      */
    56     public function setReadResponse($str) {
    55     public function setReadResponse($str) {
    57         $this->_readResponse = $str;
    56         $this->_readResponse = $str;
    58     }
    57     }
    59 
    58