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

Fonctions membres publiques

 isBound ()
 
 bind (string $dn=null, string $password=null)
 

Description détaillée

Documentation des fonctions membres

◆ bind()

bind ( string  $dn = null,
string  $password = null 
)

Binds the connection against a user's DN and password.

Exceptions
AlreadyExistsExceptionWhen the connection can't be created because of an LDAP_ALREADY_EXISTS error
ConnectionTimeoutExceptionWhen the connection can't be created because of an LDAP_TIMEOUT error
InvalidCredentialsExceptionWhen the connection can't be created because of an LDAP_INVALID_CREDENTIALS error

Implémenté dans Connection.

◆ isBound()

isBound ( )

Checks whether the connection was already bound or not.

Renvoie
bool

Implémenté dans Connection.


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