Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jul 25, 2014
1 parent 2334695 commit edac7f5
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions framework/Core/lib/Horde/Core/Data/Storage.php
@@ -1,16 +1,24 @@
<?php
/**
* Implement temporary data storage for the Horde_Data package.
*
* Copyright 2012-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Core
* @category Horde
* @copyright 2012-2014 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Core
*/

/**
* Implement temporary data storage for the Horde_Data package.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2012-2014 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Core
*/
class Horde_Core_Data_Storage implements Horde_Data_Storage
{
Expand Down

0 comments on commit edac7f5

Please sign in to comment.