From a2282f90a07aba55dc899443a7fc9a1274118c68 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 17 Jan 2011 23:02:38 -0700 Subject: [PATCH] phpdoc --- .../Mime_Viewer/lib/Horde/Mime/Viewer/Base.php | 26 +++++++++++++--------- .../LoginTasks/SystemTask/GarbageCollection.php | 6 +++-- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php b/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php index 9f95498f8..6044e023c 100644 --- a/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php +++ b/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php @@ -67,15 +67,15 @@ class Horde_Mime_Viewer_Base * * @param Horde_Mime_Part $mime_part The object with the data to be * rendered. - * @param array $conf - * Configuration: - * - 'temp_file': (callback) A callback function that returns a - * temporary filename. Is passed one parameter: a - * prefix string. DEFAULT: Uses - * Horde_Util::getTempFile(). - * - 'text_filter': (callback) A callback function used to filter text. - * Is called the same as Horde_Text_Filter::filter(). - * DEFAULT: Uses Horde_Text_Filter::filter(). + * @param array $conf Configuration: + *
+     * temp_file - (callback) A callback function that returns a temporary
+     *             filename.  Is passed one parameter: a prefix string.
+     *             DEFAULT: Uses Horde_Util::getTempFile().
+     * text_filter - (callback) A callback function used to filter text. Is
+     *               called the same as Horde_Text_Filter::filter().
+     *               DEFAULT: Uses Horde_Text_Filter::filter().
+     * 
* * @throws InvalidArgumentException */ @@ -177,7 +177,8 @@ class Horde_Mime_Viewer_Base } /** - * Return the full rendered version of the Horde_Mime_Part object. + * Return the full HTML rendered version of the Horde_Mime_Part object. + * This MUST be text/html data. * * @return array See render(). * @throws Horde_Exception @@ -192,6 +193,9 @@ class Horde_Mime_Viewer_Base /** * Return the rendered inline version of the Horde_Mime_Part object. + * This MUST be text/html data. + * This is not a full HTML document - only the HTML necessary to output + * the part. * * @return array See render(). * @throws Horde_Exception @@ -219,7 +223,7 @@ class Horde_Mime_Viewer_Base } /** - * Return the rendered information about the Horde_Mime_Part object. + * Return the raw representation of the Horde_Mime_Part object. * * @return array See render(). * @throws Horde_Exception diff --git a/horde/lib/LoginTasks/SystemTask/GarbageCollection.php b/horde/lib/LoginTasks/SystemTask/GarbageCollection.php index f90af085c..5f74fae51 100644 --- a/horde/lib/LoginTasks/SystemTask/GarbageCollection.php +++ b/horde/lib/LoginTasks/SystemTask/GarbageCollection.php @@ -7,8 +7,10 @@ * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * - * @author Michael Slusarz - * @package Horde_LoginTasks + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/gpl.html GPL + * @package Horde */ class Horde_LoginTasks_SystemTask_GarbageCollection extends Horde_LoginTasks_SystemTask { -- 2.11.0