Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 9, 2015
1 parent 6035f2d commit b215da1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
20 changes: 10 additions & 10 deletions ingo/lib/Storage/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <slusarz@horde.org>
* @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 <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/apache ASL
* @package Ingo
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2012-2015 Horde LLC
* @license http://www.horde.org/licenses/apache ASL
* @package Ingo
*/
class Ingo_Storage_Filters
{
Expand Down
21 changes: 10 additions & 11 deletions ingo/lib/Storage/Filters/Sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jan@horde.org>
* @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 <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/apache ASL
* @package Ingo
* @author Jan Schneider <jan@horde.org>
* @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.
*
Expand Down

0 comments on commit b215da1

Please sign in to comment.