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 '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();