mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
small documentation update
This commit is contained in:
parent
fc2afcea25
commit
52f02a4ec2
@ -81,7 +81,7 @@ class socontacts
|
|||||||
/**
|
/**
|
||||||
* userid of current user
|
* userid of current user
|
||||||
*
|
*
|
||||||
* @var int $user
|
* @var int
|
||||||
*/
|
*/
|
||||||
var $user;
|
var $user;
|
||||||
|
|
||||||
@ -151,13 +151,13 @@ class socontacts
|
|||||||
/**
|
/**
|
||||||
* storage object: sql (socontacts_sql) or ldap (so_ldap) backend class
|
* storage object: sql (socontacts_sql) or ldap (so_ldap) backend class
|
||||||
*
|
*
|
||||||
* @var object
|
* @var socontacts_sql
|
||||||
*/
|
*/
|
||||||
var $somain;
|
var $somain;
|
||||||
/**
|
/**
|
||||||
* storage object for accounts, if not identical to somain (eg. accounts in ldap, contacts in sql)
|
* storage object for accounts, if not identical to somain (eg. accounts in ldap, contacts in sql)
|
||||||
*
|
*
|
||||||
* @var object
|
* @var so_ldap
|
||||||
*/
|
*/
|
||||||
var $so_accounts;
|
var $so_accounts;
|
||||||
/**
|
/**
|
||||||
@ -169,7 +169,7 @@ class socontacts
|
|||||||
/**
|
/**
|
||||||
* custom fields backend
|
* custom fields backend
|
||||||
*
|
*
|
||||||
* @var so_sql-object
|
* @var so_sql
|
||||||
*/
|
*/
|
||||||
var $soextra;
|
var $soextra;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user