addressbook_backendGeneric backend that all other backends extend
Located in /nasmail/functions/addressbook.php (line 1169)
| Class | Description |
|---|---|
abook_database
|
Address book in a database backend |
abook_ldap_server
|
Address book backend for LDAP server |
abook_local_file
|
Backend for address book as a pipe separated file |
abook_extended
|
|
abook_hmailserver_dcom
|
hMailserver address book backend written in PHP COM functions. |
abook_hmailserver_mdb2
|
hMailserver address book backend written in PHP Pear DB functions. |
abook_hmailserver_db
|
hMailserver address book backend written in PHP Pear DB functions. |
string
$bname
= 'dummy' (line 1178)
integer
$bnum
= -1 (line 1192)
string
$btype
= 'dummy' (line 1174)
string
$error
= '' (line 1196)
string
$sname
= 'Dummy backend' (line 1182)
mixed
$writeable
= false (line 1200)
add (line 1257)
Adds address book entry Dummy function. Always returns false. Real backends should replace it.
fullname (line 1295)
Creates full name from given name and surname
Handles name order differences.
list_addr (line 1245)
Lists all address book entries stored in backend Dummy function. Always returns false. Real backends should replace it.
lookup (line 1234)
Look for exact address book entry match Dummy function. Always returns false. Real backends should replace it.
modify (line 1282)
Modifies address book entry Dummy function. Always returns false. Real backends should replace it.
remove (line 1269)
Deletes address book entries Dummy function. Always returns false. Real backends should replace it.
search (line 1222)
Search address book backend for expression Dummy function. Always returns false. Real backends should replace it.
set_error (line 1207)
Sets error message with backend name tag
Documentation generated on Sun, 22 Nov 2009 17:36:14 +0200 by phpDocumentor 1.4.3