<TKey is array-key, out TValue>
extends |
AbstractPaginator<TKey, TValue> |
---|---|
implements |
Arrayable<TKey, TValue>, ArrayAccess<TKey, TValue>, Countable, IteratorAggregate<TKey, TValue>, Jsonable, JsonSerializable, Paginator<TKey, TValue> |
Methods | ||
---|---|---|
public
|
__construct(
Collection<TKey, TValue>|Arrayable<TKey, TValue>|iterable<TKey, TValue> $items,
int $perPage,
int|null $currentPage = null,
array $options = [],
): void
|
# |
protected
|
setCurrentPage(int $currentPage): int
|
# |
protected
|
setItems(Collection<TKey, TValue>|Arrayable<TKey, TValue>|iterable<TKey, TValue>|null $items): void
|
# |
public
|
nextPageUrl(): string|null
|
# |
public
|
links(string|null $view = null, array $data = []): string
|
# |
public
|
render(string|null $view = null, array $data = []): Htmlable
|
# |
public
|
hasMorePagesWhen(bool $hasMore = true): $this
|
# |
public
|
hasMorePages(): bool
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array
|
# |
public
|
toJson(int $options = 0): string
|
# |
Methods used from Illuminate\Support\Traits\ForwardsCalls |
---|
forwardCallTo(), forwardDecoratedCallTo(), throwBadMethodCallException() |
Methods used from Illuminate\Support\Traits\Tappable |
---|
tap() |
Properties | |||
---|---|---|---|
protected
|
|
$hasMore
|
# |