public
|
getPage<TPage is CurlerPageInterface|null>(
mixed $data,
RequestInterface $request,
HttpResponseInterface $response,
CurlerInterface $curler,
TPage $previousPage = null,
mixed[]|null $query = null,
): (TPage is null ? CurlerPageInterface : TPage)
Convert data returned by the endpoint to a new page object
Convert data returned by the endpoint to a new page object
Parameters
$query |
The query applied to $request or returned by
{@see CurlerPageRequestInterface::getNextQuery()}, if applicable.
|
Implemented by
|
#
|