Fix abstract declaration.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 14 Jul 2009 06:19:26 +0000 (00:19 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 14 Jul 2009 06:19:26 +0000 (00:19 -0600)
framework/Auth/lib/Horde/Auth/Base.php

index 7a79994..17d23cc 100644 (file)
@@ -125,9 +125,13 @@ abstract class Horde_Auth_Base
      * field, and the REASON_* constant in the code field (defaults to
      * REASON_MESSAGE).
      *
+     * @param string $userID      The userID to check.
+     * @param array $credentials  An array of login credentials.
+     *
      * @throws Horde_Exception
      */
-    abstract protected function _authenticate();
+    abstract protected function _authenticate($userId, $credentials);
+
 
     /**
      * Adds a set of authentication credentials.