public
|
getPage(
$data,
RequestInterface $request,
ResponseInterface $response,
CurlerInterface $curler,
?CurlerPageInterface $previousPage = null,
?int $previousEntities = null,
?array $query = null,
): CurlerPageInterface
Convert data returned by the endpoint to a new page object
Convert data returned by the endpoint to a new page object
Parameters
$previousEntities |
The number of entities returned from
the endpoint via previous pages.
|
$query |
The query applied to $request or returned by
{@see CurlerPageRequestInterface::getQuery()}, if applicable.
|
Implements
|
#
|