PHPDoc update

This commit is contained in:
Roland Gruber 2006-02-07 16:05:37 +00:00
parent cb2814dc92
commit 402d578c02
5 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,8 @@ $Id$
/**
* The account type for group accounts (e.g. Unix and Samba).
*
* @package types
*/
class group extends baseType {

View File

@ -30,6 +30,8 @@ $Id$
/**
* The account type for host accounts (e.g. Samba).
*
* @package types
*/
class host extends baseType {

View File

@ -30,6 +30,8 @@ $Id$
/**
* The account type for mail aliases.
*
* @package types
*/
class mailAlias extends baseType {

View File

@ -30,6 +30,8 @@ $Id$
/**
* The account type for Samba domains.
*
* @package types
*/
class smbDomain extends baseType {

View File

@ -30,6 +30,8 @@ $Id$
/**
* The account type for user accounts (e.g. Unix, Samba and Kolab).
*
* @package types
*/
class user extends baseType {