Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 9, 2013
1 parent dfd880c commit 6014376
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
22 changes: 15 additions & 7 deletions framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php
@@ -1,17 +1,25 @@
<?php
/**
* A data object that represents the full JSON data expected by the HordeCore
* javascript framework.
*
* Copyright 2012-2013 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-2013 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Core
*/

/**
* A data object that represents the full JSON data expected by the HordeCore
* javascript framework.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2012-2013 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Core
*/
class Horde_Core_Ajax_Response_HordeCore extends Horde_Core_Ajax_Response
{
Expand Down
20 changes: 14 additions & 6 deletions horde/lib/Ajax/Application/Handler.php
@@ -1,16 +1,24 @@
<?php
/**
* Defines the AJAX actions used in Horde.
*
* Copyright 2012-2013 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL-2). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl LGPL-2
* @package Horde
* @category Horde
* @copyright 2012-2013 Horde LLC
* @license http://www.horde.org/licenses/lgpl LGPL-2
* @package Horde
*/

/**
* Defines the AJAX actions used in Horde.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2012-2013 Horde LLC
* @license http://www.horde.org/licenses/lgpl LGPL-2
* @package Horde
*/
class Horde_Ajax_Application_Handler extends Horde_Core_Ajax_Application_Handler
{
Expand Down

0 comments on commit 6014376

Please sign in to comment.