From: Michael M Slusarz Date: Fri, 30 Jul 2010 19:25:17 +0000 (-0600) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa;p=horde.git phpdoc --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 387805e2e..058b89c81 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -1695,11 +1695,11 @@ class Horde_Registry *
      * 'permission' - (string) Allow users with this permission admin access
      *                in the current context.
-     * @param integer $permlevel  The level of permissions to check for.
-     *                            Defaults to Horde_Perms::EDIT.
+     * 'permlevel' - (integer) The level of permissions to check for.
+     *               Defaults to Horde_Perms::EDIT.
+     * 'user' - (string) The user to check.
+     *          Defaults to self::getAuth().
      * 
- * @param string $user The user to check. Defaults to - * self::getAuth(). * * @return boolean Whether or not this is an admin user. */