Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequests.php56 $request = $this->getByNextCookie($cookie);
66 return (bool)$this->getByNextCookie($cookie);
69 private function getByNextCookie(string $cookie): ?PagingRequest function in FreeDSx\\Ldap\\Server\\Paging\\PagingRequests