web/lib/Zend/Mobile/Push/Abstract.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 Zend_Mobile_Push
    17  * @subpackage Zend_Mobile_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_Interface **/
    23 /** Zend_Mobile_Push_Interface **/
    30  * Push Abstract
    30  * Push Abstract
    31  *
    31  *
    32  * @category   Zend
    32  * @category   Zend
    33  * @package    Zend_Mobile
    33  * @package    Zend_Mobile
    34  * @subpackage Zend_Mobile_Push
    34  * @subpackage Zend_Mobile_Push
    35  * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
    35  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    36  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    36  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    37  * @version    $Id$
    37  * @version    $Id$
    38  */
    38  */
    39 abstract class Zend_Mobile_Push_Abstract implements Zend_Mobile_Push_Interface
    39 abstract class Zend_Mobile_Push_Abstract implements Zend_Mobile_Push_Interface
    40 {
    40 {