updated documentation tags

This commit is contained in:
seek3r 2001-05-08 21:20:47 +00:00
parent 6793fc6013
commit 674ca9a1c9
2 changed files with 14 additions and 8 deletions

View File

@ -17,7 +17,7 @@
* Ben Woodhead
* ben@echo-chn.net
* LGPL
* @package cPage
* @package phpgwapi
*/
class Template {
/** Internal Use - Array of file names */

View File

@ -23,14 +23,20 @@
\**************************************************************************/
/* $Id$ */
/*!
@class phpgw
@abstract Main class. Has a few functions but is more importantly used as a parent class for everything else.
@discussion written by: Seek3r <br>
Syntax: CreateObject('phpgwapi.phpgw'); <br>
Example1: $phpgw = CreateObject('phpgwapi.acl');
/**
* Base class
* Dan Kuykendall dan@kuykendall.org\n
* Base class. Has a few functions but is more importantly used as a parent class for everything else.\n
* Written by: Seek3r\n
* Order: short description - detailed description - doc tags.
* @package phpgwapi
* @param string A string which identifies the desired class - app.class
* Syntax: CreateObject('phpgwapi.phpgw'); <br>
* Example1: $phpgw = CreateObject('phpgwapi.acl');
*/
class phpgw
{
var $accounts;