From b215da1b7da626d7fbe651632a11cbd710d65954 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 3 Feb 2015 14:24:33 -0700 Subject: [PATCH] phpdoc --- ingo/lib/Storage/Filters.php | 20 ++++++++++---------- ingo/lib/Storage/Filters/Sql.php | 21 ++++++++++----------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/ingo/lib/Storage/Filters.php b/ingo/lib/Storage/Filters.php index e54684e20b0..fefbac6838a 100644 --- a/ingo/lib/Storage/Filters.php +++ b/ingo/lib/Storage/Filters.php @@ -5,20 +5,20 @@ * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/apache. * - * @author Michael Slusarz - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @category Horde + * @copyright 2012-2015 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ /** - * Ingo_Storage_Filters is the object used to hold user-defined filtering rule - * information. + * The object used to hold the user-defined filter list. * - * @author Michael Slusarz - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @author Michael Slusarz + * @category Horde + * @copyright 2012-2015 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ class Ingo_Storage_Filters { diff --git a/ingo/lib/Storage/Filters/Sql.php b/ingo/lib/Storage/Filters/Sql.php index e845d106624..157bea44807 100644 --- a/ingo/lib/Storage/Filters/Sql.php +++ b/ingo/lib/Storage/Filters/Sql.php @@ -5,24 +5,23 @@ * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/apache. * - * @author Jan Schneider - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @category Horde + * @copyright 2012-2015 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ /** - * Ingo_Storage_Filters_Sql is the object used to hold user-defined filtering - * rule information. + * SQL storage of the user-defined filter list. * - * @author Jan Schneider - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @author Jan Schneider + * @category Horde + * @copyright 2012-2015 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ class Ingo_Storage_Filters_Sql extends Ingo_Storage_Filters { - /** * Handle for the current database connection. *