Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface EntryManagerInterface
+ Graphe d'héritage de EntryManagerInterface:

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)
 

Description détaillée

Documentation des fonctions membres

◆ add()

add ( Entry  $entry)

Adds a new entry in the Ldap server.

Exceptions
NotBoundException
LdapException

Implémenté dans EntryManager.

◆ move()

move ( Entry  $entry,
string  $newParent 
)

Moves an entry on the Ldap server.

Exceptions
NotBoundException
LdapException

Implémenté dans EntryManager.

◆ remove()

remove ( Entry  $entry)

Removes an entry from the Ldap server.

Exceptions
NotBoundException
LdapException

Implémenté dans EntryManager.

◆ rename()

rename ( Entry  $entry,
string  $newRdn,
bool  $removeOldRdn = true 
)

Renames an entry on the Ldap server.

Exceptions
NotBoundException
LdapException

Implémenté dans EntryManager.

◆ update()

update ( Entry  $entry)

Updates an entry from the Ldap server.

Exceptions
NotBoundException
LdapException

Implémenté dans EntryManager.


La documentation de cette interface a été générée à partir du fichier suivant :