PaginationFactory
final class PaginationFactory (View source)
Methods
__construct(ServerRequestInterface $request, int $defaultPerPage = 20, int $maxPerPage = 200)
fromArray(array $items, int|null $page = null, int|null $perPage = null, string $pageName = 'page', string|null $basePath = null, array|null $query = null)
fromQueryBuilder(QueryBuilder $builder, int|null $page = null, int|null $perPage = null, string $pageName = 'page', string|null $basePath = null, array|null $query = null)
Details
__construct
__construct(ServerRequestInterface $request, int $defaultPerPage = 20, int $maxPerPage = 200)
No description
fromArray
PaginationResult
fromArray(array $items, int|null $page = null, int|null $perPage = null, string $pageName = 'page', string|null $basePath = null, array|null $query = null)
No description
fromQueryBuilder
PaginationResult
fromQueryBuilder(QueryBuilder $builder, int|null $page = null, int|null $perPage = null, string $pageName = 'page', string|null $basePath = null, array|null $query = null)
No description