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:
authorrobocoder <anthon.pang@gmail.com>2009-08-23 19:55:35 +0400
committerrobocoder <anthon.pang@gmail.com>2009-08-23 19:55:35 +0400
commit727673c289bc566e0bdba1a94606f47ea4c0756c (patch)
tree92618174d667ae985098f90b66759971b135d07c /core/Auth.php
parenta74e576153975164edf1380dc48952675011e671 (diff)
more php cross referencing
git-svn-id: http://dev.piwik.org/svn/trunk@1434 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Auth.php b/core/Auth.php
index 763d65215b..fa3b9d9e03 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -33,9 +33,10 @@ interface Piwik_Auth {
/**
* Authentication result
*
- * @see Zend_Auth_Result
* @package Piwik
* @subpackage Piwik_Auth
+ * @see Zend_Auth_Result, libs/Zend/Auth/Result.php
+ * @link http://framework.zend.com/manual/en/zend.auth.html
*/
class Piwik_Auth_Result extends Zend_Auth_Result
{