Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php194 return $this->findPagingRequestOrThrow($pagingControl->getCookie());
233 private function findPagingRequestOrThrow(string $cookie): PagingRequest function in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler\\ServerPagingHandler