Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/Zend/Auth/Storage/NonPersistent.php')
-rw-r--r--libs/Zend/Auth/Storage/NonPersistent.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/libs/Zend/Auth/Storage/NonPersistent.php b/libs/Zend/Auth/Storage/NonPersistent.php
index 1dd034b7ef..6c544fff4b 100644
--- a/libs/Zend/Auth/Storage/NonPersistent.php
+++ b/libs/Zend/Auth/Storage/NonPersistent.php
@@ -14,17 +14,17 @@
*
* @category Zend
* @package Zend_Auth
- * @subpackage Storage
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @subpackage Zend_Auth_Storage
+ * @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: NonPersistent.php 20096 2010-01-06 02:05:09Z bkarwin $
+ * @version $Id: NonPersistent.php 16200 2009-06-21 18:50:06Z thomas $
*/
/**
* @see Zend_Auth_Storage_Interface
*/
-// require_once 'Zend/Auth/Storage/Interface.php';
+require_once 'Zend/Auth/Storage/Interface.php';
/**
@@ -36,8 +36,8 @@
*
* @category Zend
* @package Zend_Auth
- * @subpackage Storage
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @subpackage Zend_Auth_Storage
+ * @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_Auth_Storage_NonPersistent implements Zend_Auth_Storage_Interface
@@ -47,6 +47,7 @@ class Zend_Auth_Storage_NonPersistent implements Zend_Auth_Storage_Interface
*/
protected $_data;
+
/**
* Returns true if and only if storage is empty
*