Interface for pagination adapters.

 Methods

Returns a collection of items for a page.

getItems(int $offset, int $itemCountPerPage) : array

Parameters

$offset

int

Page offset

$itemCountPerPage

int

Number of items per page

Returns

array