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-05-18 19:20:43 +0400
committerrobocoder <anthon.pang@gmail.com>2009-05-18 19:20:43 +0400
commit866c7fe1b1ea5c34ea5e429b10d3d8ab88136c70 (patch)
tree059cd8fedac6a4e80cab6115bd3c1ff79a940e02 /core/Auth.php
parent5d906c61dfab12ec48a467fa579dfc528b667b70 (diff)
refs #551 adding comment to Auth.php getName()
git-svn-id: http://dev.piwik.org/svn/trunk@1139 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Auth.php b/core/Auth.php
index eda890e303..7038f06ebe 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -13,6 +13,8 @@ require_once "Zend/Auth/Result.php";
interface Piwik_Auth {
/**
+ * Authentication module's name, e.g., "Login"
+ *
* @return string
*/
public function getName();