update documentation to run properly in phpdoumentor

This commit is contained in:
Cornelius Weiß 2005-11-09 21:03:35 +00:00
parent a53e060aa0
commit 4e20826dcf
7 changed files with 522 additions and 480 deletions

View File

@ -12,6 +12,12 @@
/* $Id$ */ /* $Id$ */
/**
* ACL business object for resources
*
* @package resources
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/
class bo_acl class bo_acl
{ {
/** /**

View File

@ -13,6 +13,14 @@
/* $Id$ */ /* $Id$ */
/**
* General business object for resources
*
* @package resources
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/
class bo_resources class bo_resources
{ {
var $vfs_basedir = '/resources/'; var $vfs_basedir = '/resources/';

View File

@ -14,6 +14,13 @@
/* $Id$ */ /* $Id$ */
/**
* General hook object for resources
* It encapsulats all the diffent hook methods
*
* @package resources
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/
class resources_hooks class resources_hooks
{ {
function admin_prefs_sidebox($args) function admin_prefs_sidebox($args)

View File

@ -15,6 +15,14 @@
include_once(EGW_INCLUDE_ROOT.'/etemplate/inc/class.so_sql.inc.php'); include_once(EGW_INCLUDE_ROOT.'/etemplate/inc/class.so_sql.inc.php');
/**
* General storage object for resources
*
* @package resources
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/
class so_resources extends so_sql class so_resources extends so_sql
{ {
function so_resources() function so_resources()

View File

@ -12,6 +12,12 @@
/* $Id$ */ /* $Id$ */
/**
* ACL userinterface object for resources
*
* @package resources
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/
class ui_acl class ui_acl
{ {
var $start = 0; var $start = 0;
@ -138,4 +144,3 @@
$GLOBALS['egw']->common->egw_exit(True); $GLOBALS['egw']->common->egw_exit(True);
} }
} }
?>

View File

@ -13,6 +13,14 @@
/* $Id$ */ /* $Id$ */
/**
* General userinterface object for resources
*
* @package resources
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/
class ui_resources class ui_resources
{ {
var $public_functions = array( var $public_functions = array(