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>2010-08-19 19:04:22 +0400
committerrobocoder <anthon.pang@gmail.com>2010-08-19 19:04:22 +0400
commit514a5903aff503e01b4370b08ac96a298e666e2b (patch)
tree7645faa26d404cc39a4cfa7687ea6690fa0a3b1e /core/Auth.php
parent73c27eb58fe9a82d3dd7b9d67b01a84d01381636 (diff)
phpdocs
git-svn-id: http://dev.piwik.org/svn/trunk@2962 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 fa3b9d9e03..cd73f8a4d6 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -25,6 +25,8 @@ interface Piwik_Auth {
public function getName();
/**
+ * Authenticates user
+ *
* @return Piwik_Auth_Result
*/
public function authenticate();