From: Michael M Slusarz Date: Wed, 27 Jan 2010 02:31:48 +0000 (-0700) Subject: Additional hooks documentation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b52cdb0750d97562548cc5c429c777ffc309379c;p=horde.git Additional hooks documentation --- diff --git a/imp/config/hooks.php.dist b/imp/config/hooks.php.dist index 62db1cbc2..02146e24c 100644 --- a/imp/config/hooks.php.dist +++ b/imp/config/hooks.php.dist @@ -48,6 +48,8 @@ class IMP_Hooks /** * PREFERENCE HOOK: Dynamically set the signature preference. * + * See horde/config/hooks.php.dist for more information. + * * @param string $username The username. * * @return string The signature text to use. @@ -70,6 +72,8 @@ class IMP_Hooks /** * PREFERENCE HOOK: Dynamically set the add_source preference. * + * See horde/config/hooks.php.dist for more information. + * * @param string $username The username. * * @return string The add_source value. @@ -89,6 +93,8 @@ class IMP_Hooks /** * PREFERENCE HOOK: Dynamically set the search_sources preference. * + * See horde/config/hooks.php.dist for more information. + * * @param string $username The username. * * @return string The search_sources value. @@ -109,6 +115,8 @@ class IMP_Hooks /** * AJAX HOOK: Add user-defined AJAX action handlers. * + * See horde/config/hooks.php.dist for more information. + * * @param string $action The AJAX action. * @param Horde_Variables $vars The URL parameters. * @@ -129,6 +137,8 @@ class IMP_Hooks /** * Do MIME type determination for compose attachments. * + * This hook is enabled by default. + * * @param string $filename The filename. * @param string $tempfile The location on the local server of the * temporary file that contains the attachment