import v1.1.0_RC2 | 2009-09-20
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
*
|
||||
* @category Zend
|
||||
* @package Zend_Session
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Abstract.php 9133 2008-04-04 13:06:09Z darby $
|
||||
* @version $Id: Abstract.php 16210 2009-06-21 19:22:17Z thomas $
|
||||
* @since Preview Release 0.2
|
||||
*/
|
||||
|
||||
@ -31,7 +31,7 @@ require_once 'Zend/Session/Validator/Interface.php';
|
||||
* @category Zend
|
||||
* @package Zend_Session
|
||||
* @subpackage Validator
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
abstract class Zend_Session_Validator_Abstract implements Zend_Session_Validator_Interface
|
||||
|
@ -14,9 +14,9 @@
|
||||
*
|
||||
* @category Zend
|
||||
* @package Zend_Session
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: HttpUserAgent.php 9133 2008-04-04 13:06:09Z darby $
|
||||
* @version $Id: HttpUserAgent.php 16210 2009-06-21 19:22:17Z thomas $
|
||||
* @since Preview Release 0.2
|
||||
*/
|
||||
|
||||
@ -31,7 +31,7 @@ require_once 'Zend/Session/Validator/Abstract.php';
|
||||
* @category Zend
|
||||
* @package Zend_Session
|
||||
* @subpackage Validator
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
class Zend_Session_Validator_HttpUserAgent extends Zend_Session_Validator_Abstract
|
||||
|
@ -14,9 +14,9 @@
|
||||
*
|
||||
* @category Zend
|
||||
* @package Zend_Session
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Interface.php 9133 2008-04-04 13:06:09Z darby $
|
||||
* @version $Id: Interface.php 16210 2009-06-21 19:22:17Z thomas $
|
||||
* @since Preview Release 0.2
|
||||
*/
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* @category Zend
|
||||
* @package Zend_Session
|
||||
* @subpackage Validator
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
interface Zend_Session_Validator_Interface
|
||||
|
Reference in New Issue
Block a user