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-17 10:27:20 +0400
committerrobocoder <anthon.pang@gmail.com>2009-05-17 10:27:20 +0400
commit1012135c0495189f5227dcb7e905f0ddfd113e66 (patch)
tree7a9ccfd1857e13950cd6a8bf909df3ddd76de325 /core/Auth.php
parent216b74c1426fcae7fdf6793a46d503aabcece27e (diff)
fixed #551 - "Logout" / "Sign out" action linked to the active
authentication plugin. git-svn-id: http://dev.piwik.org/svn/trunk@1131 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Auth.php b/core/Auth.php
index dc23bc6128..eda890e303 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -13,6 +13,11 @@ require_once "Zend/Auth/Result.php";
interface Piwik_Auth {
/**
+ * @return string
+ */
+ public function getName();
+
+ /**
* @return Piwik_Auth_Result
*/
public function authenticate();