Home
last modified time | relevance | path

Searched refs:readOrFail (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php136 $result = $this->client->readOrFail($entry, [$attrReq]);
169 $entry = $this->client->readOrFail($entry, [$attrResult]);
H A DDirSync.php305 $this->defaultRootNc = (string) $this->client->readOrFail('', ['defaultNamingContext'])->get('defaultNamingContext');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php158 return $this->readOrFail($entry, $attributes, ...$controls);
176 public function readOrFail(string $entry = '', $attributes = [], Control ...$controls): Entry
172 public function readOrFail(string $entry = '', $attributes = [], Control ...$controls): Entry global() function in FreeDSx\\Ldap\\LdapClient