PHP Class Adldap\Models\ModelNotFoundException

Inheritance: extends Adldap\AdldapException
Afficher le fichier Open project: adldap2/adldap2

Protected Properties

Свойство Type Description
$baseDn string The base DN of the query that was used.
$query string The query filter that was used.

Méthodes publiques

Méthode Description
setQuery ( string $query, string $baseDn ) : ModelNotFoundException Sets the query that was used.

Method Details

setQuery() public méthode

Sets the query that was used.
public setQuery ( string $query, string $baseDn ) : ModelNotFoundException
$query string
$baseDn string
Résultat ModelNotFoundException

Property Details

$baseDn protected_oe property

The base DN of the query that was used.
protected string $baseDn
Résultat string

$query protected_oe property

The query filter that was used.
protected string $query
Résultat string