From: Michael M Slusarz Date: Thu, 25 Feb 2010 06:21:19 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=71be2d9c5941db9add6301fc37960143a7e93a37;p=horde.git phpdoc --- diff --git a/imp/lib/Ui/Compose.php b/imp/lib/Ui/Compose.php index df12f4b11..0ea5ce185 100644 --- a/imp/lib/Ui/Compose.php +++ b/imp/lib/Ui/Compose.php @@ -63,6 +63,12 @@ class IMP_Ui_Compose } /** + * Redirect a message. + * + * @param string $to The To address. + * @param IMP_Compose $imp_compose An IMP_Compose object. + * @param IMP_Contents $imp_contents An IMP_Contents object. + * * @throws Horde_Exception */ public function redirectMessage($to, $imp_compose, $contents) @@ -109,6 +115,10 @@ class IMP_Ui_Compose } /** + * Attach the auto-completer to the current compose form. + * + * @param array $fields The list of DOM IDs to attach the autocompleter + * to. */ public function attachAutoCompleter($fields) { @@ -120,6 +130,7 @@ class IMP_Ui_Compose } /** + * Attach the spellchecker to the current compose form. */ public function attachSpellChecker($mode, $add_br = false) { @@ -240,7 +251,11 @@ class IMP_Ui_Compose } /** - * TODO + * Generate mailbox return URL. + * + * @param string $url The URL to use instead of the default. + * + * @return string The mailbox return URL. */ public function mailboxReturnUrl($url) { @@ -258,7 +273,7 @@ class IMP_Ui_Compose } /** - * TODO + * Generate a compose message popup success window (compose.php). */ public function popupSuccess() {