forked from extern/egroupware
update documentation to run properly in phpdoumentor
This commit is contained in:
parent
a53e060aa0
commit
4e20826dcf
@ -12,6 +12,12 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/**
|
||||
* ACL business object for resources
|
||||
*
|
||||
* @package resources
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
*/
|
||||
class bo_acl
|
||||
{
|
||||
/**
|
||||
|
@ -13,6 +13,14 @@
|
||||
|
||||
/* $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
|
||||
{
|
||||
var $vfs_basedir = '/resources/';
|
||||
|
@ -14,6 +14,13 @@
|
||||
|
||||
/* $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
|
||||
{
|
||||
function admin_prefs_sidebox($args)
|
||||
|
@ -15,6 +15,14 @@
|
||||
|
||||
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
|
||||
{
|
||||
function so_resources()
|
||||
|
@ -12,6 +12,12 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/**
|
||||
* ACL userinterface object for resources
|
||||
*
|
||||
* @package resources
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
*/
|
||||
class ui_acl
|
||||
{
|
||||
var $start = 0;
|
||||
@ -138,4 +144,3 @@
|
||||
$GLOBALS['egw']->common->egw_exit(True);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -13,6 +13,14 @@
|
||||
|
||||
/* $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
|
||||
{
|
||||
var $public_functions = array(
|
||||
|
Loading…
Reference in New Issue
Block a user