/**
* 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
public $version = 'H4 (3.0-git)';
/**
- * Perms cache.
+ * Permissions cache.
*
* @var array
*/
/**
* 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.
public $version = 'H4 (2.0-git)';
/**
- * Perms cache.
+ * Permissions cache.
*
* @var array
*/
public $version = 'H3 (2.0-git)';
/**
- * Perms cache
+ * Permissions cache
*
* @var array
*/
$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"),
'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"),
public $version = 'H4 (2.0-git)';
/**
- * Perms cache.
+ * Permissions cache.
*
* @var array
*/