phpdoc
authorJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 09:19:11 +0000 (10:19 +0100)
committerJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 09:19:22 +0000 (10:19 +0100)
ansel/lib/Storage.php
chora/lib/Application.php
framework/Share/Share.php
gollem/lib/Application.php
whups/lib/Application.php
whups/lib/Forms/Admin/Queue.php
whups/lib/Forms/Admin/Reply.php
wicked/lib/Application.php

index 3cf9aa7..51d42a1 100644 (file)
@@ -89,10 +89,10 @@ class Ansel_Storage
    /**
     * Create and initialise a new gallery object.
     *
-    * @param array $attributes     The gallery attributes
-    * @param object Perms $perm    The permissions for the gallery if the
-    *                              defaults are not desirable.
-    * @param mixed  $parent       The gallery id of the parent (if any)
+    * @param array $attributes         The gallery attributes.
+    * @param object Horde_Perms $perm  The permissions for the gallery if the
+    *                                  defaults are not desirable.
+    * @param mixed  $parent            The id of the parent gallery (if any).
     *
     * @return Ansel_Gallery  A new gallery object.
     * @throws Horde_Exception
index 3899634..c5147bc 100644 (file)
@@ -41,7 +41,7 @@ class Chora_Application extends Horde_Registry_Application
     public $version = 'H4 (3.0-git)';
 
     /**
-     * Perms cache.
+     * Permissions cache.
      *
      * @var array
      */
index c44588e..ca977f2 100644 (file)
@@ -458,7 +458,7 @@ class Horde_Share {
     /**
      * Finds out what rights the given user has to this object.
      *
-     * @see Perms::getPermissions
+     * @see Horde_Perms::getPermissions
      *
      * @param mixed $share  The share that should be checked for the users
      *                      permissions.
index de1574c..f9d03d1 100644 (file)
@@ -43,7 +43,7 @@ class Gollem_Application extends Horde_Registry_Application
     public $version = 'H4 (2.0-git)';
 
     /**
-     * Perms cache.
+     * Permissions cache.
      *
      * @var array
      */
index 3fd6fa9..ba52370 100644 (file)
@@ -42,7 +42,7 @@ class Whups_Application extends Horde_Registry_Application
     public $version = 'H3 (2.0-git)';
 
     /**
-     * Perms cache
+     * Permissions cache
      *
      * @var array
      */
index d03f64c..77256c2 100644 (file)
@@ -136,7 +136,7 @@ class EditQueueStep2Form extends Horde_Form {
         $this->addVariable('', 'link', 'link', false, true, null,
                            array($userlink));
 
-        /* Perms link. */
+        /* Permissions link. */
         if (Horde_Auth::isAdmin('whups:admin', Horde_Perms::EDIT)) {
             $permslink = array(
                 'text' => _("Edit the permissions on this queue"),
index 31bc9ab..b130490 100644 (file)
@@ -73,7 +73,7 @@ class EditReplyStep2Form extends Horde_Form {
                                      'longtext', true);
         $ptext->setDefault($info['reply_text']);
 
-        /* Perms link. */
+        /* Permissions link. */
         if (Horde_Auth::isAdmin('whups:admin', Horde_Perms::EDIT)) {
             $permslink = array(
                 'text' => _("Edit the permissions on this form reply"),
index 8820473..6178d38 100644 (file)
@@ -42,7 +42,7 @@ class Wicked_Application extends Horde_Registry_Application
     public $version = 'H4 (2.0-git)';
 
     /**
-     * Perms cache.
+     * Permissions cache.
      *
      * @var array
      */