* environment for the application.
*
* Global variables defined:
- * $notification - Notification object.
+ * <pre>
+ * $notification - Horde_Notification object.
+ * </pre>
*
* Global constants defined:
- * [APPNAME]_TEMPLATES - (string) Location of template files.
+ * <pre>
+ * [APPNAME]_TEMPLATES - (string) Location of template files.
+ * </pre>
*/
public function init()
{
* DEFAULT: false (results cached, if possible)
* 'results' - (array) The data to return. Consists of zero or more of the
* following flags:
- * <pre>
* 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)
- * </pre>
* 'reverse' - (boolean) Sort the entire returned list of messages in
* reverse (i.e. descending) order.
* DEFAULT: Sorted in ascending order.
* 'sort' - (array) Sort the returned list of messages. Multiple sort
* criteria can be specified. The following sort criteria
* are available:
- * <pre>
* Horde_Imap_Client::SORT_ARRIVAL
* Horde_Imap_Client::SORT_CC
* Horde_Imap_Client::SORT_DATE
* available:]
* Horde_Imap_Client::SORT_DISPLAYFROM
* Horde_Imap_Client::SORT_DISPLAYTO
- * </pre>
* 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