Searched refs:PagingHandlerInterface (Results 1 – 6 of 6) sorted by relevance
37 * @var PagingHandlerInterface|null113 public function makePagingHandler(): ?PagingHandlerInterface123 PagingHandlerInterface::class127 if ($handler !== null && !$handler instanceof PagingHandlerInterface) {130 PagingHandlerInterface::class,
23 interface PagingHandlerInterface interface
25 class ProxyPagingHandler implements PagingHandlerInterface
15 use FreeDSx\Ldap\Server\RequestHandler\PagingHandlerInterface; alias39 * @return PagingHandlerInterface|null42 public function makePagingHandler(): ?PagingHandlerInterface;
15 use FreeDSx\Ldap\Server\RequestHandler\PagingHandlerInterface; alias144 * @param PagingHandlerInterface $pagingHandler147 public function usePagingHandler(PagingHandlerInterface $pagingHandler): self
27 use FreeDSx\Ldap\Server\RequestHandler\PagingHandlerInterface; alias43 * @var PagingHandlerInterface58 PagingHandlerInterface $pagingHandler,