PHP Class Adldap\Models\ModelNotFoundException

Inheritance: extends Adldap\AdldapException
Show file Open project: adldap2/adldap2

Protected Properties

Property Type Description
$baseDn string The base DN of the query that was used.
$query string The query filter that was used.

Public Methods

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

Method Details

setQuery() public method

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

Property Details

$baseDn protected property

The base DN of the query that was used.
protected string $baseDn
return string

$query protected property

The query filter that was used.
protected string $query
return string