implements |
CurlerPageRequestInterface |
---|
A request for a page of data from an HTTP endpoint
Methods | ||
---|---|---|
public
|
__construct(RequestInterface $nextRequest, mixed[]|null $nextQuery = null)
|
# |
public
|
getRequest(): RequestInterface
|
# |
public
|
getQuery(): ?array
|
# |
Properties | |||
---|---|---|---|
protected
|
RequestInterface
|
$NextRequest
|
# |
protected
|
mixed[]|null
|
$NextQuery
|
# |