From 15eaea1a3667d1fdf37220ac3c9ac8f91eaaca9c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 3 Feb 2010 10:19:11 +0100 Subject: [PATCH] phpdoc --- ansel/lib/Storage.php | 8 ++++---- chora/lib/Application.php | 2 +- framework/Share/Share.php | 2 +- gollem/lib/Application.php | 2 +- whups/lib/Application.php | 2 +- whups/lib/Forms/Admin/Queue.php | 2 +- whups/lib/Forms/Admin/Reply.php | 2 +- wicked/lib/Application.php | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ansel/lib/Storage.php b/ansel/lib/Storage.php index 3cf9aa730..51d42a15d 100644 --- a/ansel/lib/Storage.php +++ b/ansel/lib/Storage.php @@ -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 diff --git a/chora/lib/Application.php b/chora/lib/Application.php index 3899634fc..c5147bc51 100644 --- a/chora/lib/Application.php +++ b/chora/lib/Application.php @@ -41,7 +41,7 @@ class Chora_Application extends Horde_Registry_Application public $version = 'H4 (3.0-git)'; /** - * Perms cache. + * Permissions cache. * * @var array */ diff --git a/framework/Share/Share.php b/framework/Share/Share.php index c44588e4d..ca977f280 100644 --- a/framework/Share/Share.php +++ b/framework/Share/Share.php @@ -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. diff --git a/gollem/lib/Application.php b/gollem/lib/Application.php index de1574c80..f9d03d1c0 100644 --- a/gollem/lib/Application.php +++ b/gollem/lib/Application.php @@ -43,7 +43,7 @@ class Gollem_Application extends Horde_Registry_Application public $version = 'H4 (2.0-git)'; /** - * Perms cache. + * Permissions cache. * * @var array */ diff --git a/whups/lib/Application.php b/whups/lib/Application.php index 3fd6fa9fe..ba52370ee 100644 --- a/whups/lib/Application.php +++ b/whups/lib/Application.php @@ -42,7 +42,7 @@ class Whups_Application extends Horde_Registry_Application public $version = 'H3 (2.0-git)'; /** - * Perms cache + * Permissions cache * * @var array */ diff --git a/whups/lib/Forms/Admin/Queue.php b/whups/lib/Forms/Admin/Queue.php index d03f64c08..77256c230 100644 --- a/whups/lib/Forms/Admin/Queue.php +++ b/whups/lib/Forms/Admin/Queue.php @@ -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"), diff --git a/whups/lib/Forms/Admin/Reply.php b/whups/lib/Forms/Admin/Reply.php index 31bc9abf5..b13049055 100644 --- a/whups/lib/Forms/Admin/Reply.php +++ b/whups/lib/Forms/Admin/Reply.php @@ -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"), diff --git a/wicked/lib/Application.php b/wicked/lib/Application.php index 882047368..6178d3889 100644 --- a/wicked/lib/Application.php +++ b/wicked/lib/Application.php @@ -42,7 +42,7 @@ class Wicked_Application extends Horde_Registry_Application public $version = 'H4 (2.0-git)'; /** - * Perms cache. + * Permissions cache. * * @var array */ -- 2.11.0