Methods |
public
|
__construct(array $parameters, bool $pointsToNextItems = true)
Create a new cursor instance.
Create a new cursor instance.
|
#
|
public
|
parameter(string $parameterName): string|null
Get the given parameter from the cursor.
Get the given parameter from the cursor.
Throws
|
#
|
public
|
parameters(array $parameterNames): array
Get the given parameters from the cursor.
Get the given parameters from the cursor.
|
#
|
public
|
pointsToNextItems(): bool
Determine whether the cursor points to the next set of items.
Determine whether the cursor points to the next set of items.
|
#
|
public
|
pointsToPreviousItems(): bool
Determine whether the cursor points to the previous set of items.
Determine whether the cursor points to the previous set of items.
|
#
|
public
|
toArray(): array
Get the array representation of the cursor.
Get the array representation of the cursor.
Implements
|
#
|
public
|
encode(): string
Get the encoded string representation of the cursor to construct a URL.
Get the encoded string representation of the cursor to construct a URL.
|
#
|
public
static
|
fromEncoded(string|null $encodedString): static|null
Get a cursor instance from the encoded string representation.
Get a cursor instance from the encoded string representation.
|
#
|