Added documentation
This commit is contained in:
parent
436bafc18e
commit
5af7dcc9f5
1 changed files with 9 additions and 1 deletions
|
@ -4,12 +4,20 @@ define('ACTION_BASE', '/actions' ) ;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HTML User Interface module
|
* HTML User Interface module
|
||||||
|
*
|
||||||
|
* @author Tomas Hlava <th@red2head.com>
|
||||||
|
* @author Paul Baranowski <paul@paulbaranowski.org>
|
||||||
* @package Campcaster
|
* @package Campcaster
|
||||||
* @subpackage htmlUI
|
* @subpackage htmlUI
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
|
* @copyright 2006 MDLF, Inc.
|
||||||
|
* @license http://www.gnu.org/licenses/gpl.txt
|
||||||
|
* @link http://www.campware.org
|
||||||
*/
|
*/
|
||||||
class uiHandler extends uiBase {
|
class uiHandler extends uiBase {
|
||||||
public $uiBase;
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
public $redirUrl;
|
public $redirUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue