From 5af7dcc9f5bdcdd7134baf4850fefd237b4ea362 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Nov 2006 17:09:42 +0000 Subject: [PATCH] Added documentation --- campcaster/src/modules/htmlUI/var/ui_handler.class.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/campcaster/src/modules/htmlUI/var/ui_handler.class.php b/campcaster/src/modules/htmlUI/var/ui_handler.class.php index 112a278b7..b14f15af8 100644 --- a/campcaster/src/modules/htmlUI/var/ui_handler.class.php +++ b/campcaster/src/modules/htmlUI/var/ui_handler.class.php @@ -4,12 +4,20 @@ define('ACTION_BASE', '/actions' ) ; /** * HTML User Interface module + * + * @author Tomas Hlava + * @author Paul Baranowski * @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; /**