dolibarr 21.0.0-alpha
|
Ensemble de functions de base pour le module LDAP. More...
Go to the source code of this file.
Functions | |
ldap_prepare_head () | |
Initialize the array of tabs for customer invoice. | |
show_ldap_test_button ($butlabel, $testlabel, $key, $dn, $objectclass) | |
Show button test LDAP synchro. | |
show_ldap_content ($result, $level, $count, $var, $hide=0, $subcount=0) | |
Show a LDAP array into an HTML output array. | |
Ensemble de functions de base pour le module LDAP.
Definition in file ldap.lib.php.
ldap_prepare_head | ( | ) |
Initialize the array of tabs for customer invoice.
Definition at line 33 of file ldap.lib.php.
References complete_head_from_modules(), and getDolGlobalString().
show_ldap_content | ( | $result, | |
$level, | |||
$count, | |||
$var, | |||
$hide = 0, | |||
$subcount = 0 ) |
Show a LDAP array into an HTML output array.
array<'count'|int|string,int|string|array> | $result Array to show. This array is already encoded into charset_output | |
int | $level | Level |
int | $count | Count |
bool | $var | Var deprecated (replaced by css oddeven) |
int<0,1> | $hide Hide | |
int | $subcount | Subcount |
Definition at line 134 of file ldap.lib.php.
References dol_htmlentitiesbr(), and show_ldap_content().
Referenced by show_ldap_content().
show_ldap_test_button | ( | $butlabel, | |
$testlabel, | |||
$key, | |||
$dn, | |||
$objectclass ) |
Show button test LDAP synchro.
string | $butlabel | Label |
string | $testlabel | Label |
string | $key | Key |
string | $dn | Dn |
string | $objectclass | Class |
Definition at line 104 of file ldap.lib.php.
References getDolGlobalString().