<TKey is array-key, out TValue>
extends |
AbstractPaginator<TKey, TValue> |
---|---|
implements |
Arrayable<TKey, TValue>, ArrayAccess<TKey, TValue>, Countable, IteratorAggregate<TKey, TValue>, Jsonable, JsonSerializable, LengthAwarePaginator<TKey, TValue> |
Methods | ||
---|---|---|
public
|
__construct(
Collection<TKey, TValue>|Arrayable<TKey, TValue>|iterable<TKey, TValue>|null $items,
int $total,
int $perPage,
int|null $currentPage = null,
array $options = [],
): void
|
# |
protected
|
setCurrentPage(int $currentPage, string $pageName): int
|
# |
public
|
links(string|null $view = null, array $data = []): Htmlable
|
# |
public
|
render(string|null $view = null, array $data = []): Htmlable
|
# |
public
|
linkCollection(): Collection
|
# |
protected
|
elements(): array
|
# |
public
|
total(): int
|
# |
public
|
hasMorePages(): bool
|
# |
public
|
nextPageUrl(): string|null
|
# |
public
|
lastPage(): int
|
# |
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
|
int
|
$total
|
# |
protected
|
int
|
$lastPage
|
# |