Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 25, 2014
1 parent c855c30 commit aa10ecf
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions framework/Core/lib/Horde/PageOutput.php
@@ -1,17 +1,25 @@
<?php
/**
* This object consolidates the elements needed to output a page to the
* browser.
*
* 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
*/

/**
* This object consolidates the elements needed to output a page to the
* browser.
*
* @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_PageOutput
{
Expand Down

0 comments on commit aa10ecf

Please sign in to comment.