From: Michael M Slusarz Date: Mon, 1 Feb 2010 23:15:07 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=644b225ec06908cb855200205c2433be4a06be5a;p=horde.git phpdoc --- diff --git a/framework/Core/lib/Horde/Registry/Application.php b/framework/Core/lib/Horde/Registry/Application.php index 28bc502f2..0f1daf28f 100644 --- a/framework/Core/lib/Horde/Registry/Application.php +++ b/framework/Core/lib/Horde/Registry/Application.php @@ -62,10 +62,14 @@ class Horde_Registry_Application * environment for the application. * * Global variables defined: - * $notification - Notification object. + *
+     * $notification - Horde_Notification object.
+     * 
* * Global constants defined: - * [APPNAME]_TEMPLATES - (string) Location of template files. + *
+     * [APPNAME]_TEMPLATES - (string) Location of template files.
+     * 
*/ public function init() { diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php index 6fb40fd74..97a52c6d4 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php @@ -1344,14 +1344,12 @@ abstract class Horde_Imap_Client_Base * DEFAULT: false (results cached, if possible) * 'results' - (array) The data to return. Consists of zero or more of the * following flags: - *
      * Horde_Imap_Client::SORT_RESULTS_COUNT
      * Horde_Imap_Client::SORT_RESULTS_MATCH (DEFAULT)
      * Horde_Imap_Client::SORT_RESULTS_MAX
      * Horde_Imap_Client::SORT_RESULTS_MIN
      * Horde_Imap_Client::SORT_RESULTS_SAVE - (This option is currently meant
      *   for internal use only)
-     * 
* 'reverse' - (boolean) Sort the entire returned list of messages in * reverse (i.e. descending) order. * DEFAULT: Sorted in ascending order. @@ -1360,7 +1358,6 @@ abstract class Horde_Imap_Client_Base * 'sort' - (array) Sort the returned list of messages. Multiple sort * criteria can be specified. The following sort criteria * are available: - *
      * Horde_Imap_Client::SORT_ARRIVAL
      * Horde_Imap_Client::SORT_CC
      * Horde_Imap_Client::SORT_DATE
@@ -1372,7 +1369,6 @@ abstract class Horde_Imap_Client_Base
      *  available:]
      * Horde_Imap_Client::SORT_DISPLAYFROM
      * Horde_Imap_Client::SORT_DISPLAYTO
-     * 
* Additionally, any sort criteria can be sorted in reverse order * (instead of the default ascending order) by adding a * Horde_Imap_Client::SORT_REVERSE element to the array directly