|
dolibarr 18.0.8
|
Ensemble de fonctions 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 fonctions 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 31 of file ldap.lib.php.
References complete_head_from_modules().
| show_ldap_content | ( | $result, | |
| $level, | |||
| $count, | |||
| $var, | |||
| $hide = 0, | |||
| $subcount = 0 ) |
Show a LDAP array into an HTML output array.
| array | $result | Array to show. This array is already encoded into charset_output |
| int | $level | Level |
| int | $count | Count |
| string | $var | Var |
| int | $hide | Hide |
| int | $subcount | Subcount |
Definition at line 132 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 102 of file ldap.lib.php.