From 866c7fe1b1ea5c34ea5e429b10d3d8ab88136c70 Mon Sep 17 00:00:00 2001 From: robocoder Date: Mon, 18 May 2009 15:20:43 +0000 Subject: refs #551 adding comment to Auth.php getName() git-svn-id: http://dev.piwik.org/svn/trunk@1139 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/Auth.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/Auth.php') 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(); -- cgit v1.2.3