Added documentation

This commit is contained in:
paul 2006-11-21 17:09:42 +00:00
parent 436bafc18e
commit 5af7dcc9f5
1 changed files with 9 additions and 1 deletions
campcaster/src/modules/htmlUI/var

View File

@ -4,12 +4,20 @@ define('ACTION_BASE', '/actions' ) ;
/**
* HTML User Interface module
*
* @author Tomas Hlava <th@red2head.com>
* @author Paul Baranowski <paul@paulbaranowski.org>
* @package Campcaster
* @subpackage htmlUI
* @version $Revision$
* @copyright 2006 MDLF, Inc.
* @license http://www.gnu.org/licenses/gpl.txt
* @link http://www.campware.org
*/
class uiHandler extends uiBase {
public $uiBase;
/**
* @var string
*/
public $redirUrl;
/**