Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
add (Entry $entry) | |
update (Entry $entry) | |
move (Entry $entry, string $newParent) | |
rename (Entry $entry, string $newRdn, bool $removeOldRdn=true) | |
remove (Entry $entry) | |
add | ( | Entry | $entry | ) |
Adds a new entry in the Ldap server.
NotBoundException | |
LdapException |
Implémenté dans EntryManager.
move | ( | Entry | $entry, |
string | $newParent | ||
) |
Moves an entry on the Ldap server.
NotBoundException | |
LdapException |
Implémenté dans EntryManager.
remove | ( | Entry | $entry | ) |
Removes an entry from the Ldap server.
NotBoundException | |
LdapException |
Implémenté dans EntryManager.
Renames an entry on the Ldap server.
NotBoundException | |
LdapException |
Implémenté dans EntryManager.
update | ( | Entry | $entry | ) |
Updates an entry from the Ldap server.
NotBoundException | |
LdapException |
Implémenté dans EntryManager.