web/lib/Zend/Http/UserAgent/Storage/NonPersistent.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
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_Http
    16  * @package    Zend_Http
    17  * @subpackage UserAgent
    17  * @subpackage UserAgent
    18  * @copyright  Copyright (c) 2005-2012 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: NonPersistent.php 20096 2010-01-06 02:05:09Z bkarwin $
    20  * @version    $Id: NonPersistent.php 20096 2010-01-06 02:05:09Z bkarwin $
    21  */
    21  */
    22 
    22 
    23 
    23 
    34  * re-populated. So there's no need to use sessions, this simple value class
    34  * re-populated. So there's no need to use sessions, this simple value class
    35  * will hold the data for rest of the current request.
    35  * will hold the data for rest of the current request.
    36  *
    36  *
    37  * @package    Zend_Http
    37  * @package    Zend_Http
    38  * @subpackage UserAgent
    38  * @subpackage UserAgent
    39  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    39  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    40  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    40  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    41  */
    41  */
    42 class Zend_Http_UserAgent_Storage_NonPersistent
    42 class Zend_Http_UserAgent_Storage_NonPersistent
    43     implements Zend_Http_UserAgent_Storage
    43     implements Zend_Http_UserAgent_Storage
    44 {
    44 {