From b54424fa5799f2f4ceb0f520e156983af6c1179d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 11 Sep 2010 01:08:57 -0600 Subject: [PATCH] phpdoc --- ingo/lib/Script/Imap.php | 15 +++++++++------ ingo/lib/Script/Imap/Api.php | 14 +++++++++----- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/ingo/lib/Script/Imap.php b/ingo/lib/Script/Imap.php index 34f3a4dc6..ee6d2032d 100644 --- a/ingo/lib/Script/Imap.php +++ b/ingo/lib/Script/Imap.php @@ -8,8 +8,10 @@ * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/asl.php. * - * @author Michael Slusarz - * @package Ingo + * @author Michael Slusarz + * @category Horde + * @license http://www.horde.org/licenses/asl.php ASL + * @package Ingo */ class Ingo_Script_Imap extends Ingo_Script { @@ -88,10 +90,11 @@ class Ingo_Script_Imap extends Ingo_Script * Perform the filtering specified in the rules. * * @param array $params The parameter array. It MUST contain: - * - 'mailbox': The name of the mailbox to filter. - * - 'show_filter_msg': Show detailed filter status - * messages? - * - 'filter_seen': Only filter seen messages? + *
+     * 'filter_seen' - (boolean) Only filter seen messages?
+     * 'mailbox' - (string) The name of the mailbox to filter.
+     * 'show_filter_msg' - (boolean) Show detailed filter status messages?
+     * 
* * @return boolean True if filtering performed, false if not. */ diff --git a/ingo/lib/Script/Imap/Api.php b/ingo/lib/Script/Imap/Api.php index 0ed0d614e..0ae4e7cad 100644 --- a/ingo/lib/Script/Imap/Api.php +++ b/ingo/lib/Script/Imap/Api.php @@ -1,19 +1,23 @@ - * @package Ingo + * @author Michael Slusarz + * @category Horde + * @license http://www.horde.org/licenses/asl.php ASL + * @package Ingo */ -class Ingo_Script_Imap_Api +abstract class Ingo_Script_Imap_Api { /** - * TODO + * Configuration parameters. + * + * @var array */ protected $_params; -- 2.11.0