phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Jul 2010 19:25:17 +0000 (13:25 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Jul 2010 21:04:33 +0000 (15:04 -0600)
framework/Core/lib/Horde/Registry.php

index 387805e..058b89c 100644 (file)
@@ -1695,11 +1695,11 @@ class Horde_Registry
      * <pre>
      * '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().
      * </pre>
-     * @param string $user        The user to check. Defaults to
-     *                            self::getAuth().
      *
      * @return boolean  Whether or not this is an admin user.
      */