PHP 클래스 Adldap\Models\ModelNotFoundException

상속: extends Adldap\AdldapException
파일 보기 프로젝트 열기: adldap2/adldap2

보호된 프로퍼티들

프로퍼티 타입 설명
$baseDn string The base DN of the query that was used.
$query string The query filter that was used.

공개 메소드들

메소드 설명
setQuery ( string $query, string $baseDn ) : ModelNotFoundException Sets the query that was used.

메소드 상세

setQuery() 공개 메소드

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

프로퍼티 상세

$baseDn 보호되어 있는 프로퍼티

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

$query 보호되어 있는 프로퍼티

The query filter that was used.
protected string $query
리턴 string