equal
deleted
inserted
replaced
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 |