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:
authordiosmosis <benaka@piwik.pro>2014-09-29 07:03:23 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-29 07:03:23 +0400
commit0edef3332289a7cbe54b58084b967907d1086d29 (patch)
tree32536766149ea1e68ee2b32156cc342055370ce5 /core/Auth.php
parentd419b648e6fe2e9d74b37e1a72716dd9a39b90d5 (diff)
Tweaking Auth docs some more.
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/Auth.php b/core/Auth.php
index 1ad40b4411..de64d347c6 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -12,10 +12,12 @@ namespace Piwik;
use Exception;
/**
- * Base for authentication implementations. Plugins that provide Auth implementations
- * must provide a class that implements this interface. Additionally, an instance
- * of that class must be set in the {@link \Piwik\Registry} class with the 'auth'
- * key during the [Request.initAuthenticationObject](http://developer.piwik.org/api-reference/events#requestinitauthenticationobject)
+ * Base interface for authentication implementations.
+ *
+ * Plugins that provide Auth implementations must provide a class that implements
+ * this interface. Additionally, an instance of that class must be set in the
+ * {@link \Piwik\Registry} class with the 'auth' key during the
+ * [Request.initAuthenticationObject](http://developer.piwik.org/api-reference/events#requestinitauthenticationobject)
* event.
*
* Authentication implementations must support authentication via username and